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
GatewayClassSpec reflects the configuration of a class of Gateways.- 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()
ControllerName is the name of the controller that is managing Gateways of this class.String
getDescription()
Description helps describe a GatewayClass with more details.ParametersReference
getParametersRef()
GatewayClassSpec reflects the configuration of a class of Gateways.void
setAdditionalProperties(Map<String,Object> additionalProperties)
void
setAdditionalProperty(String name, Object value)
void
setControllerName(String controllerName)
ControllerName is the name of the controller that is managing Gateways of this class.void
setDescription(String description)
Description helps describe a GatewayClass with more details.void
setParametersRef(ParametersReference parametersRef)
GatewayClassSpec reflects the configuration of a class of Gateways.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()
ControllerName is the name of the controller that is managing Gateways of this class. The value of this field MUST be a domain prefixed path.Example: "example.net/gateway-controller".
This field is not mutable and cannot be empty.
Support: Core
-
setControllerName
public void setControllerName(String controllerName)
ControllerName is the name of the controller that is managing Gateways of this class. The value of this field MUST be a domain prefixed path.Example: "example.net/gateway-controller".
This field is not mutable and cannot be empty.
Support: Core
-
getDescription
public String getDescription()
Description helps describe a GatewayClass with more details.
-
setDescription
public void setDescription(String description)
Description helps describe a GatewayClass with more details.
-
getParametersRef
public ParametersReference getParametersRef()
GatewayClassSpec reflects the configuration of a class of Gateways.
-
setParametersRef
public void setParametersRef(ParametersReference parametersRef)
GatewayClassSpec reflects the configuration of a class of Gateways.
-
edit
public GatewayClassSpecBuilder edit()
- Specified by:
edit
in interfaceio.fabric8.kubernetes.api.builder.Editable<GatewayClassSpecBuilder>
-
toBuilder
public GatewayClassSpecBuilder toBuilder()
-
-