public class CertificateKeystoresFluent<A extends CertificateKeystoresFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
CertificateKeystoresFluent.JksNested<N> |
class |
CertificateKeystoresFluent.Pkcs12Nested<N> |
| Constructor and Description |
|---|
CertificateKeystoresFluent() |
CertificateKeystoresFluent(CertificateKeystores instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic CertificateKeystoresFluent()
public CertificateKeystoresFluent(CertificateKeystores instance)
protected void copyInstance(CertificateKeystores instance)
public JKSKeystore buildJks()
public A withJks(JKSKeystore jks)
public boolean hasJks()
public CertificateKeystoresFluent.JksNested<A> withNewJks()
public CertificateKeystoresFluent.JksNested<A> withNewJksLike(JKSKeystore item)
public CertificateKeystoresFluent.JksNested<A> editJks()
public CertificateKeystoresFluent.JksNested<A> editOrNewJks()
public CertificateKeystoresFluent.JksNested<A> editOrNewJksLike(JKSKeystore item)
public PKCS12Keystore buildPkcs12()
public A withPkcs12(PKCS12Keystore pkcs12)
public boolean hasPkcs12()
public CertificateKeystoresFluent.Pkcs12Nested<A> withNewPkcs12()
public CertificateKeystoresFluent.Pkcs12Nested<A> withNewPkcs12Like(PKCS12Keystore item)
public CertificateKeystoresFluent.Pkcs12Nested<A> editPkcs12()
public CertificateKeystoresFluent.Pkcs12Nested<A> editOrNewPkcs12()
public CertificateKeystoresFluent.Pkcs12Nested<A> editOrNewPkcs12Like(PKCS12Keystore item)
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CertificateKeystoresFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CertificateKeystoresFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.