Cloud API Overview > @adpt/cloud > k8s > Deployment > defaultProps
k8s.Deployment.defaultProps property
Signature:
static defaultProps: {
metadata: {};
paused: boolean;
replicas: number;
progressDeadlineSeconds: number;
minReadySeconds: number;
revisionHistoryLimit: number;
strategy: {
type: string;
rollingUpdate: {
maxSurge: string;
maxUnavailable: string;
};
};
};