public class ScopeRestrictionFluent<A extends ScopeRestrictionFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ScopeRestrictionFluent.ClusterRoleNested<N> |
| Constructor and Description |
|---|
ScopeRestrictionFluent() |
ScopeRestrictionFluent(ScopeRestriction instance) |
public ScopeRestrictionFluent()
public ScopeRestrictionFluent(ScopeRestriction instance)
protected void copyInstance(ScopeRestriction instance)
public ClusterRoleScopeRestriction buildClusterRole()
public A withClusterRole(ClusterRoleScopeRestriction clusterRole)
public boolean hasClusterRole()
public ScopeRestrictionFluent.ClusterRoleNested<A> withNewClusterRole()
public ScopeRestrictionFluent.ClusterRoleNested<A> withNewClusterRoleLike(ClusterRoleScopeRestriction item)
public ScopeRestrictionFluent.ClusterRoleNested<A> editClusterRole()
public ScopeRestrictionFluent.ClusterRoleNested<A> editOrNewClusterRole()
public ScopeRestrictionFluent.ClusterRoleNested<A> editOrNewClusterRoleLike(ClusterRoleScopeRestriction item)
public A addAllToLiterals(Collection<String> items)
public A removeAllFromLiterals(Collection<String> items)
public String getLiteral(int index)
public String getFirstLiteral()
public String getLastLiteral()
public boolean hasLiterals()
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 ScopeRestrictionFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ScopeRestrictionFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.