Class KafkaListenerAuthenticationCustomFluentImpl<A extends KafkaListenerAuthenticationCustomFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.listener.KafkaListenerAuthenticationFluentImpl<A>
-
- io.strimzi.api.kafka.model.listener.KafkaListenerAuthenticationCustomFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,KafkaListenerAuthenticationCustomFluent<A>,KafkaListenerAuthenticationFluent<A>
- Direct Known Subclasses:
GenericKafkaListenerFluentImpl.KafkaListenerAuthenticationCustomAuthNestedImpl,KafkaListenerAuthenticationCustomBuilder
public class KafkaListenerAuthenticationCustomFluentImpl<A extends KafkaListenerAuthenticationCustomFluent<A>> extends KafkaListenerAuthenticationFluentImpl<A> implements KafkaListenerAuthenticationCustomFluent<A>
Configures a listener to use custom authentication.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classKafkaListenerAuthenticationCustomFluentImpl.SecretsNestedImpl<N>Represents a generic secret inside a Kubernetes Secret-
Nested classes/interfaces inherited from interface io.strimzi.api.kafka.model.listener.KafkaListenerAuthenticationCustomFluent
KafkaListenerAuthenticationCustomFluent.SecretsNested<N>
-
-
Constructor Summary
Constructors Constructor Description KafkaListenerAuthenticationCustomFluentImpl()KafkaListenerAuthenticationCustomFluentImpl(KafkaListenerAuthenticationCustom instance)
-
Method Summary
-
-
-
Constructor Detail
-
KafkaListenerAuthenticationCustomFluentImpl
public KafkaListenerAuthenticationCustomFluentImpl()
-
KafkaListenerAuthenticationCustomFluentImpl
public KafkaListenerAuthenticationCustomFluentImpl(KafkaListenerAuthenticationCustom instance)
-
-
Method Detail
-
addToListenerConfig
public A addToListenerConfig(String key, Object value)
- Specified by:
addToListenerConfigin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
addToListenerConfig
public A addToListenerConfig(Map<String,Object> map)
- Specified by:
addToListenerConfigin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
removeFromListenerConfig
public A removeFromListenerConfig(String key)
- Specified by:
removeFromListenerConfigin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
removeFromListenerConfig
public A removeFromListenerConfig(Map<String,Object> map)
- Specified by:
removeFromListenerConfigin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
getListenerConfig
public Map<String,Object> getListenerConfig()
- Specified by:
getListenerConfigin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
withListenerConfig
public <K,V> A withListenerConfig(Map<String,Object> listenerConfig)
- Specified by:
withListenerConfigin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
hasListenerConfig
public Boolean hasListenerConfig()
- Specified by:
hasListenerConfigin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
isSasl
public boolean isSasl()
- Specified by:
isSaslin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
withSasl
public A withSasl(boolean sasl)
- Specified by:
withSaslin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
hasSasl
public Boolean hasSasl()
- Specified by:
hasSaslin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
addToSecrets
public A addToSecrets(int index, GenericSecretSource item)
- Specified by:
addToSecretsin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
setToSecrets
public A setToSecrets(int index, GenericSecretSource item)
- Specified by:
setToSecretsin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
addToSecrets
public A addToSecrets(GenericSecretSource... items)
- Specified by:
addToSecretsin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
addAllToSecrets
public A addAllToSecrets(Collection<GenericSecretSource> items)
- Specified by:
addAllToSecretsin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
removeFromSecrets
public A removeFromSecrets(GenericSecretSource... items)
- Specified by:
removeFromSecretsin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
removeAllFromSecrets
public A removeAllFromSecrets(Collection<GenericSecretSource> items)
- Specified by:
removeAllFromSecretsin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
removeMatchingFromSecrets
public A removeMatchingFromSecrets(Predicate<GenericSecretSourceBuilder> predicate)
- Specified by:
removeMatchingFromSecretsin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
getSecrets
@Deprecated public List<GenericSecretSource> getSecrets()
Deprecated.- Specified by:
getSecretsin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
buildSecrets
public List<GenericSecretSource> buildSecrets()
- Specified by:
buildSecretsin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
buildSecret
public GenericSecretSource buildSecret(int index)
- Specified by:
buildSecretin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
buildFirstSecret
public GenericSecretSource buildFirstSecret()
- Specified by:
buildFirstSecretin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
buildLastSecret
public GenericSecretSource buildLastSecret()
- Specified by:
buildLastSecretin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
buildMatchingSecret
public GenericSecretSource buildMatchingSecret(Predicate<GenericSecretSourceBuilder> predicate)
- Specified by:
buildMatchingSecretin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
hasMatchingSecret
public Boolean hasMatchingSecret(Predicate<GenericSecretSourceBuilder> predicate)
- Specified by:
hasMatchingSecretin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
withSecrets
public A withSecrets(List<GenericSecretSource> secrets)
- Specified by:
withSecretsin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
withSecrets
public A withSecrets(GenericSecretSource... secrets)
- Specified by:
withSecretsin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
hasSecrets
public Boolean hasSecrets()
- Specified by:
hasSecretsin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
addNewSecret
public KafkaListenerAuthenticationCustomFluent.SecretsNested<A> addNewSecret()
- Specified by:
addNewSecretin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
addNewSecretLike
public KafkaListenerAuthenticationCustomFluent.SecretsNested<A> addNewSecretLike(GenericSecretSource item)
- Specified by:
addNewSecretLikein interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
setNewSecretLike
public KafkaListenerAuthenticationCustomFluent.SecretsNested<A> setNewSecretLike(int index, GenericSecretSource item)
- Specified by:
setNewSecretLikein interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
editSecret
public KafkaListenerAuthenticationCustomFluent.SecretsNested<A> editSecret(int index)
- Specified by:
editSecretin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
editFirstSecret
public KafkaListenerAuthenticationCustomFluent.SecretsNested<A> editFirstSecret()
- Specified by:
editFirstSecretin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
editLastSecret
public KafkaListenerAuthenticationCustomFluent.SecretsNested<A> editLastSecret()
- Specified by:
editLastSecretin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
editMatchingSecret
public KafkaListenerAuthenticationCustomFluent.SecretsNested<A> editMatchingSecret(Predicate<GenericSecretSourceBuilder> predicate)
- Specified by:
editMatchingSecretin interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classKafkaListenerAuthenticationFluentImpl<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classKafkaListenerAuthenticationFluentImpl<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
-