Package org.cdk8s.plus20
Interface PodProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,PodSpecProps,ResourceProps
- All Known Implementing Classes:
PodProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-04-26T09:02:10.535Z") @Stability(Stable) public interface PodProps extends software.amazon.jsii.JsiiSerializable, ResourceProps, PodSpecProps
Properties for initialization of `Pod`.
-
-
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.plus20.PodSpecProps
getContainers, getDns, getDockerRegistryAuth, getHostAliases, getInitContainers, getRestartPolicy, getSecurityContext, getServiceAccount, getVolumes
-
Methods inherited from interface org.cdk8s.plus20.ResourceProps
getMetadata
-
-
-
-
Method Detail
-
builder
@Stability(Stable) static PodProps.Builder builder()
- Returns:
- a
PodProps.BuilderofPodProps
-
-