Package org.cdk8s.plus22
Class PodTemplate
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus22.PodSpec
-
- org.cdk8s.plus22.PodTemplate
-
- All Implemented Interfaces:
IPodSpec,IPodTemplate,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.52.1 (build 5ccc8f6)", date="2022-02-08T00:13:45.283Z") @Stability(Stable) public class PodTemplate extends PodSpec implements IPodTemplate
Provides read/write capabilities ontop of a `PodTemplateProps`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPodTemplate.BuilderA fluent builder forPodTemplate.-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus22.IPodSpec
IPodSpec.Jsii$Default, IPodSpec.Jsii$Proxy
-
Nested classes/interfaces inherited from interface org.cdk8s.plus22.IPodTemplate
IPodTemplate.Jsii$Default, IPodTemplate.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description PodTemplate()PodTemplate(PodTemplateProps props)protectedPodTemplate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedPodTemplate(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.cdk8s.ApiObjectMetadataDefinitiongetPodMetadata()Provides read/write access to the underlying pod metadata of the resource.-
Methods inherited from class org.cdk8s.plus22.PodSpec
addContainer, addVolume, getContainers, getRestartPolicy, getServiceAccount, getVolumes
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.cdk8s.plus22.IPodSpec
addContainer, addVolume, getContainers, getRestartPolicy, getServiceAccount, getVolumes
-
-
-
-
Constructor Detail
-
PodTemplate
protected PodTemplate(software.amazon.jsii.JsiiObjectRef objRef)
-
PodTemplate
protected PodTemplate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
PodTemplate
@Stability(Stable) public PodTemplate(@Nullable PodTemplateProps props)- Parameters:
props-
-
PodTemplate
@Stability(Stable) public PodTemplate()
-
-
Method Detail
-
getPodMetadata
@Stability(Stable) @NotNull public org.cdk8s.ApiObjectMetadataDefinition getPodMetadata()
Provides read/write access to the underlying pod metadata of the resource.- Specified by:
getPodMetadatain interfaceIPodTemplate
-
-