Class IngressTLSPatchArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.kubernetes.networking.v1beta1.inputs.IngressTLSPatchArgs
-
public final class IngressTLSPatchArgs extends com.pulumi.resources.ResourceArgs
IngressTLS describes the transport layer security associated with an Ingress.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IngressTLSPatchArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static IngressTLSPatchArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IngressTLSPatchArgs.Builder
builder()
static IngressTLSPatchArgs.Builder
builder(IngressTLSPatchArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
hosts()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
secretName()
-
-
-
Field Detail
-
Empty
public static final IngressTLSPatchArgs Empty
-
-
Method Detail
-
hosts
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> hosts()
- Returns:
- 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.
-
secretName
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> secretName()
- Returns:
- 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.
-
builder
public static IngressTLSPatchArgs.Builder builder()
-
builder
public static IngressTLSPatchArgs.Builder builder(IngressTLSPatchArgs defaults)
-
-