Package io.strimzi.api.kafka.model
Interface KafkaBridgeSpecFluent.TlsNested<N>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<KafkaBridgeSpecFluent.TlsNested<N>>,KafkaBridgeTlsFluent<KafkaBridgeSpecFluent.TlsNested<N>>,io.fabric8.kubernetes.api.builder.Nested<N>
- All Known Implementing Classes:
KafkaBridgeSpecFluentImpl.TlsNestedImpl
- Enclosing interface:
- KafkaBridgeSpecFluent<A extends KafkaBridgeSpecFluent<A>>
public static interface KafkaBridgeSpecFluent.TlsNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, KafkaBridgeTlsFluent<KafkaBridgeSpecFluent.TlsNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.strimzi.api.kafka.model.KafkaBridgeTlsFluent
KafkaBridgeTlsFluent.TrustedCertificatesNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nand()NendTls()-
Methods inherited from interface io.strimzi.api.kafka.model.KafkaBridgeTlsFluent
addAllToTrustedCertificates, addNewTrustedCertificate, addNewTrustedCertificateLike, addToTrustedCertificates, addToTrustedCertificates, buildFirstTrustedCertificate, buildLastTrustedCertificate, buildMatchingTrustedCertificate, buildTrustedCertificate, buildTrustedCertificates, editFirstTrustedCertificate, editLastTrustedCertificate, editMatchingTrustedCertificate, editTrustedCertificate, getTrustedCertificates, hasMatchingTrustedCertificate, hasTrustedCertificates, removeAllFromTrustedCertificates, removeFromTrustedCertificates, removeMatchingFromTrustedCertificates, setNewTrustedCertificateLike, setToTrustedCertificates, withTrustedCertificates, withTrustedCertificates
-
-