public class ClusterRoleScopeRestrictionFluentImpl<A extends ClusterRoleScopeRestrictionFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ClusterRoleScopeRestrictionFluent<A>
| Constructor and Description |
|---|
ClusterRoleScopeRestrictionFluentImpl() |
ClusterRoleScopeRestrictionFluentImpl(ClusterRoleScopeRestriction instance) |
public ClusterRoleScopeRestrictionFluentImpl()
public ClusterRoleScopeRestrictionFluentImpl(ClusterRoleScopeRestriction instance)
public Boolean isAllowEscalation()
isAllowEscalation in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public A withAllowEscalation(Boolean allowEscalation)
withAllowEscalation in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public Boolean hasAllowEscalation()
hasAllowEscalation in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public A withNewAllowEscalation(String arg1)
withNewAllowEscalation in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public A withNewAllowEscalation(boolean arg1)
withNewAllowEscalation in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public A addToNamespaces(int index, String item)
addToNamespaces in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public A setToNamespaces(int index, String item)
setToNamespaces in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public A addToNamespaces(String... items)
addToNamespaces in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public A addAllToNamespaces(Collection<String> items)
addAllToNamespaces in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public A removeFromNamespaces(String... items)
removeFromNamespaces in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public A removeAllFromNamespaces(Collection<String> items)
removeAllFromNamespaces in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public List<String> getNamespaces()
getNamespaces in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public String getNamespace(int index)
getNamespace in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public String getFirstNamespace()
getFirstNamespace in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public String getLastNamespace()
getLastNamespace in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public String getMatchingNamespace(Predicate<String> predicate)
getMatchingNamespace in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public Boolean hasMatchingNamespace(Predicate<String> predicate)
hasMatchingNamespace in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public A withNamespaces(List<String> namespaces)
withNamespaces in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public A withNamespaces(String... namespaces)
withNamespaces in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public Boolean hasNamespaces()
hasNamespaces in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public A addNewNamespace(String arg1)
addNewNamespace in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public A addNewNamespace(StringBuilder arg1)
addNewNamespace in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public A addNewNamespace(StringBuffer arg1)
addNewNamespace in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public A addToRoleNames(int index, String item)
addToRoleNames in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public A setToRoleNames(int index, String item)
setToRoleNames in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public A addToRoleNames(String... items)
addToRoleNames in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public A addAllToRoleNames(Collection<String> items)
addAllToRoleNames in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public A removeFromRoleNames(String... items)
removeFromRoleNames in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public A removeAllFromRoleNames(Collection<String> items)
removeAllFromRoleNames in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public List<String> getRoleNames()
getRoleNames in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public String getRoleName(int index)
getRoleName in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public String getFirstRoleName()
getFirstRoleName in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public String getLastRoleName()
getLastRoleName in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public String getMatchingRoleName(Predicate<String> predicate)
getMatchingRoleName in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public Boolean hasMatchingRoleName(Predicate<String> predicate)
hasMatchingRoleName in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public A withRoleNames(List<String> roleNames)
withRoleNames in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public A withRoleNames(String... roleNames)
withRoleNames in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public Boolean hasRoleNames()
hasRoleNames in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public A addNewRoleName(String arg1)
addNewRoleName in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public A addNewRoleName(StringBuilder arg1)
addNewRoleName in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public A addNewRoleName(StringBuffer arg1)
addNewRoleName in interface ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.