Class PodSchedulingGroup

    • Constructor Detail

      • PodSchedulingGroup

        public PodSchedulingGroup()
        No args constructor for use in serialization
      • PodSchedulingGroup

        public PodSchedulingGroup​(String podGroupName)
    • Method Detail

      • getPodGroupName

        public String getPodGroupName()
        PodGroupName specifies the name of the standalone PodGroup object that represents the runtime instance of this group. Must be a DNS subdomain.
      • setPodGroupName

        public void setPodGroupName​(String podGroupName)
        PodGroupName specifies the name of the standalone PodGroup object that represents the runtime instance of this group. Must be a DNS subdomain.
      • getAdditionalProperties

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

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

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