Package | Description |
---|---|
io.fabric8.kubernetes.api.model |
Modifier and Type | Method and Description |
---|---|
java.util.List<NodeSelectorRequirement> |
NodeSelectorTermFluentImpl.buildMatchExpressions() |
java.util.List<NodeSelectorRequirement> |
NodeSelectorTermFluent.buildMatchExpressions() |
java.util.List<NodeSelectorRequirement> |
NodeSelectorTermFluentImpl.buildMatchFields() |
java.util.List<NodeSelectorRequirement> |
NodeSelectorTermFluent.buildMatchFields() |
java.util.List<NodeSelectorRequirement> |
NodeSelectorTermFluentImpl.getMatchExpressions()
Deprecated.
|
java.util.List<NodeSelectorRequirement> |
NodeSelectorTermFluent.getMatchExpressions()
Deprecated.
|
java.util.List<NodeSelectorRequirement> |
NodeSelectorTerm.getMatchExpressions() |
java.util.List<NodeSelectorRequirement> |
NodeSelectorTermFluentImpl.getMatchFields()
Deprecated.
|
java.util.List<NodeSelectorRequirement> |
NodeSelectorTermFluent.getMatchFields()
Deprecated.
|
java.util.List<NodeSelectorRequirement> |
NodeSelectorTerm.getMatchFields() |
Modifier and Type | Method and Description |
---|---|
A |
NodeSelectorTermFluentImpl.addAllToMatchExpressions(java.util.Collection<NodeSelectorRequirement> items) |
A |
NodeSelectorTermFluent.addAllToMatchExpressions(java.util.Collection<NodeSelectorRequirement> items) |
A |
NodeSelectorTermFluentImpl.addAllToMatchFields(java.util.Collection<NodeSelectorRequirement> items) |
A |
NodeSelectorTermFluent.addAllToMatchFields(java.util.Collection<NodeSelectorRequirement> items) |
A |
NodeSelectorTermFluentImpl.removeAllFromMatchExpressions(java.util.Collection<NodeSelectorRequirement> items) |
A |
NodeSelectorTermFluent.removeAllFromMatchExpressions(java.util.Collection<NodeSelectorRequirement> items) |
A |
NodeSelectorTermFluentImpl.removeAllFromMatchFields(java.util.Collection<NodeSelectorRequirement> items) |
A |
NodeSelectorTermFluent.removeAllFromMatchFields(java.util.Collection<NodeSelectorRequirement> items) |
void |
NodeSelectorTerm.setMatchExpressions(java.util.List<NodeSelectorRequirement> matchExpressions) |
void |
NodeSelectorTerm.setMatchFields(java.util.List<NodeSelectorRequirement> matchFields) |
A |
NodeSelectorTermFluentImpl.withMatchExpressions(java.util.List<NodeSelectorRequirement> matchExpressions) |
A |
NodeSelectorTermFluent.withMatchExpressions(java.util.List<NodeSelectorRequirement> matchExpressions) |
A |
NodeSelectorTermFluentImpl.withMatchFields(java.util.List<NodeSelectorRequirement> matchFields) |
A |
NodeSelectorTermFluent.withMatchFields(java.util.List<NodeSelectorRequirement> matchFields) |
Constructor and Description |
---|
DoneableNodeSelectorRequirement(Function<NodeSelectorRequirement,NodeSelectorRequirement> function) |
DoneableNodeSelectorRequirement(Function<NodeSelectorRequirement,NodeSelectorRequirement> function) |
DoneableNodeSelectorRequirement(NodeSelectorRequirement item,
Function<NodeSelectorRequirement,NodeSelectorRequirement> function) |
DoneableNodeSelectorRequirement(NodeSelectorRequirement item,
Function<NodeSelectorRequirement,NodeSelectorRequirement> function) |
NodeSelectorTerm(java.util.List<NodeSelectorRequirement> matchExpressions,
java.util.List<NodeSelectorRequirement> matchFields) |
NodeSelectorTerm(java.util.List<NodeSelectorRequirement> matchExpressions,
java.util.List<NodeSelectorRequirement> matchFields) |
Copyright © 2015-2019 Red Hat. All Rights Reserved.