Class ParentGatewayReference
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1.ParentGatewayReference
-
- All Implemented Interfaces:
Editable<ParentGatewayReferenceBuilder>,KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ParentGatewayReference extends Object implements Editable<ParentGatewayReferenceBuilder>, KubernetesResource
ParentGatewayReference identifies an API object including its namespace, defaulting to Gateway.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParentGatewayReference()No args constructor for use in serializationParentGatewayReference(String group, String kind, String name, String namespace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParentGatewayReferenceBuilderedit()Map<String,Object>getAdditionalProperties()StringgetGroup()Group is the group of the referent.StringgetKind()Kind is kind of the referent.StringgetName()Name is the name of the referent.StringgetNamespace()Namespace is the namespace 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 kind of the referent.voidsetName(String name)Name is the name of the referent.voidsetNamespace(String namespace)Namespace is the namespace of the referent.ParentGatewayReferenceBuildertoBuilder()
-
-
-
Method Detail
-
getGroup
public String getGroup()
Group is the group of the referent.
-
setGroup
public void setGroup(String group)
Group is the group of the referent.
-
getKind
public String getKind()
Kind is kind of the referent. For example "Gateway".
-
setKind
public void setKind(String kind)
Kind is kind of the referent. For example "Gateway".
-
getName
public String getName()
Name is the name of the referent.
-
setName
public void setName(String name)
Name is the name of the referent.
-
getNamespace
public String getNamespace()
Namespace is the namespace of the referent. If not present, the namespace of the referent is assumed to be the same as the namespace of the referring object.
-
setNamespace
public void setNamespace(String namespace)
Namespace is the namespace of the referent. If not present, the namespace of the referent is assumed to be the same as the namespace of the referring object.
-
edit
public ParentGatewayReferenceBuilder edit()
- Specified by:
editin interfaceEditable<ParentGatewayReferenceBuilder>
-
toBuilder
public ParentGatewayReferenceBuilder toBuilder()
-
-