public class ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
ClusterRoleScopeRestrictionFluent() |
ClusterRoleScopeRestrictionFluent(ClusterRoleScopeRestriction instance) |
public ClusterRoleScopeRestrictionFluent()
public ClusterRoleScopeRestrictionFluent(ClusterRoleScopeRestriction instance)
protected void copyInstance(ClusterRoleScopeRestriction instance)
public Boolean getAllowEscalation()
public boolean hasAllowEscalation()
public A addAllToNamespaces(Collection<String> items)
public A removeAllFromNamespaces(Collection<String> items)
public String getNamespace(int index)
public String getFirstNamespace()
public String getLastNamespace()
public boolean hasNamespaces()
public A addAllToRoleNames(Collection<String> items)
public A removeAllFromRoleNames(Collection<String> items)
public String getRoleName(int index)
public String getFirstRoleName()
public String getLastRoleName()
public boolean hasRoleNames()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ClusterRoleScopeRestrictionFluent<A>>public A withAllowEscalation()
Copyright © 2015–2023 Red Hat. All rights reserved.