Class LocalParametersReference
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1.LocalParametersReference
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<LocalParametersReferenceBuilder>
,io.fabric8.kubernetes.api.model.KubernetesResource
,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class LocalParametersReference extends Object implements io.fabric8.kubernetes.api.builder.Editable<LocalParametersReferenceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
LocalParametersReference identifies an API object containing controller-specific configuration resource within the namespace.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LocalParametersReference()
No args constructor for use in serializationLocalParametersReference(String group, String kind, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalParametersReferenceBuilder
edit()
Map<String,Object>
getAdditionalProperties()
String
getGroup()
Group is the group of the referent.String
getKind()
Kind is 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 kind of the referent.void
setName(String name)
Name is the name of the referent.LocalParametersReferenceBuilder
toBuilder()
-
-
-
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.
-
edit
public LocalParametersReferenceBuilder edit()
- Specified by:
edit
in interfaceio.fabric8.kubernetes.api.builder.Editable<LocalParametersReferenceBuilder>
-
toBuilder
public LocalParametersReferenceBuilder toBuilder()
-
-