Uses of Class
io.fabric8.kubernetes.api.model.extensions.IDRange
-
-
Uses of IDRange in io.fabric8.kubernetes.api.model.extensions
Methods in io.fabric8.kubernetes.api.model.extensions that return IDRange Modifier and Type Method Description IDRangeIDRangeBuilder. build()IDRangeFSGroupStrategyOptionsFluent. buildFirstRange()IDRangeRunAsGroupStrategyOptionsFluent. buildFirstRange()IDRangeRunAsUserStrategyOptionsFluent. buildFirstRange()IDRangeSupplementalGroupsStrategyOptionsFluent. buildFirstRange()IDRangeFSGroupStrategyOptionsFluent. buildLastRange()IDRangeRunAsGroupStrategyOptionsFluent. buildLastRange()IDRangeRunAsUserStrategyOptionsFluent. buildLastRange()IDRangeSupplementalGroupsStrategyOptionsFluent. buildLastRange()IDRangeFSGroupStrategyOptionsFluent. buildMatchingRange(Predicate<IDRangeBuilder> predicate)IDRangeRunAsGroupStrategyOptionsFluent. buildMatchingRange(Predicate<IDRangeBuilder> predicate)IDRangeRunAsUserStrategyOptionsFluent. buildMatchingRange(Predicate<IDRangeBuilder> predicate)IDRangeSupplementalGroupsStrategyOptionsFluent. buildMatchingRange(Predicate<IDRangeBuilder> predicate)IDRangeFSGroupStrategyOptionsFluent. buildRange(int index)IDRangeRunAsGroupStrategyOptionsFluent. buildRange(int index)IDRangeRunAsUserStrategyOptionsFluent. buildRange(int index)IDRangeSupplementalGroupsStrategyOptionsFluent. buildRange(int index)Methods in io.fabric8.kubernetes.api.model.extensions that return types with arguments of type IDRange Modifier and Type Method Description List<IDRange>FSGroupStrategyOptionsFluent. buildRanges()List<IDRange>RunAsGroupStrategyOptionsFluent. buildRanges()List<IDRange>RunAsUserStrategyOptionsFluent. buildRanges()List<IDRange>SupplementalGroupsStrategyOptionsFluent. buildRanges()List<IDRange>FSGroupStrategyOptions. getRanges()ranges are the allowed ranges of fs groups.List<IDRange>RunAsGroupStrategyOptions. getRanges()ranges are the allowed ranges of gids that may be used.List<IDRange>RunAsUserStrategyOptions. getRanges()ranges are the allowed ranges of uids that may be used.List<IDRange>SupplementalGroupsStrategyOptions. getRanges()ranges are the allowed ranges of supplemental groups.Methods in io.fabric8.kubernetes.api.model.extensions with parameters of type IDRange Modifier and Type Method Description FSGroupStrategyOptionsFluent.RangesNested<A>FSGroupStrategyOptionsFluent. addNewRangeLike(IDRange item)RunAsGroupStrategyOptionsFluent.RangesNested<A>RunAsGroupStrategyOptionsFluent. addNewRangeLike(IDRange item)RunAsUserStrategyOptionsFluent.RangesNested<A>RunAsUserStrategyOptionsFluent. addNewRangeLike(IDRange item)SupplementalGroupsStrategyOptionsFluent.RangesNested<A>SupplementalGroupsStrategyOptionsFluent. addNewRangeLike(IDRange item)AFSGroupStrategyOptionsFluent. addToRanges(int index, IDRange item)AFSGroupStrategyOptionsFluent. addToRanges(IDRange... items)ARunAsGroupStrategyOptionsFluent. addToRanges(int index, IDRange item)ARunAsGroupStrategyOptionsFluent. addToRanges(IDRange... items)ARunAsUserStrategyOptionsFluent. addToRanges(int index, IDRange item)ARunAsUserStrategyOptionsFluent. addToRanges(IDRange... items)ASupplementalGroupsStrategyOptionsFluent. addToRanges(int index, IDRange item)ASupplementalGroupsStrategyOptionsFluent. addToRanges(IDRange... items)protected voidIDRangeFluent. copyInstance(IDRange instance)AFSGroupStrategyOptionsFluent. removeFromRanges(IDRange... items)ARunAsGroupStrategyOptionsFluent. removeFromRanges(IDRange... items)ARunAsUserStrategyOptionsFluent. removeFromRanges(IDRange... items)ASupplementalGroupsStrategyOptionsFluent. removeFromRanges(IDRange... items)FSGroupStrategyOptionsFluent.RangesNested<A>FSGroupStrategyOptionsFluent. setNewRangeLike(int index, IDRange item)RunAsGroupStrategyOptionsFluent.RangesNested<A>RunAsGroupStrategyOptionsFluent. setNewRangeLike(int index, IDRange item)RunAsUserStrategyOptionsFluent.RangesNested<A>RunAsUserStrategyOptionsFluent. setNewRangeLike(int index, IDRange item)SupplementalGroupsStrategyOptionsFluent.RangesNested<A>SupplementalGroupsStrategyOptionsFluent. setNewRangeLike(int index, IDRange item)AFSGroupStrategyOptionsFluent. setToRanges(int index, IDRange item)ARunAsGroupStrategyOptionsFluent. setToRanges(int index, IDRange item)ARunAsUserStrategyOptionsFluent. setToRanges(int index, IDRange item)ASupplementalGroupsStrategyOptionsFluent. setToRanges(int index, IDRange item)AFSGroupStrategyOptionsFluent. withRanges(IDRange... ranges)ARunAsGroupStrategyOptionsFluent. withRanges(IDRange... ranges)ARunAsUserStrategyOptionsFluent. withRanges(IDRange... ranges)ASupplementalGroupsStrategyOptionsFluent. withRanges(IDRange... ranges)Method parameters in io.fabric8.kubernetes.api.model.extensions with type arguments of type IDRange Modifier and Type Method Description AFSGroupStrategyOptionsFluent. addAllToRanges(Collection<IDRange> items)ARunAsGroupStrategyOptionsFluent. addAllToRanges(Collection<IDRange> items)ARunAsUserStrategyOptionsFluent. addAllToRanges(Collection<IDRange> items)ASupplementalGroupsStrategyOptionsFluent. addAllToRanges(Collection<IDRange> items)AFSGroupStrategyOptionsFluent. removeAllFromRanges(Collection<IDRange> items)ARunAsGroupStrategyOptionsFluent. removeAllFromRanges(Collection<IDRange> items)ARunAsUserStrategyOptionsFluent. removeAllFromRanges(Collection<IDRange> items)ASupplementalGroupsStrategyOptionsFluent. removeAllFromRanges(Collection<IDRange> items)voidFSGroupStrategyOptions. setRanges(List<IDRange> ranges)ranges are the allowed ranges of fs groups.voidRunAsGroupStrategyOptions. setRanges(List<IDRange> ranges)ranges are the allowed ranges of gids that may be used.voidRunAsUserStrategyOptions. setRanges(List<IDRange> ranges)ranges are the allowed ranges of uids that may be used.voidSupplementalGroupsStrategyOptions. setRanges(List<IDRange> ranges)ranges are the allowed ranges of supplemental groups.AFSGroupStrategyOptionsFluent. withRanges(List<IDRange> ranges)ARunAsGroupStrategyOptionsFluent. withRanges(List<IDRange> ranges)ARunAsUserStrategyOptionsFluent. withRanges(List<IDRange> ranges)ASupplementalGroupsStrategyOptionsFluent. withRanges(List<IDRange> ranges)Constructors in io.fabric8.kubernetes.api.model.extensions with parameters of type IDRange Constructor Description IDRangeBuilder(IDRange instance)IDRangeBuilder(IDRangeFluent<?> fluent, IDRange instance)IDRangeFluent(IDRange instance)Constructor parameters in io.fabric8.kubernetes.api.model.extensions with type arguments of type IDRange Constructor Description FSGroupStrategyOptions(List<IDRange> ranges, String rule)RunAsGroupStrategyOptions(List<IDRange> ranges, String rule)RunAsUserStrategyOptions(List<IDRange> ranges, String rule)SupplementalGroupsStrategyOptions(List<IDRange> ranges, String rule)
-