Package org.cdk8s.plus25
Interface PodProps
-
- All Superinterfaces:
AbstractPodProps,software.amazon.jsii.JsiiSerializable,ResourceProps
- All Known Implementing Classes:
PodProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.392Z") @Stability(Stable) public interface PodProps extends software.amazon.jsii.JsiiSerializable, AbstractPodProps
Properties forPod.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPodProps.BuilderA builder forPodPropsstatic classPodProps.Jsii$ProxyAn implementation forPodProps
-
Method Summary
Static Methods Modifier and Type Method Description static PodProps.Builderbuilder()-
Methods inherited from interface org.cdk8s.plus25.AbstractPodProps
getAutomountServiceAccountToken, getContainers, getDns, getDockerRegistryAuth, getHostAliases, getHostNetwork, getInitContainers, getIsolate, getRestartPolicy, getSecurityContext, getServiceAccount, getTerminationGracePeriod, getVolumes
-
Methods inherited from interface org.cdk8s.plus25.ResourceProps
getMetadata
-
-
-
-
Method Detail
-
builder
@Stability(Stable) static PodProps.Builder builder()
- Returns:
- a
PodProps.BuilderofPodProps
-
-