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.55.1 (build 07d2d90)", date="2022-04-02T02:38:57.564Z") @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, getRestartPolicy, getServiceAccount, getVolumes
-
Methods inherited from interface org.cdk8s.plus20.ResourceProps
getMetadata
-
-
-
-
Method Detail
-
builder
@Stability(Stable) static PodProps.Builder builder()
- Returns:
- a
PodProps.BuilderofPodProps
-
-