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 ReferenceGrantToBuilder
edit()
Map<String,Object>
getAdditionalProperties()
String
getGroup()
Group is the group of the referent.String
getKind()
Kind is the kind of the referent.String
getName()
Name is the name of the referent.void
setAdditionalProperties(Map<String,Object> additionalProperties)
void
setAdditionalProperty(String name, Object value)
void
setGroup(String group)
Group is the group of the referent.void
setKind(String kind)
Kind is the kind of the referent.void
setName(String name)
Name is the name of the referent.ReferenceGrantToBuilder
toBuilder()
-
-
-
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:
edit
in interfaceio.fabric8.kubernetes.api.builder.Editable<ReferenceGrantToBuilder>
-
toBuilder
public ReferenceGrantToBuilder toBuilder()
-
-