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