Class GatewayClassSpec
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1.GatewayClassSpec
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<GatewayClassSpecBuilder>
,io.fabric8.kubernetes.api.model.KubernetesResource
,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class GatewayClassSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<GatewayClassSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GatewayClassSpec()
No args constructor for use in serializationGatewayClassSpec(String controllerName, String description, ParametersReference parametersRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GatewayClassSpecBuilder
edit()
Map<String,Object>
getAdditionalProperties()
String
getControllerName()
String
getDescription()
ParametersReference
getParametersRef()
void
setAdditionalProperties(Map<String,Object> additionalProperties)
void
setAdditionalProperty(String name, Object value)
void
setControllerName(String controllerName)
void
setDescription(String description)
void
setParametersRef(ParametersReference parametersRef)
GatewayClassSpecBuilder
toBuilder()
-
-
-
Constructor Detail
-
GatewayClassSpec
public GatewayClassSpec()
No args constructor for use in serialization
-
GatewayClassSpec
public GatewayClassSpec(String controllerName, String description, ParametersReference parametersRef)
-
-
Method Detail
-
getControllerName
public String getControllerName()
-
setControllerName
public void setControllerName(String controllerName)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getParametersRef
public ParametersReference getParametersRef()
-
setParametersRef
public void setParametersRef(ParametersReference parametersRef)
-
edit
public GatewayClassSpecBuilder edit()
- Specified by:
edit
in interfaceio.fabric8.kubernetes.api.builder.Editable<GatewayClassSpecBuilder>
-
toBuilder
public GatewayClassSpecBuilder toBuilder()
-
-