Package org.cdk8s.plus20
Interface PodTemplateProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,PodSpecProps
- All Known Subinterfaces:
DeploymentProps,JobProps,StatefulSetProps
- All Known Implementing Classes:
DeploymentProps.Jsii$Proxy,JobProps.Jsii$Proxy,PodTemplateProps.Jsii$Proxy,StatefulSetProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-03T09:09:28.061Z") @Stability(Stable) public interface PodTemplateProps extends software.amazon.jsii.JsiiSerializable, PodSpecProps
Properties of a `PodTemplate`.Adds metadata information on top of the spec.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPodTemplateProps.BuilderA builder forPodTemplatePropsstatic classPodTemplateProps.Jsii$ProxyAn implementation forPodTemplateProps
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static PodTemplateProps.Builderbuilder()default org.cdk8s.ApiObjectMetadatagetPodMetadata()The pod metadata.-
Methods inherited from interface org.cdk8s.plus20.PodSpecProps
getContainers, getRestartPolicy, getServiceAccount, getVolumes
-
-
-
-
Method Detail
-
getPodMetadata
@Stability(Stable) @Nullable default org.cdk8s.ApiObjectMetadata getPodMetadata()
The pod metadata.
-
builder
@Stability(Stable) static PodTemplateProps.Builder builder()
- Returns:
- a
PodTemplateProps.BuilderofPodTemplateProps
-
-