| Package | Description |
|---|---|
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1NodeSelectorRequirement |
V1NodeSelectorRequirement.addValuesItem(String valuesItem) |
V1NodeSelectorRequirement |
V1NodeSelectorRequirement.key(String key) |
V1NodeSelectorRequirement |
V1NodeSelectorRequirement.operator(String operator) |
V1NodeSelectorRequirement |
V1NodeSelectorRequirement.values(List<String> values) |
| Modifier and Type | Method and Description |
|---|---|
List<V1NodeSelectorRequirement> |
V1NodeSelectorTerm.getMatchExpressions()
A list of node selector requirements by node's labels.
|
List<V1NodeSelectorRequirement> |
V1NodeSelectorTerm.getMatchFields()
A list of node selector requirements by node's fields.
|
| Modifier and Type | Method and Description |
|---|---|
V1NodeSelectorTerm |
V1NodeSelectorTerm.addMatchExpressionsItem(V1NodeSelectorRequirement matchExpressionsItem) |
V1NodeSelectorTerm |
V1NodeSelectorTerm.addMatchFieldsItem(V1NodeSelectorRequirement matchFieldsItem) |
| Modifier and Type | Method and Description |
|---|---|
V1NodeSelectorTerm |
V1NodeSelectorTerm.matchExpressions(List<V1NodeSelectorRequirement> matchExpressions) |
V1NodeSelectorTerm |
V1NodeSelectorTerm.matchFields(List<V1NodeSelectorRequirement> matchFields) |
void |
V1NodeSelectorTerm.setMatchExpressions(List<V1NodeSelectorRequirement> matchExpressions) |
void |
V1NodeSelectorTerm.setMatchFields(List<V1NodeSelectorRequirement> matchFields) |
Copyright © 2023. All rights reserved.