public class CustomFeatureGatesFluentImpl<A extends CustomFeatureGatesFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CustomFeatureGatesFluent<A>
| Constructor and Description |
|---|
CustomFeatureGatesFluentImpl() |
CustomFeatureGatesFluentImpl(CustomFeatureGates instance) |
public CustomFeatureGatesFluentImpl()
public CustomFeatureGatesFluentImpl(CustomFeatureGates instance)
public A addToDisabled(int index, String item)
addToDisabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public A setToDisabled(int index, String item)
setToDisabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public A addToDisabled(String... items)
addToDisabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public A addAllToDisabled(Collection<String> items)
addAllToDisabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public A removeFromDisabled(String... items)
removeFromDisabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public A removeAllFromDisabled(Collection<String> items)
removeAllFromDisabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public List<String> getDisabled()
getDisabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public String getDisabled(int index)
getDisabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public String getFirstDisabled()
getFirstDisabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public String getLastDisabled()
getLastDisabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public String getMatchingDisabled(Predicate<String> predicate)
getMatchingDisabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public Boolean hasMatchingDisabled(Predicate<String> predicate)
hasMatchingDisabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public A withDisabled(List<String> disabled)
withDisabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public A withDisabled(String... disabled)
withDisabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public Boolean hasDisabled()
hasDisabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public A addNewDisabled(String arg1)
addNewDisabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public A addNewDisabled(StringBuilder arg1)
addNewDisabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public A addNewDisabled(StringBuffer arg1)
addNewDisabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public A addToEnabled(int index, String item)
addToEnabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public A setToEnabled(int index, String item)
setToEnabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public A addToEnabled(String... items)
addToEnabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public A addAllToEnabled(Collection<String> items)
addAllToEnabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public A removeFromEnabled(String... items)
removeFromEnabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public A removeAllFromEnabled(Collection<String> items)
removeAllFromEnabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public List<String> getEnabled()
getEnabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public String getEnabled(int index)
getEnabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public String getFirstEnabled()
getFirstEnabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public String getLastEnabled()
getLastEnabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public String getMatchingEnabled(Predicate<String> predicate)
getMatchingEnabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public Boolean hasMatchingEnabled(Predicate<String> predicate)
hasMatchingEnabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public A withEnabled(List<String> enabled)
withEnabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public A withEnabled(String... enabled)
withEnabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public Boolean hasEnabled()
hasEnabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public A addNewEnabled(String arg1)
addNewEnabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public A addNewEnabled(StringBuilder arg1)
addNewEnabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>public A addNewEnabled(StringBuffer arg1)
addNewEnabled in interface CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.