public class CertificateKeystoresFluentImpl<A extends CertificateKeystoresFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CertificateKeystoresFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
CertificateKeystoresFluentImpl.JksNestedImpl<N> |
class |
CertificateKeystoresFluentImpl.Pkcs12NestedImpl<N> |
CertificateKeystoresFluent.JksNested<N>, CertificateKeystoresFluent.Pkcs12Nested<N>| Constructor and Description |
|---|
CertificateKeystoresFluentImpl() |
CertificateKeystoresFluentImpl(CertificateKeystores instance) |
public CertificateKeystoresFluentImpl()
public CertificateKeystoresFluentImpl(CertificateKeystores instance)
@Deprecated public JKSKeystore getJks()
getJks in interface CertificateKeystoresFluent<A extends CertificateKeystoresFluent<A>>public JKSKeystore buildJks()
buildJks in interface CertificateKeystoresFluent<A extends CertificateKeystoresFluent<A>>public A withJks(JKSKeystore jks)
withJks in interface CertificateKeystoresFluent<A extends CertificateKeystoresFluent<A>>public Boolean hasJks()
hasJks in interface CertificateKeystoresFluent<A extends CertificateKeystoresFluent<A>>public CertificateKeystoresFluent.JksNested<A> withNewJks()
withNewJks in interface CertificateKeystoresFluent<A extends CertificateKeystoresFluent<A>>public CertificateKeystoresFluent.JksNested<A> withNewJksLike(JKSKeystore item)
withNewJksLike in interface CertificateKeystoresFluent<A extends CertificateKeystoresFluent<A>>public CertificateKeystoresFluent.JksNested<A> editJks()
editJks in interface CertificateKeystoresFluent<A extends CertificateKeystoresFluent<A>>public CertificateKeystoresFluent.JksNested<A> editOrNewJks()
editOrNewJks in interface CertificateKeystoresFluent<A extends CertificateKeystoresFluent<A>>public CertificateKeystoresFluent.JksNested<A> editOrNewJksLike(JKSKeystore item)
editOrNewJksLike in interface CertificateKeystoresFluent<A extends CertificateKeystoresFluent<A>>@Deprecated public PKCS12Keystore getPkcs12()
getPkcs12 in interface CertificateKeystoresFluent<A extends CertificateKeystoresFluent<A>>public PKCS12Keystore buildPkcs12()
buildPkcs12 in interface CertificateKeystoresFluent<A extends CertificateKeystoresFluent<A>>public A withPkcs12(PKCS12Keystore pkcs12)
withPkcs12 in interface CertificateKeystoresFluent<A extends CertificateKeystoresFluent<A>>public Boolean hasPkcs12()
hasPkcs12 in interface CertificateKeystoresFluent<A extends CertificateKeystoresFluent<A>>public CertificateKeystoresFluent.Pkcs12Nested<A> withNewPkcs12()
withNewPkcs12 in interface CertificateKeystoresFluent<A extends CertificateKeystoresFluent<A>>public CertificateKeystoresFluent.Pkcs12Nested<A> withNewPkcs12Like(PKCS12Keystore item)
withNewPkcs12Like in interface CertificateKeystoresFluent<A extends CertificateKeystoresFluent<A>>public CertificateKeystoresFluent.Pkcs12Nested<A> editPkcs12()
editPkcs12 in interface CertificateKeystoresFluent<A extends CertificateKeystoresFluent<A>>public CertificateKeystoresFluent.Pkcs12Nested<A> editOrNewPkcs12()
editOrNewPkcs12 in interface CertificateKeystoresFluent<A extends CertificateKeystoresFluent<A>>public CertificateKeystoresFluent.Pkcs12Nested<A> editOrNewPkcs12Like(PKCS12Keystore item)
editOrNewPkcs12Like in interface CertificateKeystoresFluent<A extends CertificateKeystoresFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.