public class TargetFluentImpl<A extends TargetFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements TargetFluent<A>
| Constructor and Description |
|---|
TargetFluentImpl() |
TargetFluentImpl(Target instance) |
public TargetFluentImpl()
public TargetFluentImpl(Target instance)
public A addToNamespaces(int index, String item)
addToNamespaces in interface TargetFluent<A extends TargetFluent<A>>public A setToNamespaces(int index, String item)
setToNamespaces in interface TargetFluent<A extends TargetFluent<A>>public A addToNamespaces(String... items)
addToNamespaces in interface TargetFluent<A extends TargetFluent<A>>public A addAllToNamespaces(Collection<String> items)
addAllToNamespaces in interface TargetFluent<A extends TargetFluent<A>>public A removeFromNamespaces(String... items)
removeFromNamespaces in interface TargetFluent<A extends TargetFluent<A>>public A removeAllFromNamespaces(Collection<String> items)
removeAllFromNamespaces in interface TargetFluent<A extends TargetFluent<A>>public List<String> getNamespaces()
getNamespaces in interface TargetFluent<A extends TargetFluent<A>>public String getNamespace(int index)
getNamespace in interface TargetFluent<A extends TargetFluent<A>>public String getFirstNamespace()
getFirstNamespace in interface TargetFluent<A extends TargetFluent<A>>public String getLastNamespace()
getLastNamespace in interface TargetFluent<A extends TargetFluent<A>>public String getMatchingNamespace(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
getMatchingNamespace in interface TargetFluent<A extends TargetFluent<A>>public A withNamespaces(List<String> namespaces)
withNamespaces in interface TargetFluent<A extends TargetFluent<A>>public A withNamespaces(String... namespaces)
withNamespaces in interface TargetFluent<A extends TargetFluent<A>>public Boolean hasNamespaces()
hasNamespaces in interface TargetFluent<A extends TargetFluent<A>>public A addToServices(int index, String item)
addToServices in interface TargetFluent<A extends TargetFluent<A>>public A setToServices(int index, String item)
setToServices in interface TargetFluent<A extends TargetFluent<A>>public A addToServices(String... items)
addToServices in interface TargetFluent<A extends TargetFluent<A>>public A addAllToServices(Collection<String> items)
addAllToServices in interface TargetFluent<A extends TargetFluent<A>>public A removeFromServices(String... items)
removeFromServices in interface TargetFluent<A extends TargetFluent<A>>public A removeAllFromServices(Collection<String> items)
removeAllFromServices in interface TargetFluent<A extends TargetFluent<A>>public List<String> getServices()
getServices in interface TargetFluent<A extends TargetFluent<A>>public String getService(int index)
getService in interface TargetFluent<A extends TargetFluent<A>>public String getFirstService()
getFirstService in interface TargetFluent<A extends TargetFluent<A>>public String getLastService()
getLastService in interface TargetFluent<A extends TargetFluent<A>>public String getMatchingService(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
getMatchingService in interface TargetFluent<A extends TargetFluent<A>>public A withServices(List<String> services)
withServices in interface TargetFluent<A extends TargetFluent<A>>public A withServices(String... services)
withServices in interface TargetFluent<A extends TargetFluent<A>>public Boolean hasServices()
hasServices in interface TargetFluent<A extends TargetFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.