Struct k8s_openapi::api::networking::v1::IngressTLS [−][src]
Expand description
IngressTLS describes the transport layer security associated with an Ingress.
Fields
hosts: Option<Vec<String>>
Hosts are 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.
secret_name: Option<String>
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.
Trait Implementations
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for IngressTLS
impl Send for IngressTLS
impl Sync for IngressTLS
impl Unpin for IngressTLS
impl UnwindSafe for IngressTLS
Blanket Implementations
Mutably borrows from an owned value. Read more