public class DoneableTLSSettings extends TLSSettingsFluentImpl<DoneableTLSSettings> implements io.fabric8.kubernetes.api.model.Doneable<TLSSettings>
| Constructor and Description |
|---|
DoneableTLSSettings(io.fabric8.kubernetes.api.builder.Function<TLSSettings,TLSSettings> function) |
DoneableTLSSettings(TLSSettings item) |
DoneableTLSSettings(TLSSettings item,
io.fabric8.kubernetes.api.builder.Function<TLSSettings,TLSSettings> function) |
| Modifier and Type | Method and Description |
|---|---|
TLSSettings |
done() |
addAllToSubjectAltNames, addToSubjectAltNames, addToSubjectAltNames, equals, getCaCertificates, getClientCertificate, getFirstSubjectAltName, getLastSubjectAltName, getMatchingSubjectAltName, getMode, getPrivateKey, getSni, getSubjectAltName, getSubjectAltNames, hasCaCertificates, hasClientCertificate, hasMode, hasPrivateKey, hasSni, hasSubjectAltNames, removeAllFromSubjectAltNames, removeFromSubjectAltNames, setToSubjectAltNames, withCaCertificates, withClientCertificate, withMode, withPrivateKey, withSni, withSubjectAltNames, withSubjectAltNamespublic DoneableTLSSettings(io.fabric8.kubernetes.api.builder.Function<TLSSettings,TLSSettings> function)
public DoneableTLSSettings(TLSSettings item, io.fabric8.kubernetes.api.builder.Function<TLSSettings,TLSSettings> function)
public DoneableTLSSettings(TLSSettings item)
public TLSSettings done()
done in interface io.fabric8.kubernetes.api.model.Doneable<TLSSettings>Copyright © 2017–2018 Red Hat. All rights reserved.