Interface RuleWithOperationsFluent<A extends RuleWithOperationsFluent<A>>

All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
All Known Subinterfaces:
MutatingWebhookFluent.RulesNested<N>, ValidatingWebhookFluent.RulesNested<N>
All Known Implementing Classes:
DoneableRuleWithOperations, MutatingWebhookFluentImpl.RulesNestedImpl, RuleWithOperationsBuilder, RuleWithOperationsFluentImpl, ValidatingWebhookFluentImpl.RulesNestedImpl

public interface RuleWithOperationsFluent<A extends RuleWithOperationsFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>