Package io.strimzi.api.kafka.model
Class KafkaUserSpecFluentImpl<A extends KafkaUserSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.SpecFluentImpl<A>
-
- io.strimzi.api.kafka.model.KafkaUserSpecFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,KafkaUserSpecFluent<A>,SpecFluent<A>
- Direct Known Subclasses:
KafkaUserFluentImpl.SpecNestedImpl,KafkaUserSpecBuilder
public class KafkaUserSpecFluentImpl<A extends KafkaUserSpecFluent<A>> extends SpecFluentImpl<A> implements KafkaUserSpecFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classKafkaUserSpecFluentImpl.KafkaUserAuthorizationSimpleNestedImpl<N>classKafkaUserSpecFluentImpl.KafkaUserScramSha512ClientAuthenticationNestedImpl<N>classKafkaUserSpecFluentImpl.KafkaUserTlsClientAuthenticationNestedImpl<N>classKafkaUserSpecFluentImpl.QuotasNestedImpl<N>classKafkaUserSpecFluentImpl.TemplateNestedImpl<N>-
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>
-
-
Constructor Summary
Constructors Constructor Description KafkaUserSpecFluentImpl()KafkaUserSpecFluentImpl(KafkaUserSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
KafkaUserSpecFluentImpl
public KafkaUserSpecFluentImpl()
-
KafkaUserSpecFluentImpl
public KafkaUserSpecFluentImpl(KafkaUserSpec instance)
-
-
Method Detail
-
getAuthentication
@Deprecated public KafkaUserAuthentication getAuthentication()
Deprecated.This method has been deprecated, please use method buildAuthentication instead.- Specified by:
getAuthenticationin interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>- Returns:
- The buildable object.
-
buildAuthentication
public KafkaUserAuthentication buildAuthentication()
- Specified by:
buildAuthenticationin interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
withAuthentication
public A withAuthentication(KafkaUserAuthentication authentication)
- Specified by:
withAuthenticationin interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
hasAuthentication
public Boolean hasAuthentication()
- Specified by:
hasAuthenticationin interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
withKafkaUserTlsClientAuthentication
public A withKafkaUserTlsClientAuthentication(KafkaUserTlsClientAuthentication kafkaUserTlsClientAuthentication)
- Specified by:
withKafkaUserTlsClientAuthenticationin interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
withNewKafkaUserTlsClientAuthentication
public KafkaUserSpecFluent.KafkaUserTlsClientAuthenticationNested<A> withNewKafkaUserTlsClientAuthentication()
- Specified by:
withNewKafkaUserTlsClientAuthenticationin interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
withNewKafkaUserTlsClientAuthenticationLike
public KafkaUserSpecFluent.KafkaUserTlsClientAuthenticationNested<A> withNewKafkaUserTlsClientAuthenticationLike(KafkaUserTlsClientAuthentication item)
- Specified by:
withNewKafkaUserTlsClientAuthenticationLikein interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
withKafkaUserScramSha512ClientAuthentication
public A withKafkaUserScramSha512ClientAuthentication(KafkaUserScramSha512ClientAuthentication kafkaUserScramSha512ClientAuthentication)
- Specified by:
withKafkaUserScramSha512ClientAuthenticationin interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
withNewKafkaUserScramSha512ClientAuthentication
public KafkaUserSpecFluent.KafkaUserScramSha512ClientAuthenticationNested<A> withNewKafkaUserScramSha512ClientAuthentication()
- Specified by:
withNewKafkaUserScramSha512ClientAuthenticationin interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
withNewKafkaUserScramSha512ClientAuthenticationLike
public KafkaUserSpecFluent.KafkaUserScramSha512ClientAuthenticationNested<A> withNewKafkaUserScramSha512ClientAuthenticationLike(KafkaUserScramSha512ClientAuthentication item)
- Specified by:
withNewKafkaUserScramSha512ClientAuthenticationLikein interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
getAuthorization
@Deprecated public KafkaUserAuthorization getAuthorization()
Deprecated.This method has been deprecated, please use method buildAuthorization instead.- Specified by:
getAuthorizationin interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>- Returns:
- The buildable object.
-
buildAuthorization
public KafkaUserAuthorization buildAuthorization()
- Specified by:
buildAuthorizationin interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
withAuthorization
public A withAuthorization(KafkaUserAuthorization authorization)
- Specified by:
withAuthorizationin interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
hasAuthorization
public Boolean hasAuthorization()
- Specified by:
hasAuthorizationin interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
withKafkaUserAuthorizationSimple
public A withKafkaUserAuthorizationSimple(KafkaUserAuthorizationSimple kafkaUserAuthorizationSimple)
- Specified by:
withKafkaUserAuthorizationSimplein interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
withNewKafkaUserAuthorizationSimple
public KafkaUserSpecFluent.KafkaUserAuthorizationSimpleNested<A> withNewKafkaUserAuthorizationSimple()
- Specified by:
withNewKafkaUserAuthorizationSimplein interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
withNewKafkaUserAuthorizationSimpleLike
public KafkaUserSpecFluent.KafkaUserAuthorizationSimpleNested<A> withNewKafkaUserAuthorizationSimpleLike(KafkaUserAuthorizationSimple item)
- Specified by:
withNewKafkaUserAuthorizationSimpleLikein interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
getQuotas
@Deprecated public KafkaUserQuotas getQuotas()
Deprecated.This method has been deprecated, please use method buildQuotas instead.- Specified by:
getQuotasin interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>- Returns:
- The buildable object.
-
buildQuotas
public KafkaUserQuotas buildQuotas()
- Specified by:
buildQuotasin interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
withQuotas
public A withQuotas(KafkaUserQuotas quotas)
- Specified by:
withQuotasin interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
hasQuotas
public Boolean hasQuotas()
- Specified by:
hasQuotasin interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
withNewQuotas
public KafkaUserSpecFluent.QuotasNested<A> withNewQuotas()
- Specified by:
withNewQuotasin interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
withNewQuotasLike
public KafkaUserSpecFluent.QuotasNested<A> withNewQuotasLike(KafkaUserQuotas item)
- Specified by:
withNewQuotasLikein interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
editQuotas
public KafkaUserSpecFluent.QuotasNested<A> editQuotas()
- Specified by:
editQuotasin interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
editOrNewQuotas
public KafkaUserSpecFluent.QuotasNested<A> editOrNewQuotas()
- Specified by:
editOrNewQuotasin interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
editOrNewQuotasLike
public KafkaUserSpecFluent.QuotasNested<A> editOrNewQuotasLike(KafkaUserQuotas item)
- Specified by:
editOrNewQuotasLikein interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
getTemplate
@Deprecated public KafkaUserTemplate getTemplate()
Deprecated.This method has been deprecated, please use method buildTemplate instead.- Specified by:
getTemplatein interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>- Returns:
- The buildable object.
-
buildTemplate
public KafkaUserTemplate buildTemplate()
- Specified by:
buildTemplatein interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
withTemplate
public A withTemplate(KafkaUserTemplate template)
- Specified by:
withTemplatein interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
hasTemplate
public Boolean hasTemplate()
- Specified by:
hasTemplatein interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
withNewTemplate
public KafkaUserSpecFluent.TemplateNested<A> withNewTemplate()
- Specified by:
withNewTemplatein interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
withNewTemplateLike
public KafkaUserSpecFluent.TemplateNested<A> withNewTemplateLike(KafkaUserTemplate item)
- Specified by:
withNewTemplateLikein interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
editTemplate
public KafkaUserSpecFluent.TemplateNested<A> editTemplate()
- Specified by:
editTemplatein interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
editOrNewTemplate
public KafkaUserSpecFluent.TemplateNested<A> editOrNewTemplate()
- Specified by:
editOrNewTemplatein interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
editOrNewTemplateLike
public KafkaUserSpecFluent.TemplateNested<A> editOrNewTemplateLike(KafkaUserTemplate item)
- Specified by:
editOrNewTemplateLikein interfaceKafkaUserSpecFluent<A extends KafkaUserSpecFluent<A>>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classSpecFluentImpl<A extends KafkaUserSpecFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecFluentImpl<A extends KafkaUserSpecFluent<A>>
-
-