public class KafkaBridgeTlsFluentImpl<A extends KafkaBridgeTlsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements KafkaBridgeTlsFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
KafkaBridgeTlsFluentImpl.TrustedCertificatesNestedImpl<N> |
KafkaBridgeTlsFluent.TrustedCertificatesNested<N>| Constructor and Description |
|---|
KafkaBridgeTlsFluentImpl() |
KafkaBridgeTlsFluentImpl(KafkaBridgeTls instance) |
public KafkaBridgeTlsFluentImpl()
public KafkaBridgeTlsFluentImpl(KafkaBridgeTls instance)
public A addToTrustedCertificates(int index, CertSecretSource item)
addToTrustedCertificates in interface KafkaBridgeTlsFluent<A extends KafkaBridgeTlsFluent<A>>public A setToTrustedCertificates(int index, CertSecretSource item)
setToTrustedCertificates in interface KafkaBridgeTlsFluent<A extends KafkaBridgeTlsFluent<A>>public A addToTrustedCertificates(CertSecretSource... items)
addToTrustedCertificates in interface KafkaBridgeTlsFluent<A extends KafkaBridgeTlsFluent<A>>public A addAllToTrustedCertificates(Collection<CertSecretSource> items)
addAllToTrustedCertificates in interface KafkaBridgeTlsFluent<A extends KafkaBridgeTlsFluent<A>>public A removeFromTrustedCertificates(CertSecretSource... items)
removeFromTrustedCertificates in interface KafkaBridgeTlsFluent<A extends KafkaBridgeTlsFluent<A>>public A removeAllFromTrustedCertificates(Collection<CertSecretSource> items)
removeAllFromTrustedCertificates in interface KafkaBridgeTlsFluent<A extends KafkaBridgeTlsFluent<A>>@Deprecated public List<CertSecretSource> getTrustedCertificates()
getTrustedCertificates in interface KafkaBridgeTlsFluent<A extends KafkaBridgeTlsFluent<A>>public List<CertSecretSource> buildTrustedCertificates()
buildTrustedCertificates in interface KafkaBridgeTlsFluent<A extends KafkaBridgeTlsFluent<A>>public CertSecretSource buildTrustedCertificate(int index)
buildTrustedCertificate in interface KafkaBridgeTlsFluent<A extends KafkaBridgeTlsFluent<A>>public CertSecretSource buildFirstTrustedCertificate()
buildFirstTrustedCertificate in interface KafkaBridgeTlsFluent<A extends KafkaBridgeTlsFluent<A>>public CertSecretSource buildLastTrustedCertificate()
buildLastTrustedCertificate in interface KafkaBridgeTlsFluent<A extends KafkaBridgeTlsFluent<A>>public CertSecretSource buildMatchingTrustedCertificate(io.fabric8.kubernetes.api.builder.Predicate<CertSecretSourceBuilder> predicate)
buildMatchingTrustedCertificate in interface KafkaBridgeTlsFluent<A extends KafkaBridgeTlsFluent<A>>public Boolean hasMatchingTrustedCertificate(io.fabric8.kubernetes.api.builder.Predicate<CertSecretSourceBuilder> predicate)
hasMatchingTrustedCertificate in interface KafkaBridgeTlsFluent<A extends KafkaBridgeTlsFluent<A>>public A withTrustedCertificates(List<CertSecretSource> trustedCertificates)
withTrustedCertificates in interface KafkaBridgeTlsFluent<A extends KafkaBridgeTlsFluent<A>>public A withTrustedCertificates(CertSecretSource... trustedCertificates)
withTrustedCertificates in interface KafkaBridgeTlsFluent<A extends KafkaBridgeTlsFluent<A>>public Boolean hasTrustedCertificates()
hasTrustedCertificates in interface KafkaBridgeTlsFluent<A extends KafkaBridgeTlsFluent<A>>public KafkaBridgeTlsFluent.TrustedCertificatesNested<A> addNewTrustedCertificate()
addNewTrustedCertificate in interface KafkaBridgeTlsFluent<A extends KafkaBridgeTlsFluent<A>>public KafkaBridgeTlsFluent.TrustedCertificatesNested<A> addNewTrustedCertificateLike(CertSecretSource item)
addNewTrustedCertificateLike in interface KafkaBridgeTlsFluent<A extends KafkaBridgeTlsFluent<A>>public KafkaBridgeTlsFluent.TrustedCertificatesNested<A> setNewTrustedCertificateLike(int index, CertSecretSource item)
setNewTrustedCertificateLike in interface KafkaBridgeTlsFluent<A extends KafkaBridgeTlsFluent<A>>public KafkaBridgeTlsFluent.TrustedCertificatesNested<A> editTrustedCertificate(int index)
editTrustedCertificate in interface KafkaBridgeTlsFluent<A extends KafkaBridgeTlsFluent<A>>public KafkaBridgeTlsFluent.TrustedCertificatesNested<A> editFirstTrustedCertificate()
editFirstTrustedCertificate in interface KafkaBridgeTlsFluent<A extends KafkaBridgeTlsFluent<A>>public KafkaBridgeTlsFluent.TrustedCertificatesNested<A> editLastTrustedCertificate()
editLastTrustedCertificate in interface KafkaBridgeTlsFluent<A extends KafkaBridgeTlsFluent<A>>public KafkaBridgeTlsFluent.TrustedCertificatesNested<A> editMatchingTrustedCertificate(io.fabric8.kubernetes.api.builder.Predicate<CertSecretSourceBuilder> predicate)
editMatchingTrustedCertificate in interface KafkaBridgeTlsFluent<A extends KafkaBridgeTlsFluent<A>>Copyright © 2019. All rights reserved.