Package io.strimzi.api.kafka.model
Interface KafkaClusterSpecFluent.KafkaAuthorizationOpaNested<N>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<KafkaClusterSpecFluent.KafkaAuthorizationOpaNested<N>>,KafkaAuthorizationOpaFluent<KafkaClusterSpecFluent.KafkaAuthorizationOpaNested<N>>,io.fabric8.kubernetes.api.builder.Nested<N>
- All Known Implementing Classes:
KafkaClusterSpecFluentImpl.KafkaAuthorizationOpaNestedImpl
- Enclosing interface:
- KafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
public static interface KafkaClusterSpecFluent.KafkaAuthorizationOpaNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, KafkaAuthorizationOpaFluent<KafkaClusterSpecFluent.KafkaAuthorizationOpaNested<N>>
Configures the broker authorization to use Open Policy Agent as an authorization and policy server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nand()NendKafkaAuthorizationOpa()-
Methods inherited from interface io.strimzi.api.kafka.model.KafkaAuthorizationOpaFluent
addAllToSuperUsers, addNewSuperUser, addToSuperUsers, addToSuperUsers, getExpireAfterMs, getFirstSuperUser, getInitialCacheCapacity, getLastSuperUser, getMatchingSuperUser, getMaximumCacheSize, getSuperUser, getSuperUsers, getUrl, hasAllowOnError, hasEnableMetrics, hasExpireAfterMs, hasInitialCacheCapacity, hasMatchingSuperUser, hasMaximumCacheSize, hasSuperUsers, hasUrl, isAllowOnError, isEnableMetrics, removeAllFromSuperUsers, removeFromSuperUsers, setToSuperUsers, withAllowOnError, withEnableMetrics, withExpireAfterMs, withInitialCacheCapacity, withMaximumCacheSize, withNewUrl, withSuperUsers, withSuperUsers, withUrl
-
-