Class KafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.kafka.listener.KafkaListenerAuthenticationFluent<A>
io.strimzi.api.kafka.model.kafka.listener.KafkaListenerAuthenticationCustomFluent<A>
- Direct Known Subclasses:
GenericKafkaListenerFluent.KafkaListenerAuthenticationCustomAuthNested,KafkaListenerAuthenticationCustomBuilder
public class KafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
extends KafkaListenerAuthenticationFluent<A>
Generated
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionaddToListenerConfig(String key, Object value) addToListenerConfig(Map<String, Object> map) addToSecrets(int index, GenericSecretSource item) addToSecrets(GenericSecretSource... items) buildMatchingSecret(Predicate<GenericSecretSourceBuilder> predicate) buildSecret(int index) editMatchingSecret(Predicate<GenericSecretSourceBuilder> predicate) editSecret(int index) booleaninthashCode()booleanbooleanhasMatchingSecret(Predicate<GenericSecretSourceBuilder> predicate) booleanhasSasl()booleanbooleanisSasl()removeFromSecrets(GenericSecretSource... items) setNewSecretLike(int index, GenericSecretSource item) setToSecrets(int index, GenericSecretSource item) toString()<K,V> A withListenerConfig(Map<String, Object> listenerConfig) withSasl()withSasl(boolean sasl) withSecrets(GenericSecretSource... secrets) withSecrets(List<GenericSecretSource> secrets) Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
KafkaListenerAuthenticationCustomFluent
public KafkaListenerAuthenticationCustomFluent() -
KafkaListenerAuthenticationCustomFluent
-
-
Method Details
-
addToListenerConfig
-
addToListenerConfig
-
removeFromListenerConfig
-
removeFromListenerConfig
-
getListenerConfig
-
withListenerConfig
-
hasListenerConfig
public boolean hasListenerConfig() -
isSasl
public boolean isSasl() -
withSasl
-
hasSasl
public boolean hasSasl() -
addToSecrets
-
setToSecrets
-
addToSecrets
-
addAllToSecrets
-
removeFromSecrets
-
removeAllFromSecrets
-
removeMatchingFromSecrets
-
buildSecrets
-
buildSecret
-
buildFirstSecret
-
buildLastSecret
-
buildMatchingSecret
-
hasMatchingSecret
-
withSecrets
-
withSecrets
-
hasSecrets
public boolean hasSecrets() -
addNewSecret
-
addNewSecretLike
public KafkaListenerAuthenticationCustomFluent<A>.SecretsNested<A> addNewSecretLike(GenericSecretSource item) -
setNewSecretLike
public KafkaListenerAuthenticationCustomFluent<A>.SecretsNested<A> setNewSecretLike(int index, GenericSecretSource item) -
editSecret
-
editFirstSecret
-
editLastSecret
-
editMatchingSecret
public KafkaListenerAuthenticationCustomFluent<A>.SecretsNested<A> editMatchingSecret(Predicate<GenericSecretSourceBuilder> predicate) -
equals
- Overrides:
equalsin classKafkaListenerAuthenticationFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classKafkaListenerAuthenticationFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
toString
- Overrides:
toStringin classKafkaListenerAuthenticationFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>
-
withSasl
-