| 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> |
FSGroupStrategyOptionsFluentImpl.getRanges() |
List<IDRange> |
FSGroupStrategyOptionsFluent.getRanges() |
List<IDRange> |
SupplementalGroupsStrategyOptionsFluentImpl.getRanges() |
List<IDRange> |
SupplementalGroupsStrategyOptionsFluent.getRanges() |
List<IDRange> |
SupplementalGroupsStrategyOptions.getRanges()
ranges of allowable IDs for supplemental groups
|
List<IDRange> |
FSGroupStrategyOptions.getRanges()
ranges of allowable IDs for fsGroup
|
| Modifier and Type | Method and Description |
|---|---|
FSGroupStrategyOptionsFluent.RangesNested<A> |
FSGroupStrategyOptionsFluentImpl.addNewRangeLike(IDRange item) |
FSGroupStrategyOptionsFluent.RangesNested<A> |
FSGroupStrategyOptionsFluent.addNewRangeLike(IDRange item) |
SupplementalGroupsStrategyOptionsFluent.RangesNested<A> |
SupplementalGroupsStrategyOptionsFluentImpl.addNewRangeLike(IDRange item) |
SupplementalGroupsStrategyOptionsFluent.RangesNested<A> |
SupplementalGroupsStrategyOptionsFluent.addNewRangeLike(IDRange item) |
A |
FSGroupStrategyOptionsFluentImpl.addToRanges(IDRange... items) |
A |
FSGroupStrategyOptionsFluent.addToRanges(IDRange... items) |
A |
SupplementalGroupsStrategyOptionsFluentImpl.addToRanges(IDRange... items) |
A |
SupplementalGroupsStrategyOptionsFluent.addToRanges(IDRange... items) |
A |
FSGroupStrategyOptionsFluentImpl.removeFromRanges(IDRange... items) |
A |
FSGroupStrategyOptionsFluent.removeFromRanges(IDRange... items) |
A |
SupplementalGroupsStrategyOptionsFluentImpl.removeFromRanges(IDRange... items) |
A |
SupplementalGroupsStrategyOptionsFluent.removeFromRanges(IDRange... items) |
A |
WatchEventFluentImpl.withIDRangeObject(IDRange iDRangeObject) |
A |
WatchEventFluent.withIDRangeObject(IDRange iDRangeObject) |
WatchEventFluent.IDRangeObjectNested<A> |
WatchEventFluentImpl.withNewIDRangeObjectLike(IDRange item) |
WatchEventFluent.IDRangeObjectNested<A> |
WatchEventFluent.withNewIDRangeObjectLike(IDRange item) |
A |
FSGroupStrategyOptionsFluentImpl.withRanges(IDRange... ranges) |
A |
FSGroupStrategyOptionsFluent.withRanges(IDRange... ranges) |
A |
SupplementalGroupsStrategyOptionsFluentImpl.withRanges(IDRange... ranges) |
A |
SupplementalGroupsStrategyOptionsFluent.withRanges(IDRange... ranges) |
| Modifier and Type | Method and Description |
|---|---|
void |
SupplementalGroupsStrategyOptions.setRanges(List<IDRange> ranges)
ranges of allowable IDs for supplemental groups
|
void |
FSGroupStrategyOptions.setRanges(List<IDRange> ranges)
ranges of allowable IDs for fsGroup
|
A |
FSGroupStrategyOptionsFluentImpl.withRanges(List<IDRange> ranges) |
A |
FSGroupStrategyOptionsFluent.withRanges(List<IDRange> ranges) |
A |
SupplementalGroupsStrategyOptionsFluentImpl.withRanges(List<IDRange> ranges) |
A |
SupplementalGroupsStrategyOptionsFluent.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–2016 Red Hat. All rights reserved.