@Generated(value="jsonschema2pojo") public class GatewaySpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<GatewaySpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
GatewaySpec()
No args constructor for use in serialization
|
GatewaySpec(List<GatewayAddress> addresses,
String gatewayClassName,
GatewayInfrastructure infrastructure,
List<Listener> listeners) |
| Modifier and Type | Method and Description |
|---|---|
GatewaySpecBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
List<GatewayAddress> |
getAddresses() |
String |
getGatewayClassName() |
GatewayInfrastructure |
getInfrastructure() |
List<Listener> |
getListeners() |
void |
setAdditionalProperties(Map<String,Object> additionalProperties) |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAddresses(List<GatewayAddress> addresses) |
void |
setGatewayClassName(String gatewayClassName) |
void |
setInfrastructure(GatewayInfrastructure infrastructure) |
void |
setListeners(List<Listener> listeners) |
GatewaySpecBuilder |
toBuilder() |
public GatewaySpec()
public GatewaySpec(List<GatewayAddress> addresses, String gatewayClassName, GatewayInfrastructure infrastructure, List<Listener> listeners)
public List<GatewayAddress> getAddresses()
public void setAddresses(List<GatewayAddress> addresses)
public String getGatewayClassName()
public void setGatewayClassName(String gatewayClassName)
public GatewayInfrastructure getInfrastructure()
public void setInfrastructure(GatewayInfrastructure infrastructure)
public GatewaySpecBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<GatewaySpecBuilder>public GatewaySpecBuilder toBuilder()
Copyright © 2015–2025 Red Hat. All rights reserved.