UNPKG

@pulumi/kubernetes

Version:

[![Actions Status](https://github.com/pulumi/pulumi-kubernetes/workflows/main/badge.svg)](https://github.com/pulumi/pulumi-kubernetes/actions) [![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) [![NPM version](https:/

55 lines 3.89 kB
export { DaemonSetArgs } from "./daemonSet"; export type DaemonSet = import("./daemonSet").DaemonSet; export declare const DaemonSet: typeof import("./daemonSet").DaemonSet; export { DaemonSetListArgs } from "./daemonSetList"; export type DaemonSetList = import("./daemonSetList").DaemonSetList; export declare const DaemonSetList: typeof import("./daemonSetList").DaemonSetList; export { DaemonSetPatchArgs } from "./daemonSetPatch"; export type DaemonSetPatch = import("./daemonSetPatch").DaemonSetPatch; export declare const DaemonSetPatch: typeof import("./daemonSetPatch").DaemonSetPatch; export { DeploymentArgs } from "./deployment"; export type Deployment = import("./deployment").Deployment; export declare const Deployment: typeof import("./deployment").Deployment; export { DeploymentListArgs } from "./deploymentList"; export type DeploymentList = import("./deploymentList").DeploymentList; export declare const DeploymentList: typeof import("./deploymentList").DeploymentList; export { DeploymentPatchArgs } from "./deploymentPatch"; export type DeploymentPatch = import("./deploymentPatch").DeploymentPatch; export declare const DeploymentPatch: typeof import("./deploymentPatch").DeploymentPatch; export { IngressArgs } from "./ingress"; export type Ingress = import("./ingress").Ingress; export declare const Ingress: typeof import("./ingress").Ingress; export { IngressListArgs } from "./ingressList"; export type IngressList = import("./ingressList").IngressList; export declare const IngressList: typeof import("./ingressList").IngressList; export { IngressPatchArgs } from "./ingressPatch"; export type IngressPatch = import("./ingressPatch").IngressPatch; export declare const IngressPatch: typeof import("./ingressPatch").IngressPatch; export { NetworkPolicyArgs } from "./networkPolicy"; export type NetworkPolicy = import("./networkPolicy").NetworkPolicy; export declare const NetworkPolicy: typeof import("./networkPolicy").NetworkPolicy; export { NetworkPolicyListArgs } from "./networkPolicyList"; export type NetworkPolicyList = import("./networkPolicyList").NetworkPolicyList; export declare const NetworkPolicyList: typeof import("./networkPolicyList").NetworkPolicyList; export { NetworkPolicyPatchArgs } from "./networkPolicyPatch"; export type NetworkPolicyPatch = import("./networkPolicyPatch").NetworkPolicyPatch; export declare const NetworkPolicyPatch: typeof import("./networkPolicyPatch").NetworkPolicyPatch; export { PodSecurityPolicyArgs } from "./podSecurityPolicy"; export type PodSecurityPolicy = import("./podSecurityPolicy").PodSecurityPolicy; export declare const PodSecurityPolicy: typeof import("./podSecurityPolicy").PodSecurityPolicy; export { PodSecurityPolicyListArgs } from "./podSecurityPolicyList"; export type PodSecurityPolicyList = import("./podSecurityPolicyList").PodSecurityPolicyList; export declare const PodSecurityPolicyList: typeof import("./podSecurityPolicyList").PodSecurityPolicyList; export { PodSecurityPolicyPatchArgs } from "./podSecurityPolicyPatch"; export type PodSecurityPolicyPatch = import("./podSecurityPolicyPatch").PodSecurityPolicyPatch; export declare const PodSecurityPolicyPatch: typeof import("./podSecurityPolicyPatch").PodSecurityPolicyPatch; export { ReplicaSetArgs } from "./replicaSet"; export type ReplicaSet = import("./replicaSet").ReplicaSet; export declare const ReplicaSet: typeof import("./replicaSet").ReplicaSet; export { ReplicaSetListArgs } from "./replicaSetList"; export type ReplicaSetList = import("./replicaSetList").ReplicaSetList; export declare const ReplicaSetList: typeof import("./replicaSetList").ReplicaSetList; export { ReplicaSetPatchArgs } from "./replicaSetPatch"; export type ReplicaSetPatch = import("./replicaSetPatch").ReplicaSetPatch; export declare const ReplicaSetPatch: typeof import("./replicaSetPatch").ReplicaSetPatch; //# sourceMappingURL=index.d.ts.map