DaemonSet.Builder |
DaemonSet.Builder.automountServiceAccountToken(Boolean automountServiceAccountToken) |
Indicates whether a service account token should be automatically mounted.
|
DaemonSet.Builder |
DaemonSet.Builder.containers(List<? extends ContainerProps> containers) |
List of containers belonging to the pod.
|
static DaemonSet.Builder |
DaemonSet.Builder.create(software.constructs.Construct scope,
String id) |
|
DaemonSet.Builder |
DaemonSet.Builder.dns(PodDnsProps dns) |
DNS settings for the pod.
|
DaemonSet.Builder |
DaemonSet.Builder.dockerRegistryAuth(DockerConfigSecret dockerRegistryAuth) |
A secret containing docker credentials for authenticating to a registry.
|
DaemonSet.Builder |
DaemonSet.Builder.hostAliases(List<? extends HostAlias> hostAliases) |
HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.
|
DaemonSet.Builder |
DaemonSet.Builder.initContainers(List<? extends ContainerProps> initContainers) |
List of initialization containers belonging to the pod.
|
DaemonSet.Builder |
DaemonSet.Builder.isolate(Boolean isolate) |
Isolates the pod.
|
DaemonSet.Builder |
DaemonSet.Builder.metadata(org.cdk8s.ApiObjectMetadata metadata) |
Metadata that all persisted resources must have, which includes all objects users must create.
|
DaemonSet.Builder |
DaemonSet.Builder.minReadySeconds(Number minReadySeconds) |
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.
|
DaemonSet.Builder |
DaemonSet.Builder.podMetadata(org.cdk8s.ApiObjectMetadata podMetadata) |
The pod metadata of this workload.
|
DaemonSet.Builder |
DaemonSet.Builder.restartPolicy(RestartPolicy restartPolicy) |
Restart policy for all containers within the pod.
|
DaemonSet.Builder |
DaemonSet.Builder.securityContext(PodSecurityContextProps securityContext) |
SecurityContext holds pod-level security attributes and common container settings.
|
DaemonSet.Builder |
DaemonSet.Builder.select(Boolean select) |
Automatically allocates a pod label selector for this workload and add it to the pod metadata.
|
DaemonSet.Builder |
DaemonSet.Builder.serviceAccount(IServiceAccount serviceAccount) |
A service account provides an identity for processes that run in a Pod.
|
DaemonSet.Builder |
DaemonSet.Builder.spread(Boolean spread) |
Automatically spread pods across hostname and zones.
|
DaemonSet.Builder |
DaemonSet.Builder.volumes(List<? extends Volume> volumes) |
List of volumes that can be mounted by containers belonging to the pod.
|