public interface CertificateKeystoresFluent<A extends CertificateKeystoresFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CertificateKeystoresFluent.JksNested<N> |
static interface |
CertificateKeystoresFluent.Pkcs12Nested<N> |
| 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() |
JKSKeystore |
getJks()
Deprecated.
|
PKCS12Keystore |
getPkcs12()
Deprecated.
|
Boolean |
hasJks() |
Boolean |
hasPkcs12() |
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) |
@Deprecated JKSKeystore getJks()
JKSKeystore buildJks()
A withJks(JKSKeystore jks)
Boolean hasJks()
CertificateKeystoresFluent.JksNested<A> withNewJks()
CertificateKeystoresFluent.JksNested<A> withNewJksLike(JKSKeystore item)
CertificateKeystoresFluent.JksNested<A> editJks()
CertificateKeystoresFluent.JksNested<A> editOrNewJks()
CertificateKeystoresFluent.JksNested<A> editOrNewJksLike(JKSKeystore item)
@Deprecated PKCS12Keystore getPkcs12()
PKCS12Keystore buildPkcs12()
A withPkcs12(PKCS12Keystore pkcs12)
Boolean hasPkcs12()
CertificateKeystoresFluent.Pkcs12Nested<A> withNewPkcs12()
CertificateKeystoresFluent.Pkcs12Nested<A> withNewPkcs12Like(PKCS12Keystore item)
CertificateKeystoresFluent.Pkcs12Nested<A> editPkcs12()
CertificateKeystoresFluent.Pkcs12Nested<A> editOrNewPkcs12()
CertificateKeystoresFluent.Pkcs12Nested<A> editOrNewPkcs12Like(PKCS12Keystore item)
Copyright © 2015–2022 Red Hat. All rights reserved.