public interface RuleSpecFluent<A extends RuleSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RuleSpecFluent.ActionsNested<N> |
A addAllToActions(Collection<Action> items)
A removeAllFromActions(Collection<Action> items)
@Deprecated List<Action> getActions()
Action buildAction(int index)
Action buildFirstAction()
Action buildLastAction()
Action buildMatchingAction(io.fabric8.kubernetes.api.builder.Predicate<ActionBuilder> predicate)
Boolean hasActions()
RuleSpecFluent.ActionsNested<A> addNewAction()
RuleSpecFluent.ActionsNested<A> addNewActionLike(Action item)
RuleSpecFluent.ActionsNested<A> setNewActionLike(int index, Action item)
RuleSpecFluent.ActionsNested<A> editAction(int index)
RuleSpecFluent.ActionsNested<A> editFirstAction()
RuleSpecFluent.ActionsNested<A> editLastAction()
RuleSpecFluent.ActionsNested<A> editMatchingAction(io.fabric8.kubernetes.api.builder.Predicate<ActionBuilder> predicate)
String getMatch()
Boolean hasMatch()
Copyright © 2017–2018 Red Hat. All rights reserved.