Package io.strimzi.api.kafka.model
Interface KafkaUserFluent.SpecNested<N>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<KafkaUserFluent.SpecNested<N>>,KafkaUserSpecFluent<KafkaUserFluent.SpecNested<N>>,io.fabric8.kubernetes.api.builder.Nested<N>,SpecFluent<KafkaUserFluent.SpecNested<N>>
- All Known Implementing Classes:
KafkaUserFluentImpl.SpecNestedImpl
- Enclosing interface:
- KafkaUserFluent<A extends KafkaUserFluent<A>>
public static interface KafkaUserFluent.SpecNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, KafkaUserSpecFluent<KafkaUserFluent.SpecNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.strimzi.api.kafka.model.KafkaUserSpecFluent
KafkaUserSpecFluent.KafkaUserAuthorizationSimpleNested<N>, KafkaUserSpecFluent.KafkaUserScramSha512ClientAuthenticationNested<N>, KafkaUserSpecFluent.KafkaUserTlsClientAuthenticationNested<N>, KafkaUserSpecFluent.QuotasNested<N>, KafkaUserSpecFluent.TemplateNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nand()NendSpec()-
Methods inherited from interface io.strimzi.api.kafka.model.KafkaUserSpecFluent
buildAuthentication, buildAuthorization, buildQuotas, buildTemplate, editOrNewQuotas, editOrNewQuotasLike, editOrNewTemplate, editOrNewTemplateLike, editQuotas, editTemplate, getAuthentication, getAuthorization, getQuotas, getTemplate, hasAuthentication, hasAuthorization, hasQuotas, hasTemplate, withAuthentication, withAuthorization, withKafkaUserAuthorizationSimple, withKafkaUserScramSha512ClientAuthentication, withKafkaUserTlsClientAuthentication, withNewKafkaUserAuthorizationSimple, withNewKafkaUserAuthorizationSimpleLike, withNewKafkaUserScramSha512ClientAuthentication, withNewKafkaUserScramSha512ClientAuthenticationLike, withNewKafkaUserTlsClientAuthentication, withNewKafkaUserTlsClientAuthenticationLike, withNewQuotas, withNewQuotasLike, withNewTemplate, withNewTemplateLike, withQuotas, withTemplate
-
-