Package io.fabric8.openshift.api.model
Class DoneableClusterRoleScopeRestriction
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.ClusterRoleScopeRestrictionFluentImpl<DoneableClusterRoleScopeRestriction>
io.fabric8.openshift.api.model.DoneableClusterRoleScopeRestriction
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableClusterRoleScopeRestriction>,io.fabric8.kubernetes.api.builder.Visitable<DoneableClusterRoleScopeRestriction>,io.fabric8.kubernetes.api.model.Doneable<ClusterRoleScopeRestriction>,ClusterRoleScopeRestrictionFluent<DoneableClusterRoleScopeRestriction>
public class DoneableClusterRoleScopeRestriction extends ClusterRoleScopeRestrictionFluentImpl<DoneableClusterRoleScopeRestriction> implements io.fabric8.kubernetes.api.model.Doneable<ClusterRoleScopeRestriction>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableClusterRoleScopeRestriction(io.fabric8.kubernetes.api.builder.Function<ClusterRoleScopeRestriction,ClusterRoleScopeRestriction> function)DoneableClusterRoleScopeRestriction(ClusterRoleScopeRestriction item)DoneableClusterRoleScopeRestriction(ClusterRoleScopeRestriction item, io.fabric8.kubernetes.api.builder.Function<ClusterRoleScopeRestriction,ClusterRoleScopeRestriction> function) -
Method Summary
Modifier and Type Method Description ClusterRoleScopeRestrictiondone()Methods inherited from class io.fabric8.openshift.api.model.ClusterRoleScopeRestrictionFluentImpl
addAllToNamespaces, addAllToRoleNames, addNewNamespace, addNewNamespace, addNewNamespace, addNewRoleName, addNewRoleName, addNewRoleName, addToNamespaces, addToNamespaces, addToRoleNames, addToRoleNames, equals, getFirstNamespace, getFirstRoleName, getLastNamespace, getLastRoleName, getMatchingNamespace, getMatchingRoleName, getNamespace, getNamespaces, getRoleName, getRoleNames, hasAllowEscalation, hasMatchingNamespace, hasMatchingRoleName, hasNamespaces, hasRoleNames, isAllowEscalation, removeAllFromNamespaces, removeAllFromRoleNames, removeFromNamespaces, removeFromRoleNames, setToNamespaces, setToRoleNames, withAllowEscalation, withNamespaces, withNamespaces, withNewAllowEscalation, withNewAllowEscalation, withRoleNames, withRoleNames
-
Constructor Details
-
DoneableClusterRoleScopeRestriction
public DoneableClusterRoleScopeRestriction(io.fabric8.kubernetes.api.builder.Function<ClusterRoleScopeRestriction,ClusterRoleScopeRestriction> function) -
DoneableClusterRoleScopeRestriction
public DoneableClusterRoleScopeRestriction(ClusterRoleScopeRestriction item, io.fabric8.kubernetes.api.builder.Function<ClusterRoleScopeRestriction,ClusterRoleScopeRestriction> function) -
DoneableClusterRoleScopeRestriction
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<ClusterRoleScopeRestriction>
-