Package io.strimzi.api.kafka.model
Interface KafkaBridgeTlsFluent<A extends KafkaBridgeTlsFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
KafkaBridgeSpecFluent.TlsNested<N>
- All Known Implementing Classes:
KafkaBridgeSpecFluentImpl.TlsNestedImpl,KafkaBridgeTlsBuilder,KafkaBridgeTlsFluentImpl
public interface KafkaBridgeTlsFluent<A extends KafkaBridgeTlsFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceKafkaBridgeTlsFluent.TrustedCertificatesNested<N>
-
Method Summary
-
-
-
Method Detail
-
addToTrustedCertificates
A addToTrustedCertificates(int index, CertSecretSource item)
-
setToTrustedCertificates
A setToTrustedCertificates(int index, CertSecretSource item)
-
addToTrustedCertificates
A addToTrustedCertificates(CertSecretSource... items)
-
addAllToTrustedCertificates
A addAllToTrustedCertificates(Collection<CertSecretSource> items)
-
removeFromTrustedCertificates
A removeFromTrustedCertificates(CertSecretSource... items)
-
removeAllFromTrustedCertificates
A removeAllFromTrustedCertificates(Collection<CertSecretSource> items)
-
removeMatchingFromTrustedCertificates
A removeMatchingFromTrustedCertificates(Predicate<CertSecretSourceBuilder> predicate)
-
getTrustedCertificates
@Deprecated List<CertSecretSource> getTrustedCertificates()
Deprecated.This method has been deprecated, please use method buildTrustedCertificates instead.- Returns:
- The buildable object.
-
buildTrustedCertificates
List<CertSecretSource> buildTrustedCertificates()
-
buildTrustedCertificate
CertSecretSource buildTrustedCertificate(int index)
-
buildFirstTrustedCertificate
CertSecretSource buildFirstTrustedCertificate()
-
buildLastTrustedCertificate
CertSecretSource buildLastTrustedCertificate()
-
buildMatchingTrustedCertificate
CertSecretSource buildMatchingTrustedCertificate(Predicate<CertSecretSourceBuilder> predicate)
-
hasMatchingTrustedCertificate
Boolean hasMatchingTrustedCertificate(Predicate<CertSecretSourceBuilder> predicate)
-
withTrustedCertificates
A withTrustedCertificates(List<CertSecretSource> trustedCertificates)
-
withTrustedCertificates
A withTrustedCertificates(CertSecretSource... trustedCertificates)
-
hasTrustedCertificates
Boolean hasTrustedCertificates()
-
addNewTrustedCertificate
KafkaBridgeTlsFluent.TrustedCertificatesNested<A> addNewTrustedCertificate()
-
addNewTrustedCertificateLike
KafkaBridgeTlsFluent.TrustedCertificatesNested<A> addNewTrustedCertificateLike(CertSecretSource item)
-
setNewTrustedCertificateLike
KafkaBridgeTlsFluent.TrustedCertificatesNested<A> setNewTrustedCertificateLike(int index, CertSecretSource item)
-
editTrustedCertificate
KafkaBridgeTlsFluent.TrustedCertificatesNested<A> editTrustedCertificate(int index)
-
editFirstTrustedCertificate
KafkaBridgeTlsFluent.TrustedCertificatesNested<A> editFirstTrustedCertificate()
-
editLastTrustedCertificate
KafkaBridgeTlsFluent.TrustedCertificatesNested<A> editLastTrustedCertificate()
-
editMatchingTrustedCertificate
KafkaBridgeTlsFluent.TrustedCertificatesNested<A> editMatchingTrustedCertificate(Predicate<CertSecretSourceBuilder> predicate)
-
-