Class ResourceClaimConsumerReference

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<ResourceClaimConsumerReferenceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ResourceClaimConsumerReference
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ResourceClaimConsumerReferenceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ResourceClaimConsumerReference contains enough information to let you locate the consumer of a ResourceClaim. The user must be a resource in the same namespace as the ResourceClaim.
    See Also:
    Serialized Form
    • Constructor Detail

      • ResourceClaimConsumerReference

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

        public ResourceClaimConsumerReference​(String apiGroup,
                                              String name,
                                              String resource,
                                              String uid)
    • Method Detail

      • getApiGroup

        public String getApiGroup()
        APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
      • setApiGroup

        public void setApiGroup​(String apiGroup)
        APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
      • getName

        public String getName()
        Name is the name of resource being referenced.
      • setName

        public void setName​(String name)
        Name is the name of resource being referenced.
      • getResource

        public String getResource()
        Resource is the type of resource being referenced, for example "pods".
      • setResource

        public void setResource​(String resource)
        Resource is the type of resource being referenced, for example "pods".
      • getUid

        public String getUid()
        UID identifies exactly one incarnation of the resource.
      • setUid

        public void setUid​(String uid)
        UID identifies exactly one incarnation of the resource.
      • getAdditionalProperties

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

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

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