Class ParametersReference
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1.ParametersReference
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ParametersReferenceBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ParametersReference extends Object implements io.fabric8.kubernetes.api.builder.Editable<ParametersReferenceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
ParametersReference identifies an API object containing controller-specific configuration resource within the cluster.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParametersReference()No args constructor for use in serializationParametersReference(String group, String kind, String name, String namespace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParametersReferenceBuilderedit()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.ParametersReferenceBuildertoBuilder()
-
-
-
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.
-
setKind
public void setKind(String kind)
Kind is kind of the referent.
-
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. This field is required when referring to a Namespace-scoped resource and MUST be unset when referring to a Cluster-scoped resource.
-
setNamespace
public void setNamespace(String namespace)
Namespace is the namespace of the referent. This field is required when referring to a Namespace-scoped resource and MUST be unset when referring to a Cluster-scoped resource.
-
edit
public ParametersReferenceBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ParametersReferenceBuilder>
-
toBuilder
public ParametersReferenceBuilder toBuilder()
-
-