Class PodTemplateSpec

    • Constructor Detail

      • PodTemplateSpec

        public PodTemplateSpec()
        No args constructor for use in serialization
    • Method Detail

      • getMetadata

        public ObjectMeta getMetadata()
        PodTemplateSpec describes the data a pod should have when created from a template
      • setMetadata

        public void setMetadata​(ObjectMeta metadata)
        PodTemplateSpec describes the data a pod should have when created from a template
      • getSpec

        public PodSpec getSpec()
        PodTemplateSpec describes the data a pod should have when created from a template
      • setSpec

        public void setSpec​(PodSpec spec)
        PodTemplateSpec describes the data a pod should have when created from a template
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)