Package io.fabric8.openshift.api.model
Class DoneableUserRestriction
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.UserRestrictionFluentImpl<DoneableUserRestriction>
io.fabric8.openshift.api.model.DoneableUserRestriction
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableUserRestriction>,io.fabric8.kubernetes.api.builder.Visitable<DoneableUserRestriction>,io.fabric8.kubernetes.api.model.Doneable<UserRestriction>,UserRestrictionFluent<DoneableUserRestriction>
public class DoneableUserRestriction extends UserRestrictionFluentImpl<DoneableUserRestriction> implements io.fabric8.kubernetes.api.model.Doneable<UserRestriction>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.UserRestrictionFluentImpl
UserRestrictionFluentImpl.LabelsNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.UserRestrictionFluent
UserRestrictionFluent.LabelsNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableUserRestriction(io.fabric8.kubernetes.api.builder.Function<UserRestriction,UserRestriction> function)DoneableUserRestriction(UserRestriction item)DoneableUserRestriction(UserRestriction item, io.fabric8.kubernetes.api.builder.Function<UserRestriction,UserRestriction> function) -
Method Summary
Modifier and Type Method Description UserRestrictiondone()Methods inherited from class io.fabric8.openshift.api.model.UserRestrictionFluentImpl
addAllToGroups, addAllToLabels, addAllToUsers, addNewGroup, addNewGroup, addNewGroup, addNewLabel, addNewLabelLike, addNewUser, addNewUser, addNewUser, addToGroups, addToGroups, addToLabels, addToLabels, addToUsers, addToUsers, buildFirstLabel, buildLabel, buildLabels, buildLastLabel, buildMatchingLabel, editFirstLabel, editLabel, editLastLabel, editMatchingLabel, equals, getFirstGroup, getFirstUser, getGroup, getGroups, getLabels, getLastGroup, getLastUser, getMatchingGroup, getMatchingUser, getUser, getUsers, hasGroups, hasLabels, hasMatchingGroup, hasMatchingLabel, hasMatchingUser, hasUsers, removeAllFromGroups, removeAllFromLabels, removeAllFromUsers, removeFromGroups, removeFromLabels, removeFromUsers, removeMatchingFromLabels, setNewLabelLike, setToGroups, setToLabels, setToUsers, withGroups, withGroups, withLabels, withLabels, withUsers, withUsers
-
Constructor Details
-
DoneableUserRestriction
public DoneableUserRestriction(io.fabric8.kubernetes.api.builder.Function<UserRestriction,UserRestriction> function) -
DoneableUserRestriction
public DoneableUserRestriction(UserRestriction item, io.fabric8.kubernetes.api.builder.Function<UserRestriction,UserRestriction> function) -
DoneableUserRestriction
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<UserRestriction>
-