Class GangSchedulingPolicy

    • Constructor Detail

      • GangSchedulingPolicy

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

        public GangSchedulingPolicy​(Integer minCount)
    • Method Detail

      • getMinCount

        public Integer getMinCount()
        MinCount is the minimum number of pods that must be schedulable or scheduled at the same time for the scheduler to admit the entire group. It must be a positive integer.
      • setMinCount

        public void setMinCount​(Integer minCount)
        MinCount is the minimum number of pods that must be schedulable or scheduled at the same time for the scheduler to admit the entire group. It must be a positive integer.
      • getAdditionalProperties

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

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

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