Package io.strimzi.api.kafka.model
Interface KafkaConnectSpecFluent.TlsNested<N>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<KafkaConnectSpecFluent.TlsNested<N>>,KafkaConnectTlsFluent<KafkaConnectSpecFluent.TlsNested<N>>,io.fabric8.kubernetes.api.builder.Nested<N>
- All Known Implementing Classes:
KafkaConnectSpecFluentImpl.TlsNestedImpl
- Enclosing interface:
- KafkaConnectSpecFluent<A extends KafkaConnectSpecFluent<A>>
public static interface KafkaConnectSpecFluent.TlsNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, KafkaConnectTlsFluent<KafkaConnectSpecFluent.TlsNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.strimzi.api.kafka.model.KafkaConnectTlsFluent
KafkaConnectTlsFluent.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.KafkaConnectTlsFluent
addAllToTrustedCertificates, addNewTrustedCertificate, addNewTrustedCertificateLike, addToTrustedCertificates, addToTrustedCertificates, buildFirstTrustedCertificate, buildLastTrustedCertificate, buildMatchingTrustedCertificate, buildTrustedCertificate, buildTrustedCertificates, editFirstTrustedCertificate, editLastTrustedCertificate, editMatchingTrustedCertificate, editTrustedCertificate, getTrustedCertificates, hasMatchingTrustedCertificate, hasTrustedCertificates, removeAllFromTrustedCertificates, removeFromTrustedCertificates, removeMatchingFromTrustedCertificates, setNewTrustedCertificateLike, setToTrustedCertificates, withTrustedCertificates, withTrustedCertificates
-
-