Package | Description |
---|---|
io.fabric8.kubernetes.api.model |
Modifier and Type | Method and Description |
---|---|
IDRange |
IDRangeBuilder.build() |
IDRange |
DoneableIDRange.done() |
Modifier and Type | Method and Description |
---|---|
List<IDRange> |
SupplementalGroupsStrategyOptionsFluentImpl.getRanges() |
List<IDRange> |
SupplementalGroupsStrategyOptionsFluent.getRanges() |
List<IDRange> |
FSGroupStrategyOptionsFluent.getRanges() |
List<IDRange> |
FSGroupStrategyOptionsFluentImpl.getRanges() |
List<IDRange> |
FSGroupStrategyOptions.getRanges()
ranges of allowable IDs for fsGroup
|
List<IDRange> |
SupplementalGroupsStrategyOptions.getRanges()
ranges of allowable IDs for supplemental groups
|
Modifier and Type | Method and Description |
---|---|
SupplementalGroupsStrategyOptionsFluent.RangesNested<A> |
SupplementalGroupsStrategyOptionsFluentImpl.addNewRangeLike(IDRange item) |
SupplementalGroupsStrategyOptionsFluent.RangesNested<A> |
SupplementalGroupsStrategyOptionsFluent.addNewRangeLike(IDRange item) |
FSGroupStrategyOptionsFluent.RangesNested<A> |
FSGroupStrategyOptionsFluent.addNewRangeLike(IDRange item) |
FSGroupStrategyOptionsFluent.RangesNested<A> |
FSGroupStrategyOptionsFluentImpl.addNewRangeLike(IDRange item) |
A |
SupplementalGroupsStrategyOptionsFluentImpl.addToRanges(IDRange... items) |
A |
SupplementalGroupsStrategyOptionsFluent.addToRanges(IDRange... items) |
A |
FSGroupStrategyOptionsFluent.addToRanges(IDRange... items) |
A |
FSGroupStrategyOptionsFluentImpl.addToRanges(IDRange... items) |
A |
SupplementalGroupsStrategyOptionsFluentImpl.removeFromRanges(IDRange... items) |
A |
SupplementalGroupsStrategyOptionsFluent.removeFromRanges(IDRange... items) |
A |
FSGroupStrategyOptionsFluent.removeFromRanges(IDRange... items) |
A |
FSGroupStrategyOptionsFluentImpl.removeFromRanges(IDRange... items) |
A |
SupplementalGroupsStrategyOptionsFluentImpl.withRanges(IDRange... ranges) |
A |
SupplementalGroupsStrategyOptionsFluent.withRanges(IDRange... ranges) |
A |
FSGroupStrategyOptionsFluent.withRanges(IDRange... ranges) |
A |
FSGroupStrategyOptionsFluentImpl.withRanges(IDRange... ranges) |
Modifier and Type | Method and Description |
---|---|
void |
FSGroupStrategyOptions.setRanges(List<IDRange> ranges)
ranges of allowable IDs for fsGroup
|
void |
SupplementalGroupsStrategyOptions.setRanges(List<IDRange> ranges)
ranges of allowable IDs for supplemental groups
|
A |
SupplementalGroupsStrategyOptionsFluentImpl.withRanges(List<IDRange> ranges) |
A |
SupplementalGroupsStrategyOptionsFluent.withRanges(List<IDRange> ranges) |
A |
FSGroupStrategyOptionsFluent.withRanges(List<IDRange> ranges) |
A |
FSGroupStrategyOptionsFluentImpl.withRanges(List<IDRange> ranges) |
Constructor and Description |
---|
DoneableIDRange(IDRange item) |
DoneableIDRange(IDRange item,
Function<IDRange,IDRange> function) |
IDRangeBuilder(IDRange instance) |
IDRangeBuilder(IDRange instance,
Boolean validationEnabled) |
IDRangeBuilder(IDRangeFluent<?> fluent,
IDRange instance) |
IDRangeBuilder(IDRangeFluent<?> fluent,
IDRange instance,
Boolean validationEnabled) |
IDRangeFluentImpl(IDRange instance) |
Constructor and Description |
---|
DoneableIDRange(Function<IDRange,IDRange> function) |
DoneableIDRange(Function<IDRange,IDRange> function) |
DoneableIDRange(IDRange item,
Function<IDRange,IDRange> function) |
DoneableIDRange(IDRange item,
Function<IDRange,IDRange> function) |
FSGroupStrategyOptions(List<IDRange> ranges,
String type) |
SupplementalGroupsStrategyOptions(List<IDRange> ranges,
String type) |
Copyright © 2011–2019 Red Hat. All rights reserved.