Class NodeAllocatableResourceClaimStatus

    • Constructor Detail

      • NodeAllocatableResourceClaimStatus

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

        public NodeAllocatableResourceClaimStatus​(List<String> containers,
                                                  String resourceClaimName,
                                                  Map<String,​Quantity> resources)
    • Method Detail

      • getContainers

        public List<String> getContainers()
        Containers lists the names of all containers in this pod that reference the claim.
      • setContainers

        public void setContainers​(List<String> containers)
        Containers lists the names of all containers in this pod that reference the claim.
      • getResourceClaimName

        public String getResourceClaimName()
        ResourceClaimName is the resource claim referenced by the pod that resulted in this node allocatable resource allocation.
      • setResourceClaimName

        public void setResourceClaimName​(String resourceClaimName)
        ResourceClaimName is the resource claim referenced by the pod that resulted in this node allocatable resource allocation.
      • getResources

        public Map<String,​Quantity> getResources()
        Resources is a map of the node-allocatable resource name to the aggregate quantity allocated to the claim.
      • setResources

        public void setResources​(Map<String,​Quantity> resources)
        Resources is a map of the node-allocatable resource name to the aggregate quantity allocated to the claim.
      • getAdditionalProperties

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

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

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