@pulumi/kubernetes
Version:
[](https://github.com/pulumi/pulumi-kubernetes/actions) [](https://slack.pulumi.com) [ • 3.28 kB
TypeScript
export { ControllerRevisionArgs } from "./controllerRevision";
export type ControllerRevision = import("./controllerRevision").ControllerRevision;
export declare const ControllerRevision: typeof import("./controllerRevision").ControllerRevision;
export { ControllerRevisionListArgs } from "./controllerRevisionList";
export type ControllerRevisionList = import("./controllerRevisionList").ControllerRevisionList;
export declare const ControllerRevisionList: typeof import("./controllerRevisionList").ControllerRevisionList;
export { ControllerRevisionPatchArgs } from "./controllerRevisionPatch";
export type ControllerRevisionPatch = import("./controllerRevisionPatch").ControllerRevisionPatch;
export declare const ControllerRevisionPatch: typeof import("./controllerRevisionPatch").ControllerRevisionPatch;
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 { 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;
export { StatefulSetArgs } from "./statefulSet";
export type StatefulSet = import("./statefulSet").StatefulSet;
export declare const StatefulSet: typeof import("./statefulSet").StatefulSet;
export { StatefulSetListArgs } from "./statefulSetList";
export type StatefulSetList = import("./statefulSetList").StatefulSetList;
export declare const StatefulSetList: typeof import("./statefulSetList").StatefulSetList;
export { StatefulSetPatchArgs } from "./statefulSetPatch";
export type StatefulSetPatch = import("./statefulSetPatch").StatefulSetPatch;
export declare const StatefulSetPatch: typeof import("./statefulSetPatch").StatefulSetPatch;