Package io.fabric8.openshift.api.model
Class DoneableScopeRestriction
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.ScopeRestrictionFluentImpl<DoneableScopeRestriction>
io.fabric8.openshift.api.model.DoneableScopeRestriction
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableScopeRestriction>,io.fabric8.kubernetes.api.builder.Visitable<DoneableScopeRestriction>,io.fabric8.kubernetes.api.model.Doneable<ScopeRestriction>,ScopeRestrictionFluent<DoneableScopeRestriction>
public class DoneableScopeRestriction extends ScopeRestrictionFluentImpl<DoneableScopeRestriction> implements io.fabric8.kubernetes.api.model.Doneable<ScopeRestriction>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.ScopeRestrictionFluentImpl
ScopeRestrictionFluentImpl.ClusterRoleNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.ScopeRestrictionFluent
ScopeRestrictionFluent.ClusterRoleNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableScopeRestriction(io.fabric8.kubernetes.api.builder.Function<ScopeRestriction,ScopeRestriction> function)DoneableScopeRestriction(ScopeRestriction item)DoneableScopeRestriction(ScopeRestriction item, io.fabric8.kubernetes.api.builder.Function<ScopeRestriction,ScopeRestriction> function) -
Method Summary
Modifier and Type Method Description ScopeRestrictiondone()Methods inherited from class io.fabric8.openshift.api.model.ScopeRestrictionFluentImpl
addAllToLiterals, addNewLiteral, addNewLiteral, addNewLiteral, addToLiterals, addToLiterals, buildClusterRole, editClusterRole, editOrNewClusterRole, editOrNewClusterRoleLike, equals, getClusterRole, getFirstLiteral, getLastLiteral, getLiteral, getLiterals, getMatchingLiteral, hasClusterRole, hasLiterals, hasMatchingLiteral, removeAllFromLiterals, removeFromLiterals, setToLiterals, withClusterRole, withLiterals, withLiterals, withNewClusterRole, withNewClusterRoleLike
-
Constructor Details
-
DoneableScopeRestriction
public DoneableScopeRestriction(io.fabric8.kubernetes.api.builder.Function<ScopeRestriction,ScopeRestriction> function) -
DoneableScopeRestriction
public DoneableScopeRestriction(ScopeRestriction item, io.fabric8.kubernetes.api.builder.Function<ScopeRestriction,ScopeRestriction> function) -
DoneableScopeRestriction
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<ScopeRestriction>
-