Class ResourceClaim

    • Constructor Detail

      • ResourceClaim

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

        public ResourceClaim​(String name,
                             String request)
    • Method Detail

      • getName

        public String getName()
        Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.
      • setName

        public void setName​(String name)
        Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.
      • getRequest

        public String getRequest()
        Request is the name chosen for a request in the referenced claim. If empty, everything from the claim is made available, otherwise only the result of this request.
      • setRequest

        public void setRequest​(String request)
        Request is the name chosen for a request in the referenced claim. If empty, everything from the claim is made available, otherwise only the result of this request.
      • getAdditionalProperties

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

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

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