public class DoneableTLSOptions extends TLSOptionsFluentImpl<DoneableTLSOptions> implements io.fabric8.kubernetes.api.model.Doneable<TLSOptions>
| Constructor and Description |
|---|
DoneableTLSOptions(io.fabric8.kubernetes.api.builder.Function<TLSOptions,TLSOptions> function) |
DoneableTLSOptions(TLSOptions item) |
DoneableTLSOptions(TLSOptions item,
io.fabric8.kubernetes.api.builder.Function<TLSOptions,TLSOptions> function) |
| Modifier and Type | Method and Description |
|---|---|
TLSOptions |
done() |
addAllToSubjectAltNames, addToSubjectAltNames, addToSubjectAltNames, equals, 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, withSubjectAltNamespublic DoneableTLSOptions(io.fabric8.kubernetes.api.builder.Function<TLSOptions,TLSOptions> function)
public DoneableTLSOptions(TLSOptions item, io.fabric8.kubernetes.api.builder.Function<TLSOptions,TLSOptions> function)
public DoneableTLSOptions(TLSOptions item)
public TLSOptions done()
done in interface io.fabric8.kubernetes.api.model.Doneable<TLSOptions>Copyright © 2017–2018 Red Hat. All rights reserved.