Package io.strimzi.api.kafka.model
Interface KafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,SpecFluent<A>
- All Known Subinterfaces:
KafkaUserFluent.SpecNested<N>
- All Known Implementing Classes:
KafkaUserFluentImpl.SpecNestedImpl,KafkaUserSpecBuilder,KafkaUserSpecFluentImpl
public interface KafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>> extends SpecFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceKafkaUserSpecFluent.KafkaUserAuthorizationSimpleNested<N>static interfaceKafkaUserSpecFluent.KafkaUserScramSha512ClientAuthenticationNested<N>static interfaceKafkaUserSpecFluent.KafkaUserTlsClientAuthenticationNested<N>static interfaceKafkaUserSpecFluent.QuotasNested<N>static interfaceKafkaUserSpecFluent.TemplateNested<N>
-
Method Summary
-
-
-
Method Detail
-
getAuthentication
@Deprecated KafkaUserAuthentication getAuthentication()
Deprecated.This method has been deprecated, please use method buildAuthentication instead.- Returns:
- The buildable object.
-
buildAuthentication
KafkaUserAuthentication buildAuthentication()
-
withAuthentication
A withAuthentication(KafkaUserAuthentication authentication)
-
hasAuthentication
Boolean hasAuthentication()
-
withKafkaUserTlsClientAuthentication
A withKafkaUserTlsClientAuthentication(KafkaUserTlsClientAuthentication kafkaUserTlsClientAuthentication)
-
withNewKafkaUserTlsClientAuthentication
KafkaUserSpecFluent.KafkaUserTlsClientAuthenticationNested<A> withNewKafkaUserTlsClientAuthentication()
-
withNewKafkaUserTlsClientAuthenticationLike
KafkaUserSpecFluent.KafkaUserTlsClientAuthenticationNested<A> withNewKafkaUserTlsClientAuthenticationLike(KafkaUserTlsClientAuthentication item)
-
withKafkaUserScramSha512ClientAuthentication
A withKafkaUserScramSha512ClientAuthentication(KafkaUserScramSha512ClientAuthentication kafkaUserScramSha512ClientAuthentication)
-
withNewKafkaUserScramSha512ClientAuthentication
KafkaUserSpecFluent.KafkaUserScramSha512ClientAuthenticationNested<A> withNewKafkaUserScramSha512ClientAuthentication()
-
withNewKafkaUserScramSha512ClientAuthenticationLike
KafkaUserSpecFluent.KafkaUserScramSha512ClientAuthenticationNested<A> withNewKafkaUserScramSha512ClientAuthenticationLike(KafkaUserScramSha512ClientAuthentication item)
-
getAuthorization
@Deprecated KafkaUserAuthorization getAuthorization()
Deprecated.This method has been deprecated, please use method buildAuthorization instead.- Returns:
- The buildable object.
-
buildAuthorization
KafkaUserAuthorization buildAuthorization()
-
withAuthorization
A withAuthorization(KafkaUserAuthorization authorization)
-
hasAuthorization
Boolean hasAuthorization()
-
withKafkaUserAuthorizationSimple
A withKafkaUserAuthorizationSimple(KafkaUserAuthorizationSimple kafkaUserAuthorizationSimple)
-
withNewKafkaUserAuthorizationSimple
KafkaUserSpecFluent.KafkaUserAuthorizationSimpleNested<A> withNewKafkaUserAuthorizationSimple()
-
withNewKafkaUserAuthorizationSimpleLike
KafkaUserSpecFluent.KafkaUserAuthorizationSimpleNested<A> withNewKafkaUserAuthorizationSimpleLike(KafkaUserAuthorizationSimple item)
-
getQuotas
@Deprecated KafkaUserQuotas getQuotas()
Deprecated.This method has been deprecated, please use method buildQuotas instead.- Returns:
- The buildable object.
-
buildQuotas
KafkaUserQuotas buildQuotas()
-
withQuotas
A withQuotas(KafkaUserQuotas quotas)
-
hasQuotas
Boolean hasQuotas()
-
withNewQuotas
KafkaUserSpecFluent.QuotasNested<A> withNewQuotas()
-
withNewQuotasLike
KafkaUserSpecFluent.QuotasNested<A> withNewQuotasLike(KafkaUserQuotas item)
-
editQuotas
KafkaUserSpecFluent.QuotasNested<A> editQuotas()
-
editOrNewQuotas
KafkaUserSpecFluent.QuotasNested<A> editOrNewQuotas()
-
editOrNewQuotasLike
KafkaUserSpecFluent.QuotasNested<A> editOrNewQuotasLike(KafkaUserQuotas item)
-
getTemplate
@Deprecated KafkaUserTemplate getTemplate()
Deprecated.This method has been deprecated, please use method buildTemplate instead.- Returns:
- The buildable object.
-
buildTemplate
KafkaUserTemplate buildTemplate()
-
withTemplate
A withTemplate(KafkaUserTemplate template)
-
hasTemplate
Boolean hasTemplate()
-
withNewTemplate
KafkaUserSpecFluent.TemplateNested<A> withNewTemplate()
-
withNewTemplateLike
KafkaUserSpecFluent.TemplateNested<A> withNewTemplateLike(KafkaUserTemplate item)
-
editTemplate
KafkaUserSpecFluent.TemplateNested<A> editTemplate()
-
editOrNewTemplate
KafkaUserSpecFluent.TemplateNested<A> editOrNewTemplate()
-
editOrNewTemplateLike
KafkaUserSpecFluent.TemplateNested<A> editOrNewTemplateLike(KafkaUserTemplate item)
-
-