Package net.stickycode.kuuty.model.v18
Class IoK8sApiExtensionsV1beta1IngressTLS
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiExtensionsV1beta1IngressTLS
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiExtensionsV1beta1IngressTLS extends Object
IngressTLS describes the transport layer security associated with an Ingress.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_HOSTSstatic StringJSON_PROPERTY_SECRET_NAME
-
Constructor Summary
Constructors Constructor Description IoK8sApiExtensionsV1beta1IngressTLS()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoK8sApiExtensionsV1beta1IngressTLSaddHostsItem(String hostsItem)booleanequals(Object o)List<String>getHosts()Hosts are a list of hosts included in the TLS certificate.StringgetSecretName()SecretName is the name of the secret used to terminate SSL traffic on 443.inthashCode()IoK8sApiExtensionsV1beta1IngressTLShosts(List<String> hosts)IoK8sApiExtensionsV1beta1IngressTLSsecretName(String secretName)voidsetHosts(List<String> hosts)voidsetSecretName(String secretName)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_HOSTS
public static final String JSON_PROPERTY_HOSTS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SECRET_NAME
public static final String JSON_PROPERTY_SECRET_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
hosts
public IoK8sApiExtensionsV1beta1IngressTLS hosts(List<String> hosts)
-
addHostsItem
public IoK8sApiExtensionsV1beta1IngressTLS addHostsItem(String hostsItem)
-
getHosts
@Nullable public List<String> getHosts()
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.- Returns:
- hosts
-
secretName
public IoK8sApiExtensionsV1beta1IngressTLS secretName(String secretName)
-
getSecretName
@Nullable public 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.- Returns:
- secretName
-
setSecretName
public void setSecretName(String secretName)
-
-