| Package | Description |
|---|---|
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1PreferredSchedulingTerm |
V1PreferredSchedulingTerm.preference(V1NodeSelectorTerm preference) |
V1PreferredSchedulingTerm |
V1PreferredSchedulingTerm.weight(Integer weight) |
| Modifier and Type | Method and Description |
|---|---|
List<V1PreferredSchedulingTerm> |
V1NodeAffinity.getPreferredDuringSchedulingIgnoredDuringExecution()
The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions
specified by this field, but it may choose a node that violates one or more of the expressions.
|
| Modifier and Type | Method and Description |
|---|---|
V1NodeAffinity |
V1NodeAffinity.addPreferredDuringSchedulingIgnoredDuringExecutionItem(V1PreferredSchedulingTerm preferredDuringSchedulingIgnoredDuringExecutionItem) |
| Modifier and Type | Method and Description |
|---|---|
V1NodeAffinity |
V1NodeAffinity.preferredDuringSchedulingIgnoredDuringExecution(List<V1PreferredSchedulingTerm> preferredDuringSchedulingIgnoredDuringExecution) |
void |
V1NodeAffinity.setPreferredDuringSchedulingIgnoredDuringExecution(List<V1PreferredSchedulingTerm> preferredDuringSchedulingIgnoredDuringExecution) |
Copyright © 2021. All rights reserved.