Package org.cdk8s.plus22
Interface IPodTemplate
-
- All Superinterfaces:
IPodSpec,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IPodTemplate.Jsii$Default
- All Known Implementing Classes:
Deployment,IPodTemplate.Jsii$Proxy,Job,PodTemplate,StatefulSet
@Generated(value="jsii-pacmak/1.52.1 (build 5ccc8f6)", date="2022-02-08T00:13:45.259Z") @Stability(Stable) public interface IPodTemplate extends software.amazon.jsii.JsiiSerializable, IPodSpec
Represents a resource that can be configured with a kuberenets pod template. (e.g `Deployment`, `Job`, ...).Use the
PodTemplateclass as an implementation helper.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIPodTemplate.Jsii$DefaultInternal default implementation forIPodTemplate.static classIPodTemplate.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.cdk8s.ApiObjectMetadataDefinitiongetPodMetadata()Provides read/write access to the underlying pod metadata of the resource.-
Methods inherited from interface org.cdk8s.plus22.IPodSpec
addContainer, addVolume, getContainers, getRestartPolicy, getServiceAccount, getVolumes
-
-