public class IngressTLSBuilder extends IngressTLSFluentImpl<IngressTLSBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<IngressTLS,IngressTLSBuilder>
| Constructor and Description |
|---|
IngressTLSBuilder() |
IngressTLSBuilder(Boolean validationEnabled) |
IngressTLSBuilder(IngressTLS instance) |
IngressTLSBuilder(IngressTLS instance,
Boolean validationEnabled) |
IngressTLSBuilder(IngressTLSFluent<?> fluent) |
IngressTLSBuilder(IngressTLSFluent<?> fluent,
Boolean validationEnabled) |
IngressTLSBuilder(IngressTLSFluent<?> fluent,
IngressTLS instance) |
IngressTLSBuilder(IngressTLSFluent<?> fluent,
IngressTLS instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
IngressTLS |
build() |
addAllToHosts, addToAdditionalProperties, addToAdditionalProperties, addToHosts, addToHosts, equals, getAdditionalProperties, getFirstHost, getHost, getHosts, getLastHost, getMatchingHost, getSecretName, hasAdditionalProperties, hashCode, hasHosts, hasMatchingHost, hasSecretName, removeAllFromHosts, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromHosts, setToHosts, toString, withAdditionalProperties, withHosts, withHosts, withSecretNameaccept, accept, accept, aggregate, aggregate, build, build, builderOfpublic IngressTLSBuilder()
public IngressTLSBuilder(Boolean validationEnabled)
public IngressTLSBuilder(IngressTLSFluent<?> fluent)
public IngressTLSBuilder(IngressTLSFluent<?> fluent, Boolean validationEnabled)
public IngressTLSBuilder(IngressTLSFluent<?> fluent, IngressTLS instance)
public IngressTLSBuilder(IngressTLSFluent<?> fluent, IngressTLS instance, Boolean validationEnabled)
public IngressTLSBuilder(IngressTLS instance)
public IngressTLSBuilder(IngressTLS instance, Boolean validationEnabled)
public IngressTLS build()
build in interface io.fabric8.kubernetes.api.builder.Builder<IngressTLS>Copyright © 2015–2022 Red Hat. All rights reserved.