Package org.cdk8s.plus24
Interface PodProps
-
- All Superinterfaces:
AbstractPodProps
,software.amazon.jsii.JsiiSerializable
,ResourceProps
- All Known Implementing Classes:
PodProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-11-24T11:18:28.525Z") @Stability(Stable) public interface PodProps extends software.amazon.jsii.JsiiSerializable, AbstractPodProps
Properties for `Pod`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
PodProps.Builder
A builder forPodProps
static class
PodProps.Jsii$Proxy
An implementation forPodProps
-
Method Summary
Static Methods Modifier and Type Method Description static PodProps.Builder
builder()
-
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
-
-
-
-
Method Detail
-
builder
@Stability(Stable) static PodProps.Builder builder()
- Returns:
- a
PodProps.Builder
ofPodProps
-
-