Cloud API Overview > @adpt/cloud > k8s > Deployment
k8s.Deployment class
Component for Kubernetes Deployment
Signature:
export declare class Deployment extends DeferredComponent<DeploymentProps>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(props) |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| defaultProps | static | { metadata: {}; paused: boolean; replicas: number; progressDeadlineSeconds: number; minReadySeconds: number; revisionHistoryLimit: number; strategy: { type: string; rollingUpdate: { maxSurge: string; maxUnavailable: string; }; }; } | |
| deployedWhen | () => true | Adapt.Waiting |
Methods
| Method | Modifiers | Description |
|---|---|---|
| build(helpers) | ||
| status(_observe, buildData) |