Package org.cdk8s.plus24
Interface DaemonSetProps
-
- All Superinterfaces:
AbstractPodProps
,software.amazon.jsii.JsiiSerializable
,ResourceProps
,WorkloadProps
- All Known Implementing Classes:
DaemonSetProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-26T02:32:34.780Z") @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.plus24.AbstractPodProps
getAutomountServiceAccountToken, getContainers, getDns, getDockerRegistryAuth, getHostAliases, getInitContainers, getIsolate, getRestartPolicy, getSecurityContext, getServiceAccount, getVolumes
-
Methods inherited from interface org.cdk8s.plus24.ResourceProps
getMetadata
-
Methods inherited from interface org.cdk8s.plus24.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
-
-