Uses of Class
io.fabric8.openshift.api.model.IDRange
-
Packages that use IDRange Package Description io.fabric8.openshift.api.model -
-
Uses of IDRange in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return IDRange Modifier and Type Method Description IDRangeIDRangeBuilder. build()IDRangeFSGroupStrategyOptionsFluent. buildFirstRange()IDRangeSupplementalGroupsStrategyOptionsFluent. buildFirstRange()IDRangeFSGroupStrategyOptionsFluent. buildLastRange()IDRangeSupplementalGroupsStrategyOptionsFluent. buildLastRange()IDRangeFSGroupStrategyOptionsFluent. buildMatchingRange(Predicate<IDRangeBuilder> predicate)IDRangeSupplementalGroupsStrategyOptionsFluent. buildMatchingRange(Predicate<IDRangeBuilder> predicate)IDRangeFSGroupStrategyOptionsFluent. buildRange(int index)IDRangeSupplementalGroupsStrategyOptionsFluent. buildRange(int index)Methods in io.fabric8.openshift.api.model that return types with arguments of type IDRange Modifier and Type Method Description List<IDRange>FSGroupStrategyOptionsFluent. buildRanges()List<IDRange>SupplementalGroupsStrategyOptionsFluent. buildRanges()List<IDRange>FSGroupStrategyOptions. getRanges()ranges are the allowed ranges of fs groups.List<IDRange>SupplementalGroupsStrategyOptions. getRanges()ranges are the allowed ranges of supplemental groups.Methods in io.fabric8.openshift.api.model with parameters of type IDRange Modifier and Type Method Description FSGroupStrategyOptionsFluent.RangesNested<A>FSGroupStrategyOptionsFluent. addNewRangeLike(IDRange item)SupplementalGroupsStrategyOptionsFluent.RangesNested<A>SupplementalGroupsStrategyOptionsFluent. addNewRangeLike(IDRange item)AFSGroupStrategyOptionsFluent. addToRanges(int index, IDRange item)AFSGroupStrategyOptionsFluent. addToRanges(IDRange... items)ASupplementalGroupsStrategyOptionsFluent. addToRanges(int index, IDRange item)ASupplementalGroupsStrategyOptionsFluent. addToRanges(IDRange... items)protected voidIDRangeFluent. copyInstance(IDRange instance)AFSGroupStrategyOptionsFluent. removeFromRanges(IDRange... items)ASupplementalGroupsStrategyOptionsFluent. removeFromRanges(IDRange... items)FSGroupStrategyOptionsFluent.RangesNested<A>FSGroupStrategyOptionsFluent. setNewRangeLike(int index, IDRange item)SupplementalGroupsStrategyOptionsFluent.RangesNested<A>SupplementalGroupsStrategyOptionsFluent. setNewRangeLike(int index, IDRange item)AFSGroupStrategyOptionsFluent. setToRanges(int index, IDRange item)ASupplementalGroupsStrategyOptionsFluent. setToRanges(int index, IDRange item)AFSGroupStrategyOptionsFluent. withRanges(IDRange... ranges)ASupplementalGroupsStrategyOptionsFluent. withRanges(IDRange... ranges)Method parameters in io.fabric8.openshift.api.model with type arguments of type IDRange Modifier and Type Method Description AFSGroupStrategyOptionsFluent. addAllToRanges(Collection<IDRange> items)ASupplementalGroupsStrategyOptionsFluent. addAllToRanges(Collection<IDRange> items)AFSGroupStrategyOptionsFluent. removeAllFromRanges(Collection<IDRange> items)ASupplementalGroupsStrategyOptionsFluent. removeAllFromRanges(Collection<IDRange> items)voidFSGroupStrategyOptions. setRanges(List<IDRange> ranges)ranges are the allowed ranges of fs groups.voidSupplementalGroupsStrategyOptions. setRanges(List<IDRange> ranges)ranges are the allowed ranges of supplemental groups.AFSGroupStrategyOptionsFluent. withRanges(List<IDRange> ranges)ASupplementalGroupsStrategyOptionsFluent. withRanges(List<IDRange> ranges)Constructors in io.fabric8.openshift.api.model with parameters of type IDRange Constructor Description IDRangeBuilder(IDRange instance)IDRangeBuilder(IDRangeFluent<?> fluent, IDRange instance)IDRangeFluent(IDRange instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type IDRange Constructor Description FSGroupStrategyOptions(List<IDRange> ranges, String type)SupplementalGroupsStrategyOptions(List<IDRange> ranges, String type)
-