| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.kubernetes.api.model.flowcontrol.v1beta3 |
| Modifier and Type | Method and Description |
|---|---|
FlowSchema |
ValidationSchema.getV1beta3FlowSchema() |
FlowSchema |
KubeSchema.getV1beta3FlowSchema() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationSchema.setV1beta3FlowSchema(FlowSchema v1beta3FlowSchema) |
void |
KubeSchema.setV1beta3FlowSchema(FlowSchema v1beta3FlowSchema) |
| Constructor and Description |
|---|
KubeSchema(StorageVersion v1Alpha1StorageVersion,
StorageVersionList v1Alpha1StorageVersionList,
FlowSchema v1alpha1FlowSchema,
FlowSchemaList v1alpha1FlowSchemaList,
PriorityLevelConfiguration v1alpha1PriorityLevelConfiguration,
PriorityLevelConfigurationList v1alpha1PriorityLevelConfigurationList,
FlowSchema v1beta1FlowSchema,
FlowSchemaList v1beta1FlowSchemaList,
PriorityLevelConfiguration v1beta1PriorityLevelConfiguration,
PriorityLevelConfigurationList v1beta1PriorityLevelConfigurationList,
FlowSchema v1beta2FlowSchema,
FlowSchemaList v1beta2FlowSchemaList,
PriorityLevelConfiguration v1beta2PriorityLevelConfiguration,
PriorityLevelConfigurationList v1beta2PriorityLevelConfigurationList,
FlowSchema v1beta3FlowSchema,
FlowSchemaList v1beta3FlowSchemaList,
PriorityLevelConfiguration v1beta3PriorityLevelConfiguration,
PriorityLevelConfigurationList v1beta3PriorityLevelConfigurationList) |
ValidationSchema(StorageVersion v1Alpha1StorageVersion,
StorageVersionList v1Alpha1StorageVersionList,
FlowSchema v1alpha1FlowSchema,
FlowSchemaList v1alpha1FlowSchemaList,
PriorityLevelConfiguration v1alpha1PriorityLevelConfiguration,
PriorityLevelConfigurationList v1alpha1PriorityLevelConfigurationList,
FlowSchema v1beta1FlowSchema,
FlowSchemaList v1beta1FlowSchemaList,
PriorityLevelConfiguration v1beta1PriorityLevelConfiguration,
PriorityLevelConfigurationList v1beta1PriorityLevelConfigurationList,
FlowSchema v1beta2FlowSchema,
FlowSchemaList v1beta2FlowSchemaList,
PriorityLevelConfiguration v1beta2PriorityLevelConfiguration,
PriorityLevelConfigurationList v1beta2PriorityLevelConfigurationList,
FlowSchema v1beta3FlowSchema,
FlowSchemaList v1beta3FlowSchemaList,
PriorityLevelConfiguration v1beta3PriorityLevelConfiguration,
PriorityLevelConfigurationList v1beta3PriorityLevelConfigurationList) |
| Modifier and Type | Method and Description |
|---|---|
FlowSchema |
FlowSchemaBuilder.build() |
FlowSchema |
FlowSchemaListFluent.buildFirstItem() |
FlowSchema |
FlowSchemaListFluent.buildItem(int index) |
FlowSchema |
FlowSchemaListFluent.buildLastItem() |
FlowSchema |
FlowSchemaListFluent.buildMatchingItem(Predicate<FlowSchemaBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<FlowSchema> |
FlowSchemaListFluent.buildItems() |
List<FlowSchema> |
FlowSchemaList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
FlowSchemaListFluent.ItemsNested<A> |
FlowSchemaListFluent.addNewItemLike(FlowSchema item) |
A |
FlowSchemaListFluent.addToItems(FlowSchema... items) |
A |
FlowSchemaListFluent.addToItems(int index,
FlowSchema item) |
A |
FlowSchemaListFluent.removeFromItems(FlowSchema... items) |
FlowSchemaListFluent.ItemsNested<A> |
FlowSchemaListFluent.setNewItemLike(int index,
FlowSchema item) |
A |
FlowSchemaListFluent.setToItems(int index,
FlowSchema item) |
A |
FlowSchemaListFluent.withItems(FlowSchema... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
FlowSchemaListFluent.addAllToItems(Collection<FlowSchema> items) |
A |
FlowSchemaListFluent.removeAllFromItems(Collection<FlowSchema> items) |
void |
FlowSchemaList.setItems(List<FlowSchema> items) |
A |
FlowSchemaListFluent.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) |
FlowSchemaFluent(FlowSchema instance) |
| Constructor and Description |
|---|
FlowSchemaList(String apiVersion,
List<FlowSchema> items,
String kind,
io.fabric8.kubernetes.api.model.ListMeta metadata) |
Copyright © 2015–2023 Red Hat. All rights reserved.