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
  • Constructor Details

    • KafkaAuthorizationOpaFluent

      public KafkaAuthorizationOpaFluent()
    • KafkaAuthorizationOpaFluent

      public KafkaAuthorizationOpaFluent(KafkaAuthorizationOpa instance)
  • Method Details

    • addToSuperUsers

      public A addToSuperUsers(int index, String item)
    • setToSuperUsers

      public A setToSuperUsers(int index, String item)
    • addToSuperUsers

      public A addToSuperUsers(String... items)
    • addAllToSuperUsers

      public A addAllToSuperUsers(Collection<String> items)
    • removeFromSuperUsers

      public A removeFromSuperUsers(String... items)
    • removeAllFromSuperUsers

      public A removeAllFromSuperUsers(Collection<String> items)
    • getSuperUsers

      public List<String> getSuperUsers()
    • getSuperUser

      public String getSuperUser(int index)
    • getFirstSuperUser

      public String getFirstSuperUser()
    • getLastSuperUser

      public String getLastSuperUser()
    • getMatchingSuperUser

      public String getMatchingSuperUser(Predicate<String> predicate)
    • hasMatchingSuperUser

      public boolean hasMatchingSuperUser(Predicate<String> predicate)
    • withSuperUsers

      public A withSuperUsers(List<String> superUsers)
    • withSuperUsers

      public A withSuperUsers(String... superUsers)
    • hasSuperUsers

      public boolean hasSuperUsers()
    • getUrl

      public String getUrl()
    • withUrl

      public A withUrl(String url)
    • hasUrl

      public boolean hasUrl()
    • isAllowOnError

      public boolean isAllowOnError()
    • withAllowOnError

      public A withAllowOnError(boolean allowOnError)
    • hasAllowOnError

      public boolean hasAllowOnError()
    • getInitialCacheCapacity

      public int getInitialCacheCapacity()
    • withInitialCacheCapacity

      public A withInitialCacheCapacity(int initialCacheCapacity)
    • hasInitialCacheCapacity

      public boolean hasInitialCacheCapacity()
    • getMaximumCacheSize

      public int getMaximumCacheSize()
    • withMaximumCacheSize

      public A withMaximumCacheSize(int maximumCacheSize)
    • hasMaximumCacheSize

      public boolean hasMaximumCacheSize()
    • getExpireAfterMs

      public long getExpireAfterMs()
    • withExpireAfterMs

      public A withExpireAfterMs(long expireAfterMs)
    • hasExpireAfterMs

      public boolean hasExpireAfterMs()
    • isEnableMetrics

      public boolean isEnableMetrics()
    • withEnableMetrics

      public A withEnableMetrics(boolean enableMetrics)
    • hasEnableMetrics

      public boolean hasEnableMetrics()
    • addToTlsTrustedCertificates

      public A addToTlsTrustedCertificates(int index, CertSecretSource item)
    • setToTlsTrustedCertificates

      public A setToTlsTrustedCertificates(int index, CertSecretSource item)
    • addToTlsTrustedCertificates

      public A addToTlsTrustedCertificates(CertSecretSource... items)
    • addAllToTlsTrustedCertificates

      public A addAllToTlsTrustedCertificates(Collection<CertSecretSource> items)
    • removeFromTlsTrustedCertificates

      public A removeFromTlsTrustedCertificates(CertSecretSource... items)
    • removeAllFromTlsTrustedCertificates

      public A removeAllFromTlsTrustedCertificates(Collection<CertSecretSource> items)
    • removeMatchingFromTlsTrustedCertificates

      public A removeMatchingFromTlsTrustedCertificates(Predicate<CertSecretSourceBuilder> predicate)
    • buildTlsTrustedCertificates

      public List<CertSecretSource> buildTlsTrustedCertificates()
    • buildTlsTrustedCertificate

      public CertSecretSource buildTlsTrustedCertificate(int index)
    • buildFirstTlsTrustedCertificate

      public CertSecretSource buildFirstTlsTrustedCertificate()
    • buildLastTlsTrustedCertificate

      public CertSecretSource buildLastTlsTrustedCertificate()
    • buildMatchingTlsTrustedCertificate

      public CertSecretSource buildMatchingTlsTrustedCertificate(Predicate<CertSecretSourceBuilder> predicate)
    • hasMatchingTlsTrustedCertificate

      public boolean hasMatchingTlsTrustedCertificate(Predicate<CertSecretSourceBuilder> predicate)
    • withTlsTrustedCertificates

      public A withTlsTrustedCertificates(List<CertSecretSource> tlsTrustedCertificates)
    • withTlsTrustedCertificates

      public A withTlsTrustedCertificates(CertSecretSource... tlsTrustedCertificates)
    • hasTlsTrustedCertificates

      public boolean hasTlsTrustedCertificates()
    • addNewTlsTrustedCertificate

      public KafkaAuthorizationOpaFluent<A>.TlsTrustedCertificatesNested<A> 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

      public boolean equals(Object o)
      Overrides:
      equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends KafkaAuthorizationOpaFluent<A>>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends KafkaAuthorizationOpaFluent<A>>
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • withAllowOnError

      public A withAllowOnError()
    • withEnableMetrics

      public A withEnableMetrics()