@Generated(value="jsii-pacmak/1.13.0 (build 385c325)", date="2020-10-21T06:58:44.655Z") @Stability(value=Experimental) public interface DeploymentProps extends software.amazon.jsii.JsiiSerializable, ResourceProps, PodTemplateProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
DeploymentProps.Builder
A builder for
DeploymentProps |
static class |
DeploymentProps.Jsii$Proxy
An implementation for
DeploymentProps |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentProps.Builder |
builder() |
default Boolean |
getDefaultSelector()
(experimental) Automatically allocates a pod selector for this deployment.
|
default Number |
getReplicas()
(experimental) Number of desired pods.
|
getMetadatagetPodMetadatagetContainers, getRestartPolicy, getServiceAccount, getVolumes@Stability(value=Experimental) @Nullable default Boolean getDefaultSelector()
If this is set to false you must define your selector through
deployment.podMetadata.addLabel() and deployment.selectByLabel().
Default: true
@Stability(value=Experimental) @Nullable default Number getReplicas()
Default: 1
@Stability(value=Experimental) static DeploymentProps.Builder builder()
builder in interface PodSpecPropsbuilder in interface PodTemplatePropsbuilder in interface ResourcePropsDeploymentProps.Builder of DeploymentPropsCopyright © 2020. All rights reserved.