Class TLSPortConfig
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1.TLSPortConfig
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<TLSPortConfigBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class TLSPortConfig extends Object implements io.fabric8.kubernetes.api.builder.Editable<TLSPortConfigBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TLSPortConfig()No args constructor for use in serializationTLSPortConfig(Integer port, TLSConfig tls)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TLSPortConfigBuilderedit()Map<String,Object>getAdditionalProperties()IntegergetPort()The Port indicates the Port Number to which the TLS configuration will be applied.TLSConfiggetTls()voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetPort(Integer port)The Port indicates the Port Number to which the TLS configuration will be applied.voidsetTls(TLSConfig tls)TLSPortConfigBuildertoBuilder()
-
-
-
Method Detail
-
getPort
public Integer getPort()
The Port indicates the Port Number to which the TLS configuration will be applied. This configuration will be applied to all Listeners handling HTTPS traffic that match this port.Support: Core
<gateway:experimental>
-
setPort
public void setPort(Integer port)
The Port indicates the Port Number to which the TLS configuration will be applied. This configuration will be applied to all Listeners handling HTTPS traffic that match this port.Support: Core
<gateway:experimental>
-
getTls
public TLSConfig getTls()
-
setTls
public void setTls(TLSConfig tls)
-
edit
public TLSPortConfigBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<TLSPortConfigBuilder>
-
toBuilder
public TLSPortConfigBuilder toBuilder()
-
-