Class V1IngressTLS
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1IngressTLS
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1IngressTLS
extends Object
IngressTLS describes the transport layer security associated with an ingress.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddhostsItem
(String hostsItem) Add an item to the hosts property in a chainable fashion.boolean
getHosts()
hosts is a list of hosts included in the TLS certificate.secretName is the name of the secret used to terminate TLS traffic on port 443.int
hashCode()
Set hosts in a chainable fashion.secretName
(String secretName) Set secretName in a chainable fashion.void
Set the hosts property valuevoid
setSecretName
(String secretName) Set the secretName property valuetoString()
-
Field Details
-
JSON_PROPERTY_HOSTS
- See Also:
-
JSON_PROPERTY_SECRET_NAME
- See Also:
-
-
Constructor Details
-
V1IngressTLS
public V1IngressTLS()
-
-
Method Details
-
getHosts
hosts is a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.- Returns:
- the hosts property value
-
setHosts
Set the hosts property value -
hosts
Set hosts in a chainable fashion.- Returns:
- The same instance of V1IngressTLS for chaining.
-
addhostsItem
Add an item to the hosts property in a chainable fashion.- Returns:
- The same instance of V1IngressTLS for chaining.
-
getSecretName
secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the \"Host\" header field used by an IngressRule, the SNI host is used for termination and value of the \"Host\" header is used for routing.- Returns:
- the secretName property value
-
setSecretName
Set the secretName property value -
secretName
Set secretName in a chainable fashion.- Returns:
- The same instance of V1IngressTLS for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-