| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.kubernetes.api.model.resource.v1alpha2 |
| Modifier and Type | Method and Description |
|---|---|
PodSchedulingContext |
ValidationSchema.getPodSchedulingContext() |
PodSchedulingContext |
KubeSchema.getPodSchedulingContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationSchema.setPodSchedulingContext(PodSchedulingContext podSchedulingContext) |
void |
KubeSchema.setPodSchedulingContext(PodSchedulingContext podSchedulingContext) |
| Constructor and Description |
|---|
KubeSchema(PodSchedulingContext podSchedulingContext,
PodSchedulingContextList podSchedulingContextList,
ResourceClaim resourceClaim,
ResourceClaimList resourceClaimList,
ResourceClaimTemplate resourceClaimTemplate,
ResourceClaimTemplateList resourceClaimTemplateList,
ResourceClaim resourceClass,
ResourceClassList resourceClassList) |
ValidationSchema(PodSchedulingContext podSchedulingContext,
PodSchedulingContextList podSchedulingContextList,
ResourceClaim resourceClaim,
ResourceClaimList resourceClaimList,
ResourceClaimTemplate resourceClaimTemplate,
ResourceClaimTemplateList resourceClaimTemplateList,
ResourceClaim resourceClass,
ResourceClassList resourceClassList) |
| Modifier and Type | Method and Description |
|---|---|
PodSchedulingContext |
PodSchedulingContextBuilder.build() |
PodSchedulingContext |
PodSchedulingContextListFluent.buildFirstItem() |
PodSchedulingContext |
PodSchedulingContextListFluent.buildItem(int index) |
PodSchedulingContext |
PodSchedulingContextListFluent.buildLastItem() |
PodSchedulingContext |
PodSchedulingContextListFluent.buildMatchingItem(Predicate<PodSchedulingContextBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<PodSchedulingContext> |
PodSchedulingContextListFluent.buildItems() |
List<PodSchedulingContext> |
PodSchedulingContextList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
PodSchedulingContextListFluent.ItemsNested<A> |
PodSchedulingContextListFluent.addNewItemLike(PodSchedulingContext item) |
A |
PodSchedulingContextListFluent.addToItems(int index,
PodSchedulingContext item) |
A |
PodSchedulingContextListFluent.addToItems(PodSchedulingContext... items) |
protected void |
PodSchedulingContextFluent.copyInstance(PodSchedulingContext instance) |
A |
PodSchedulingContextListFluent.removeFromItems(PodSchedulingContext... items) |
PodSchedulingContextListFluent.ItemsNested<A> |
PodSchedulingContextListFluent.setNewItemLike(int index,
PodSchedulingContext item) |
A |
PodSchedulingContextListFluent.setToItems(int index,
PodSchedulingContext item) |
A |
PodSchedulingContextListFluent.withItems(PodSchedulingContext... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
PodSchedulingContextListFluent.addAllToItems(Collection<PodSchedulingContext> items) |
A |
PodSchedulingContextListFluent.removeAllFromItems(Collection<PodSchedulingContext> items) |
void |
PodSchedulingContextList.setItems(List<PodSchedulingContext> items) |
A |
PodSchedulingContextListFluent.withItems(List<PodSchedulingContext> items) |
| Constructor and Description |
|---|
PodSchedulingContextBuilder(PodSchedulingContext instance) |
PodSchedulingContextBuilder(PodSchedulingContextFluent<?> fluent,
PodSchedulingContext instance) |
PodSchedulingContextFluent(PodSchedulingContext instance) |
| Constructor and Description |
|---|
PodSchedulingContextList(String apiVersion,
List<PodSchedulingContext> items,
String kind,
io.fabric8.kubernetes.api.model.ListMeta metadata) |
Copyright © 2015–2023 Red Hat. All rights reserved.