public static interface V1beta1Extensions.IngressTLSOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHosts(int index)
Hosts are a list of hosts included in the TLS certificate.
|
com.google.protobuf.ByteString |
getHostsBytes(int index)
Hosts are a list of hosts included in the TLS certificate.
|
int |
getHostsCount()
Hosts are a list of hosts included in the TLS certificate.
|
List<String> |
getHostsList()
Hosts are a list of hosts included in the TLS certificate.
|
String |
getSecretName()
SecretName is the name of the secret used to terminate SSL traffic on 443.
|
com.google.protobuf.ByteString |
getSecretNameBytes()
SecretName is the name of the secret used to terminate SSL traffic on 443.
|
boolean |
hasSecretName()
SecretName is the name of the secret used to terminate SSL traffic on 443.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getHostsList()
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. +optional
repeated string hosts = 1;int getHostsCount()
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. +optional
repeated string hosts = 1;String getHosts(int index)
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. +optional
repeated string hosts = 1;com.google.protobuf.ByteString getHostsBytes(int index)
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. +optional
repeated string hosts = 1;boolean hasSecretName()
SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL 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. +optional
optional string secretName = 2;String getSecretName()
SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL 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. +optional
optional string secretName = 2;com.google.protobuf.ByteString getSecretNameBytes()
SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL 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. +optional
optional string secretName = 2;Copyright © 2023. All rights reserved.