Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
List<V1LabelSelectorRequirement> |
V1LabelSelectorFluentImpl.buildMatchExpressions() |
List<V1LabelSelectorRequirement> |
V1LabelSelectorFluent.buildMatchExpressions() |
List<V1LabelSelectorRequirement> |
V1LabelSelectorFluentImpl.getMatchExpressions()
Deprecated.
|
List<V1LabelSelectorRequirement> |
V1LabelSelectorFluent.getMatchExpressions()
Deprecated.
|
List<V1LabelSelectorRequirement> |
V1LabelSelector.getMatchExpressions()
matchExpressions is a list of label selector requirements.
|
Modifier and Type | Method and Description |
---|---|
A |
V1LabelSelectorFluentImpl.addAllToMatchExpressions(Collection<V1LabelSelectorRequirement> items) |
A |
V1LabelSelectorFluent.addAllToMatchExpressions(Collection<V1LabelSelectorRequirement> items) |
V1LabelSelector |
V1LabelSelector.matchExpressions(List<V1LabelSelectorRequirement> matchExpressions) |
A |
V1LabelSelectorFluentImpl.removeAllFromMatchExpressions(Collection<V1LabelSelectorRequirement> items) |
A |
V1LabelSelectorFluent.removeAllFromMatchExpressions(Collection<V1LabelSelectorRequirement> items) |
void |
V1LabelSelector.setMatchExpressions(List<V1LabelSelectorRequirement> matchExpressions) |
A |
V1LabelSelectorFluentImpl.withMatchExpressions(List<V1LabelSelectorRequirement> matchExpressions) |
A |
V1LabelSelectorFluent.withMatchExpressions(List<V1LabelSelectorRequirement> matchExpressions) |
Constructor and Description |
---|
V1LabelSelectorRequirementBuilder(V1LabelSelectorRequirement instance) |
V1LabelSelectorRequirementBuilder(V1LabelSelectorRequirement instance,
Boolean validationEnabled) |
V1LabelSelectorRequirementBuilder(V1LabelSelectorRequirementFluent<?> fluent,
V1LabelSelectorRequirement instance) |
V1LabelSelectorRequirementBuilder(V1LabelSelectorRequirementFluent<?> fluent,
V1LabelSelectorRequirement instance,
Boolean validationEnabled) |
V1LabelSelectorRequirementFluentImpl(V1LabelSelectorRequirement instance) |
Copyright © 2020. All rights reserved.