Class V1IngressTLS

java.lang.Object
io.kubernetes.client.openapi.models.V1IngressTLS

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-12-05T08:14:34.919Z[Etc/UTC]") public class V1IngressTLS extends Object
IngressTLS describes the transport layer security associated with an Ingress.
  • Field Details

  • Constructor Details

    • V1IngressTLS

      public V1IngressTLS()
  • Method Details

    • hosts

      public V1IngressTLS hosts(List<String> hosts)
    • addHostsItem

      public V1IngressTLS 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
    • setHosts

      public void setHosts(List<String> hosts)
    • secretName

      public V1IngressTLS secretName(String secretName)
    • getSecretName

      @Nullable public String 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:
      secretName
    • setSecretName

      public void setSecretName(String secretName)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object