Package io.strimzi.api.kafka.model.kafka
Class KafkaAuthorizationOpaFluent<A extends KafkaAuthorizationOpaFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.kafka.KafkaAuthorizationOpaFluent<A>
- Direct Known Subclasses:
KafkaAuthorizationOpaBuilder,KafkaClusterSpecFluent.KafkaAuthorizationOpaNested
public class KafkaAuthorizationOpaFluent<A extends KafkaAuthorizationOpaFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass -
Field Summary
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionaddAllToSuperUsers(Collection<String> items) addToSuperUsers(int index, String item) addToSuperUsers(String... items) addToTlsTrustedCertificates(int index, CertSecretSource item) addToTlsTrustedCertificates(CertSecretSource... items) buildTlsTrustedCertificate(int index) editTlsTrustedCertificate(int index) booleanlongintgetMatchingSuperUser(Predicate<String> predicate) intgetSuperUser(int index) getUrl()booleanbooleanbooleaninthashCode()booleanbooleanhasMatchingSuperUser(Predicate<String> predicate) booleanbooleanbooleanbooleanbooleanhasUrl()booleanbooleanremoveAllFromSuperUsers(Collection<String> items) removeFromSuperUsers(String... items) setNewTlsTrustedCertificateLike(int index, CertSecretSource item) setToSuperUsers(int index, String item) setToTlsTrustedCertificates(int index, CertSecretSource item) toString()withAllowOnError(boolean allowOnError) withEnableMetrics(boolean enableMetrics) withExpireAfterMs(long expireAfterMs) withInitialCacheCapacity(int initialCacheCapacity) withMaximumCacheSize(int maximumCacheSize) withSuperUsers(String... superUsers) withSuperUsers(List<String> superUsers) withTlsTrustedCertificates(CertSecretSource... tlsTrustedCertificates) withTlsTrustedCertificates(List<CertSecretSource> tlsTrustedCertificates) Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
KafkaAuthorizationOpaFluent
public KafkaAuthorizationOpaFluent() -
KafkaAuthorizationOpaFluent
-
-
Method Details
-
addToSuperUsers
-
setToSuperUsers
-
addToSuperUsers
-
addAllToSuperUsers
-
removeFromSuperUsers
-
removeAllFromSuperUsers
-
getSuperUsers
-
getSuperUser
-
getFirstSuperUser
-
getLastSuperUser
-
getMatchingSuperUser
-
hasMatchingSuperUser
-
withSuperUsers
-
withSuperUsers
-
hasSuperUsers
public boolean hasSuperUsers() -
getUrl
-
withUrl
-
hasUrl
public boolean hasUrl() -
isAllowOnError
public boolean isAllowOnError() -
withAllowOnError
-
hasAllowOnError
public boolean hasAllowOnError() -
getInitialCacheCapacity
public int getInitialCacheCapacity() -
withInitialCacheCapacity
-
hasInitialCacheCapacity
public boolean hasInitialCacheCapacity() -
getMaximumCacheSize
public int getMaximumCacheSize() -
withMaximumCacheSize
-
hasMaximumCacheSize
public boolean hasMaximumCacheSize() -
getExpireAfterMs
public long getExpireAfterMs() -
withExpireAfterMs
-
hasExpireAfterMs
public boolean hasExpireAfterMs() -
isEnableMetrics
public boolean isEnableMetrics() -
withEnableMetrics
-
hasEnableMetrics
public boolean hasEnableMetrics() -
addToTlsTrustedCertificates
-
setToTlsTrustedCertificates
-
addToTlsTrustedCertificates
-
addAllToTlsTrustedCertificates
-
removeFromTlsTrustedCertificates
-
removeAllFromTlsTrustedCertificates
-
removeMatchingFromTlsTrustedCertificates
-
buildTlsTrustedCertificates
-
buildTlsTrustedCertificate
-
buildFirstTlsTrustedCertificate
-
buildLastTlsTrustedCertificate
-
buildMatchingTlsTrustedCertificate
public CertSecretSource buildMatchingTlsTrustedCertificate(Predicate<CertSecretSourceBuilder> predicate) -
hasMatchingTlsTrustedCertificate
-
withTlsTrustedCertificates
-
withTlsTrustedCertificates
-
hasTlsTrustedCertificates
public boolean hasTlsTrustedCertificates() -
addNewTlsTrustedCertificate
-
addNewTlsTrustedCertificateLike
public KafkaAuthorizationOpaFluent<A>.TlsTrustedCertificatesNested<A> addNewTlsTrustedCertificateLike(CertSecretSource item) -
setNewTlsTrustedCertificateLike
public KafkaAuthorizationOpaFluent<A>.TlsTrustedCertificatesNested<A> setNewTlsTrustedCertificateLike(int index, CertSecretSource item) -
editTlsTrustedCertificate
public KafkaAuthorizationOpaFluent<A>.TlsTrustedCertificatesNested<A> editTlsTrustedCertificate(int index) -
editFirstTlsTrustedCertificate
public KafkaAuthorizationOpaFluent<A>.TlsTrustedCertificatesNested<A> editFirstTlsTrustedCertificate() -
editLastTlsTrustedCertificate
public KafkaAuthorizationOpaFluent<A>.TlsTrustedCertificatesNested<A> editLastTlsTrustedCertificate() -
editMatchingTlsTrustedCertificate
public KafkaAuthorizationOpaFluent<A>.TlsTrustedCertificatesNested<A> editMatchingTlsTrustedCertificate(Predicate<CertSecretSourceBuilder> predicate) -
equals
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends KafkaAuthorizationOpaFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends KafkaAuthorizationOpaFluent<A>>
-
toString
-
withAllowOnError
-
withEnableMetrics
-