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) |
| Modifier and Type | Method and Description |
|---|---|
JKSKeystore |
buildJks() |
PKCS12Keystore |
buildPkcs12() |
CertificateKeystoresFluent.JksNested<A> |
editJks() |
CertificateKeystoresFluent.JksNested<A> |
editOrNewJks() |
CertificateKeystoresFluent.JksNested<A> |
editOrNewJksLike(JKSKeystore item) |
CertificateKeystoresFluent.Pkcs12Nested<A> |
editOrNewPkcs12() |
CertificateKeystoresFluent.Pkcs12Nested<A> |
editOrNewPkcs12Like(PKCS12Keystore item) |
CertificateKeystoresFluent.Pkcs12Nested<A> |
editPkcs12() |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
hasJks() |
boolean |
hasPkcs12() |
String |
toString() |
A |
withJks(JKSKeystore jks) |
CertificateKeystoresFluent.JksNested<A> |
withNewJks() |
CertificateKeystoresFluent.JksNested<A> |
withNewJksLike(JKSKeystore item) |
CertificateKeystoresFluent.Pkcs12Nested<A> |
withNewPkcs12() |
CertificateKeystoresFluent.Pkcs12Nested<A> |
withNewPkcs12Like(PKCS12Keystore item) |
A |
withPkcs12(PKCS12Keystore pkcs12) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic CertificateKeystoresFluent()
public CertificateKeystoresFluent(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.