Package io.fabric8.openshift.api.model
Class ScopeRestrictionFluent<A extends ScopeRestrictionFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.ScopeRestrictionFluent<A>
-
- Direct Known Subclasses:
OAuthClientFluent.ScopeRestrictionsNested,ScopeRestrictionBuilder
public class ScopeRestrictionFluent<A extends ScopeRestrictionFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classScopeRestrictionFluent.ClusterRoleNested<N>
-
Constructor Summary
Constructors Constructor Description ScopeRestrictionFluent()ScopeRestrictionFluent(ScopeRestriction instance)
-
Method Summary
-
-
-
Constructor Detail
-
ScopeRestrictionFluent
public ScopeRestrictionFluent()
-
ScopeRestrictionFluent
public ScopeRestrictionFluent(ScopeRestriction instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ScopeRestriction instance)
-
buildClusterRole
public ClusterRoleScopeRestriction buildClusterRole()
-
withClusterRole
public A withClusterRole(ClusterRoleScopeRestriction clusterRole)
-
hasClusterRole
public boolean hasClusterRole()
-
withNewClusterRole
public ScopeRestrictionFluent.ClusterRoleNested<A> withNewClusterRole()
-
withNewClusterRoleLike
public ScopeRestrictionFluent.ClusterRoleNested<A> withNewClusterRoleLike(ClusterRoleScopeRestriction item)
-
editClusterRole
public ScopeRestrictionFluent.ClusterRoleNested<A> editClusterRole()
-
editOrNewClusterRole
public ScopeRestrictionFluent.ClusterRoleNested<A> editOrNewClusterRole()
-
editOrNewClusterRoleLike
public ScopeRestrictionFluent.ClusterRoleNested<A> editOrNewClusterRoleLike(ClusterRoleScopeRestriction item)
-
addAllToLiterals
public A addAllToLiterals(Collection<String> items)
-
removeAllFromLiterals
public A removeAllFromLiterals(Collection<String> items)
-
getLiteral
public String getLiteral(int index)
-
getFirstLiteral
public String getFirstLiteral()
-
getLastLiteral
public String getLastLiteral()
-
hasLiterals
public boolean hasLiterals()
-
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 ScopeRestrictionFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ScopeRestrictionFluent<A>>
-
-