Class PodTemplate

  • All Implemented Interfaces:
    IPodSpec, IPodTemplate, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.52.1 (build 5ccc8f6)",
               date="2022-01-14T19:05:22.133Z")
    @Stability(Stable)
    public class PodTemplate
    extends PodSpec
    implements IPodTemplate
    Provides read/write capabilities ontop of a `PodTemplateProps`.
    • 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:
        getPodMetadata in interface IPodTemplate