public class ActionFluentImpl<A extends ActionFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ActionFluent<A>
| Constructor and Description |
|---|
ActionFluentImpl() |
ActionFluentImpl(Action instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToInstances(Collection<String> items) |
A |
addToInstances(int index,
String item) |
A |
addToInstances(String... items) |
boolean |
equals(Object o) |
String |
getFirstInstance() |
String |
getHandler() |
String |
getInstance(int index) |
List<String> |
getInstances() |
String |
getLastInstance() |
String |
getMatchingInstance(io.fabric8.kubernetes.api.builder.Predicate<String> predicate) |
Boolean |
hasHandler() |
Boolean |
hasInstances() |
A |
removeAllFromInstances(Collection<String> items) |
A |
removeFromInstances(String... items) |
A |
setToInstances(int index,
String item) |
A |
withHandler(String handler) |
A |
withInstances(List<String> instances) |
A |
withInstances(String... instances) |
public ActionFluentImpl()
public ActionFluentImpl(Action instance)
public String getHandler()
getHandler in interface ActionFluent<A extends ActionFluent<A>>public A withHandler(String handler)
withHandler in interface ActionFluent<A extends ActionFluent<A>>public Boolean hasHandler()
hasHandler in interface ActionFluent<A extends ActionFluent<A>>public A addToInstances(int index, String item)
addToInstances in interface ActionFluent<A extends ActionFluent<A>>public A setToInstances(int index, String item)
setToInstances in interface ActionFluent<A extends ActionFluent<A>>public A addToInstances(String... items)
addToInstances in interface ActionFluent<A extends ActionFluent<A>>public A addAllToInstances(Collection<String> items)
addAllToInstances in interface ActionFluent<A extends ActionFluent<A>>public A removeFromInstances(String... items)
removeFromInstances in interface ActionFluent<A extends ActionFluent<A>>public A removeAllFromInstances(Collection<String> items)
removeAllFromInstances in interface ActionFluent<A extends ActionFluent<A>>public List<String> getInstances()
getInstances in interface ActionFluent<A extends ActionFluent<A>>public String getInstance(int index)
getInstance in interface ActionFluent<A extends ActionFluent<A>>public String getFirstInstance()
getFirstInstance in interface ActionFluent<A extends ActionFluent<A>>public String getLastInstance()
getLastInstance in interface ActionFluent<A extends ActionFluent<A>>public String getMatchingInstance(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
getMatchingInstance in interface ActionFluent<A extends ActionFluent<A>>public A withInstances(List<String> instances)
withInstances in interface ActionFluent<A extends ActionFluent<A>>public A withInstances(String... instances)
withInstances in interface ActionFluent<A extends ActionFluent<A>>public Boolean hasInstances()
hasInstances in interface ActionFluent<A extends ActionFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.