Package org.cdk8s.plus22
Interface DaemonSetProps
-
- All Superinterfaces:
AbstractPodProps,software.amazon.jsii.JsiiSerializable,ResourceProps,WorkloadProps
- All Known Implementing Classes:
DaemonSetProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-11T03:06:34.968Z") @Stability(Stable) public interface DaemonSetProps extends software.amazon.jsii.JsiiSerializable, WorkloadProps
Properties for `DaemonSet`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDaemonSetProps.BuilderA builder forDaemonSetPropsstatic classDaemonSetProps.Jsii$ProxyAn implementation forDaemonSetProps
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DaemonSetProps.Builderbuilder()default NumbergetMinReadySeconds()Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available.-
Methods inherited from interface org.cdk8s.plus22.AbstractPodProps
getAutomountServiceAccountToken, getContainers, getDns, getDockerRegistryAuth, getHostAliases, getInitContainers, getRestartPolicy, getSecurityContext, getServiceAccount, getVolumes
-
Methods inherited from interface org.cdk8s.plus22.ResourceProps
getMetadata
-
Methods inherited from interface org.cdk8s.plus22.WorkloadProps
getPodMetadata, getSelect
-
-
-
-
Method Detail
-
getMinReadySeconds
@Stability(Stable) @Nullable default Number getMinReadySeconds()
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available.Default: 0
-
builder
@Stability(Stable) static DaemonSetProps.Builder builder()
- Returns:
- a
DaemonSetProps.BuilderofDaemonSetProps
-
-