Class ResourceClaimSchedulingStatus

    • Constructor Detail

      • ResourceClaimSchedulingStatus

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

        public ResourceClaimSchedulingStatus​(String name,
                                             List<String> unsuitableNodes)
    • Method Detail

      • getName

        public String getName()
        Name matches the pod.spec.resourceClaims[*].Name field.
      • setName

        public void setName​(String name)
        Name matches the pod.spec.resourceClaims[*].Name field.
      • getUnsuitableNodes

        public List<String> getUnsuitableNodes()
        UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.


        The size of this field is limited to 128, the same as for PodSchedulingSpec.PotentialNodes. This may get increased in the future, but not reduced.

      • setUnsuitableNodes

        public void setUnsuitableNodes​(List<String> unsuitableNodes)
        UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.


        The size of this field is limited to 128, the same as for PodSchedulingSpec.PotentialNodes. This may get increased in the future, but not reduced.

      • getAdditionalProperties

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

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

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