Class PodTemplateSpec.Jsii$Proxy

  • All Implemented Interfaces:
    PodTemplateSpec, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    PodTemplateSpec

    @Stability(Stable)
    @Internal
    public static final class PodTemplateSpec.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements PodTemplateSpec
    An implementation for PodTemplateSpec
    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getMetadata

        public final ObjectMeta getMetadata()
        Description copied from interface: PodTemplateSpec
        Standard object's metadata.

        More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata

        Specified by:
        getMetadata in interface PodTemplateSpec
      • getSpec

        public final PodSpec getSpec()
        Description copied from interface: PodTemplateSpec
        Specification of the desired behavior of the pod.

        More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status

        Specified by:
        getSpec in interface PodTemplateSpec
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object