Class ReferenceGrantTo
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1beta1.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 Summary
Constructors Constructor Description ReferenceGrantTo()No args constructor for use in serializationReferenceGrantTo(String group, String kind, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReferenceGrantToBuilderedit()Map<String,Object>getAdditionalProperties()StringgetGroup()Group is the group of the referent.StringgetKind()Kind is the kind of the referent.StringgetName()Name is the name of the referent.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetGroup(String group)Group is the group of the referent.voidsetKind(String kind)Kind is the kind of the referent.voidsetName(String name)Name is the name of the referent.ReferenceGrantToBuildertoBuilder()
-
-
-
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.
-
edit
public ReferenceGrantToBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ReferenceGrantToBuilder>
-
toBuilder
public ReferenceGrantToBuilder toBuilder()
-
-