Class ReferenceGrantTo

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ReferenceGrantTo
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ReferenceGrantToBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ReferenceGrantTo describes what Kinds are allowed as targets of the references.
    See Also:
    Serialized Form
    • Constructor Detail

      • ReferenceGrantTo

        public ReferenceGrantTo()
        No args constructor for use in serialization
    • Method Detail

      • getGroup

        public String getGroup()
        Group is the group of the referent. When empty, the Kubernetes core API group is inferred.


        Support: Core

      • setGroup

        public void setGroup​(String group)
        Group is the group of the referent. When empty, the Kubernetes core API group is inferred.


        Support: Core

      • getKind

        public String getKind()
        Kind is the kind of the referent. Although implementations may support additional resources, the following types are part of the "Core" support level for this field:


        * Secret when used to permit a SecretObjectReference * Service when used to permit a BackendObjectReference

      • setKind

        public void setKind​(String kind)
        Kind is the kind of the referent. Although implementations may support additional resources, the following types are part of the "Core" support level for this field:


        * Secret when used to permit a SecretObjectReference * Service when used to permit a BackendObjectReference

      • getName

        public String getName()
        Name is the name of the referent. When unspecified, this policy refers to all resources of the specified Group and Kind in the local namespace.
      • setName

        public void setName​(String name)
        Name is the name of the referent. When unspecified, this policy refers to all resources of the specified Group and Kind in the local namespace.
      • getAdditionalProperties

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

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

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