public class TLSOptionsBuilder extends TLSOptionsFluentImpl<TLSOptionsBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<TLSOptions,TLSOptionsBuilder>
| Constructor and Description |
|---|
TLSOptionsBuilder() |
TLSOptionsBuilder(Boolean validationEnabled) |
TLSOptionsBuilder(TLSOptions instance) |
TLSOptionsBuilder(TLSOptions instance,
Boolean validationEnabled) |
TLSOptionsBuilder(TLSOptionsFluent<?> fluent) |
TLSOptionsBuilder(TLSOptionsFluent<?> fluent,
Boolean validationEnabled) |
TLSOptionsBuilder(TLSOptionsFluent<?> fluent,
TLSOptions instance) |
TLSOptionsBuilder(TLSOptionsFluent<?> fluent,
TLSOptions instance,
Boolean validationEnabled) |
TLSOptionsBuilder(TLSOptionsFluent<?> fluent,
TLSOptions instance,
javax.validation.Validator validator) |
TLSOptionsBuilder(TLSOptions instance,
javax.validation.Validator validator) |
TLSOptionsBuilder(javax.validation.Validator validator) |
| Modifier and Type | Method and Description |
|---|---|
TLSOptions |
build() |
boolean |
equals(Object o) |
addAllToSubjectAltNames, addToSubjectAltNames, addToSubjectAltNames, getCaCertificates, getFirstSubjectAltName, getLastSubjectAltName, getMatchingSubjectAltName, getMode, getPrivateKey, getServerCertificate, getSubjectAltName, getSubjectAltNames, hasCaCertificates, hasHttpsRedirect, hasMode, hasPrivateKey, hasServerCertificate, hasSubjectAltNames, isHttpsRedirect, removeAllFromSubjectAltNames, removeFromSubjectAltNames, setToSubjectAltNames, withCaCertificates, withHttpsRedirect, withMode, withNewHttpsRedirect, withNewHttpsRedirect, withPrivateKey, withServerCertificate, withSubjectAltNames, withSubjectAltNamesaccept, aggregate, aggregate, build, buildpublic TLSOptionsBuilder()
public TLSOptionsBuilder(Boolean validationEnabled)
public TLSOptionsBuilder(TLSOptionsFluent<?> fluent)
public TLSOptionsBuilder(TLSOptionsFluent<?> fluent, Boolean validationEnabled)
public TLSOptionsBuilder(TLSOptionsFluent<?> fluent, TLSOptions instance)
public TLSOptionsBuilder(TLSOptionsFluent<?> fluent, TLSOptions instance, Boolean validationEnabled)
public TLSOptionsBuilder(TLSOptions instance)
public TLSOptionsBuilder(TLSOptions instance, Boolean validationEnabled)
public TLSOptionsBuilder(javax.validation.Validator validator)
public TLSOptionsBuilder(TLSOptionsFluent<?> fluent, TLSOptions instance, javax.validation.Validator validator)
public TLSOptionsBuilder(TLSOptions instance, javax.validation.Validator validator)
public TLSOptions build()
build in interface io.fabric8.kubernetes.api.builder.Builder<TLSOptions>public boolean equals(Object o)
equals in class TLSOptionsFluentImpl<TLSOptionsBuilder>Copyright © 2017–2018 Red Hat. All rights reserved.