Package io.fabric8.openshift.api.model
Class ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.ClusterRoleScopeRestrictionFluent<A>
-
- Direct Known Subclasses:
ClusterRoleScopeRestrictionBuilder,ScopeRestrictionFluent.ClusterRoleNested
public class ClusterRoleScopeRestrictionFluent<A extends ClusterRoleScopeRestrictionFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description ClusterRoleScopeRestrictionFluent()ClusterRoleScopeRestrictionFluent(ClusterRoleScopeRestriction instance)
-
Method Summary
-
-
-
Constructor Detail
-
ClusterRoleScopeRestrictionFluent
public ClusterRoleScopeRestrictionFluent()
-
ClusterRoleScopeRestrictionFluent
public ClusterRoleScopeRestrictionFluent(ClusterRoleScopeRestriction instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ClusterRoleScopeRestriction instance)
-
getAllowEscalation
public Boolean getAllowEscalation()
-
hasAllowEscalation
public boolean hasAllowEscalation()
-
addAllToNamespaces
public A addAllToNamespaces(Collection<String> items)
-
removeAllFromNamespaces
public A removeAllFromNamespaces(Collection<String> items)
-
getNamespace
public String getNamespace(int index)
-
getFirstNamespace
public String getFirstNamespace()
-
getLastNamespace
public String getLastNamespace()
-
hasNamespaces
public boolean hasNamespaces()
-
addAllToRoleNames
public A addAllToRoleNames(Collection<String> items)
-
removeAllFromRoleNames
public A removeAllFromRoleNames(Collection<String> items)
-
getRoleName
public String getRoleName(int index)
-
getFirstRoleName
public String getFirstRoleName()
-
getLastRoleName
public String getLastRoleName()
-
hasRoleNames
public boolean hasRoleNames()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ClusterRoleScopeRestrictionFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ClusterRoleScopeRestrictionFluent<A>>
-
withAllowEscalation
public A withAllowEscalation()
-
-