Package io.strimzi.api.kafka.model.user
Class KafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.common.SpecFluent<A>
io.strimzi.api.kafka.model.user.KafkaUserSpecFluent<A>
- Direct Known Subclasses:
KafkaUserFluent.SpecNested,KafkaUserSpecBuilder
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclassclassclassclassclass -
Field Summary
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleaninthashCode()booleanbooleantoString()withAuthentication(KafkaUserAuthentication authentication) withAuthorization(KafkaUserAuthorization authorization) withQuotas(KafkaUserQuotas quotas) withTemplate(KafkaUserTemplate template) Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
KafkaUserSpecFluent
public KafkaUserSpecFluent() -
KafkaUserSpecFluent
-
-
Method Details
-
buildAuthentication
-
withAuthentication
-
hasAuthentication
public boolean hasAuthentication() -
withNewKafkaUserTlsClientAuthentication
public KafkaUserSpecFluent<A>.KafkaUserTlsClientAuthenticationNested<A> withNewKafkaUserTlsClientAuthentication() -
withNewKafkaUserTlsClientAuthenticationLike
public KafkaUserSpecFluent<A>.KafkaUserTlsClientAuthenticationNested<A> withNewKafkaUserTlsClientAuthenticationLike(KafkaUserTlsClientAuthentication item) -
withNewKafkaUserScramSha512ClientAuthentication
public KafkaUserSpecFluent<A>.KafkaUserScramSha512ClientAuthenticationNested<A> withNewKafkaUserScramSha512ClientAuthentication() -
withNewKafkaUserScramSha512ClientAuthenticationLike
public KafkaUserSpecFluent<A>.KafkaUserScramSha512ClientAuthenticationNested<A> withNewKafkaUserScramSha512ClientAuthenticationLike(KafkaUserScramSha512ClientAuthentication item) -
withNewKafkaUserTlsExternalClientAuthentication
public KafkaUserSpecFluent<A>.KafkaUserTlsExternalClientAuthenticationNested<A> withNewKafkaUserTlsExternalClientAuthentication() -
withNewKafkaUserTlsExternalClientAuthenticationLike
public KafkaUserSpecFluent<A>.KafkaUserTlsExternalClientAuthenticationNested<A> withNewKafkaUserTlsExternalClientAuthenticationLike(KafkaUserTlsExternalClientAuthentication item) -
buildAuthorization
-
withAuthorization
-
hasAuthorization
public boolean hasAuthorization() -
withNewKafkaUserAuthorizationSimple
public KafkaUserSpecFluent<A>.KafkaUserAuthorizationSimpleNested<A> withNewKafkaUserAuthorizationSimple() -
withNewKafkaUserAuthorizationSimpleLike
public KafkaUserSpecFluent<A>.KafkaUserAuthorizationSimpleNested<A> withNewKafkaUserAuthorizationSimpleLike(KafkaUserAuthorizationSimple item) -
buildQuotas
-
withQuotas
-
hasQuotas
public boolean hasQuotas() -
withNewQuotas
-
withNewQuotasLike
-
editQuotas
-
editOrNewQuotas
-
editOrNewQuotasLike
-
buildTemplate
-
withTemplate
-
hasTemplate
public boolean hasTemplate() -
withNewTemplate
-
withNewTemplateLike
-
editTemplate
-
editOrNewTemplate
-
editOrNewTemplateLike
-
equals
- Overrides:
equalsin classSpecFluent<A extends KafkaUserSpecFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecFluent<A extends KafkaUserSpecFluent<A>>
-
toString
- Overrides:
toStringin classSpecFluent<A extends KafkaUserSpecFluent<A>>
-