Class ResourceClaimParametersReference

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

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

      • ResourceClaimParametersReference

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

        public ResourceClaimParametersReference​(String apiGroup,
                                                String kind,
                                                String name)
    • 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.
      • getKind

        public String getKind()
        Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata, for example "ConfigMap".
      • setKind

        public void setKind​(String kind)
        Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata, for example "ConfigMap".
      • 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.
      • getAdditionalProperties

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

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

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