public interface ScopeRestrictionFluent<A extends ScopeRestrictionFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ScopeRestrictionFluent.ClusterRoleNested<N> |
@Deprecated ClusterRoleScopeRestriction getClusterRole()
ClusterRoleScopeRestriction buildClusterRole()
A withClusterRole(ClusterRoleScopeRestriction clusterRole)
Boolean hasClusterRole()
ScopeRestrictionFluent.ClusterRoleNested<A> withNewClusterRole()
ScopeRestrictionFluent.ClusterRoleNested<A> withNewClusterRoleLike(ClusterRoleScopeRestriction item)
ScopeRestrictionFluent.ClusterRoleNested<A> editClusterRole()
ScopeRestrictionFluent.ClusterRoleNested<A> editOrNewClusterRole()
ScopeRestrictionFluent.ClusterRoleNested<A> editOrNewClusterRoleLike(ClusterRoleScopeRestriction item)
A addAllToLiterals(Collection<String> items)
A removeAllFromLiterals(Collection<String> items)
String getLiteral(int index)
String getFirstLiteral()
String getLastLiteral()
Boolean hasLiterals()
A addNewLiteral(StringBuilder arg1)
A addNewLiteral(StringBuffer arg1)
Copyright © 2015–2021 Red Hat. All rights reserved.