Package io.strimzi.api.kafka.model
Interface KafkaBridgeHttpConfigFluent.CorsNested<N>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<KafkaBridgeHttpConfigFluent.CorsNested<N>>,KafkaBridgeHttpCorsFluent<KafkaBridgeHttpConfigFluent.CorsNested<N>>,io.fabric8.kubernetes.api.builder.Nested<N>
- All Known Implementing Classes:
KafkaBridgeHttpConfigFluentImpl.CorsNestedImpl
- Enclosing interface:
- KafkaBridgeHttpConfigFluent<A extends KafkaBridgeHttpConfigFluent<A>>
public static interface KafkaBridgeHttpConfigFluent.CorsNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, KafkaBridgeHttpCorsFluent<KafkaBridgeHttpConfigFluent.CorsNested<N>>
A representation of the HTTP CORS configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nand()NendCors()-
Methods inherited from interface io.strimzi.api.kafka.model.KafkaBridgeHttpCorsFluent
addAllToAllowedMethods, addAllToAllowedOrigins, addNewAllowedMethod, addNewAllowedOrigin, addToAllowedMethods, addToAllowedMethods, addToAllowedOrigins, addToAllowedOrigins, getAllowedMethod, getAllowedMethods, getAllowedOrigin, getAllowedOrigins, getFirstAllowedMethod, getFirstAllowedOrigin, getLastAllowedMethod, getLastAllowedOrigin, getMatchingAllowedMethod, getMatchingAllowedOrigin, hasAllowedMethods, hasAllowedOrigins, hasMatchingAllowedMethod, hasMatchingAllowedOrigin, removeAllFromAllowedMethods, removeAllFromAllowedOrigins, removeFromAllowedMethods, removeFromAllowedOrigins, setToAllowedMethods, setToAllowedOrigins, withAllowedMethods, withAllowedMethods, withAllowedOrigins, withAllowedOrigins
-
-