Package org.cdk8s.plus23
Interface DaemonSetProps
-
- All Superinterfaces:
AbstractPodProps
,software.amazon.jsii.JsiiSerializable
,ResourceProps
,WorkloadProps
- All Known Implementing Classes:
DaemonSetProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-15T03:08:35.030Z") @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 class
DaemonSetProps.Builder
A builder forDaemonSetProps
static class
DaemonSetProps.Jsii$Proxy
An implementation forDaemonSetProps
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DaemonSetProps.Builder
builder()
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.-
Methods inherited from interface org.cdk8s.plus23.AbstractPodProps
getAutomountServiceAccountToken, getContainers, getDns, getDockerRegistryAuth, getHostAliases, getInitContainers, getRestartPolicy, getSecurityContext, getServiceAccount, getVolumes
-
Methods inherited from interface org.cdk8s.plus23.ResourceProps
getMetadata
-
Methods inherited from interface org.cdk8s.plus23.WorkloadProps
getPodMetadata, getSelect, getSpread
-
-
-
-
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.Builder
ofDaemonSetProps
-
-