| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.kubernetes.api.model.flowcontrol.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
FlowSchema |
KubeSchema.getV1beta1FlowSchema() |
| Modifier and Type | Method and Description |
|---|---|
void |
KubeSchema.setV1beta1FlowSchema(FlowSchema v1beta1FlowSchema) |
| Constructor and Description |
|---|
KubeSchema(FlowSchema v1beta1FlowSchema,
FlowSchemaList v1beta1FlowSchemaList,
PriorityLevelConfiguration v1beta1PriorityLevelConfiguration,
PriorityLevelConfigurationList v1beta1PriorityLevelConfigurationList) |
| Modifier and Type | Method and Description |
|---|---|
FlowSchema |
FlowSchemaBuilder.build() |
FlowSchema |
FlowSchemaListFluent.buildFirstItem() |
FlowSchema |
FlowSchemaListFluentImpl.buildFirstItem() |
FlowSchema |
FlowSchemaListFluent.buildItem(int index) |
FlowSchema |
FlowSchemaListFluentImpl.buildItem(int index) |
FlowSchema |
FlowSchemaListFluent.buildLastItem() |
FlowSchema |
FlowSchemaListFluentImpl.buildLastItem() |
FlowSchema |
FlowSchemaListFluent.buildMatchingItem(Predicate<FlowSchemaBuilder> predicate) |
FlowSchema |
FlowSchemaListFluentImpl.buildMatchingItem(Predicate<FlowSchemaBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<FlowSchema> |
FlowSchemaListFluent.buildItems() |
List<FlowSchema> |
FlowSchemaListFluentImpl.buildItems() |
List<FlowSchema> |
FlowSchemaListFluent.getItems()
Deprecated.
|
List<FlowSchema> |
FlowSchemaListFluentImpl.getItems()
Deprecated.
|
List<FlowSchema> |
FlowSchemaList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
FlowSchemaListFluent.ItemsNested<A> |
FlowSchemaListFluent.addNewItemLike(FlowSchema item) |
FlowSchemaListFluent.ItemsNested<A> |
FlowSchemaListFluentImpl.addNewItemLike(FlowSchema item) |
A |
FlowSchemaListFluent.addToItems(FlowSchema... items) |
A |
FlowSchemaListFluentImpl.addToItems(FlowSchema... items) |
A |
FlowSchemaListFluent.addToItems(int index,
FlowSchema item) |
A |
FlowSchemaListFluentImpl.addToItems(int index,
FlowSchema item) |
A |
FlowSchemaListFluent.removeFromItems(FlowSchema... items) |
A |
FlowSchemaListFluentImpl.removeFromItems(FlowSchema... items) |
FlowSchemaListFluent.ItemsNested<A> |
FlowSchemaListFluent.setNewItemLike(int index,
FlowSchema item) |
FlowSchemaListFluent.ItemsNested<A> |
FlowSchemaListFluentImpl.setNewItemLike(int index,
FlowSchema item) |
A |
FlowSchemaListFluent.setToItems(int index,
FlowSchema item) |
A |
FlowSchemaListFluentImpl.setToItems(int index,
FlowSchema item) |
A |
FlowSchemaListFluent.withItems(FlowSchema... items) |
A |
FlowSchemaListFluentImpl.withItems(FlowSchema... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
FlowSchemaListFluent.addAllToItems(Collection<FlowSchema> items) |
A |
FlowSchemaListFluentImpl.addAllToItems(Collection<FlowSchema> items) |
A |
FlowSchemaListFluent.removeAllFromItems(Collection<FlowSchema> items) |
A |
FlowSchemaListFluentImpl.removeAllFromItems(Collection<FlowSchema> items) |
void |
FlowSchemaList.setItems(List<FlowSchema> items) |
A |
FlowSchemaListFluent.withItems(List<FlowSchema> items) |
A |
FlowSchemaListFluentImpl.withItems(List<FlowSchema> items) |
| Constructor and Description |
|---|
FlowSchemaBuilder(FlowSchema instance) |
FlowSchemaBuilder(FlowSchema instance,
Boolean validationEnabled) |
FlowSchemaBuilder(FlowSchemaFluent<?> fluent,
FlowSchema instance) |
FlowSchemaBuilder(FlowSchemaFluent<?> fluent,
FlowSchema instance,
Boolean validationEnabled) |
FlowSchemaFluentImpl(FlowSchema instance) |
| Constructor and Description |
|---|
FlowSchemaList(String apiVersion,
List<FlowSchema> items,
String kind,
io.fabric8.kubernetes.api.model.ListMeta metadata) |
Copyright © 2015–2022 Red Hat. All rights reserved.