Package org.cdk8s.plus25.k8s
Interface TopologySelectorTerm
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
TopologySelectorTerm.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.841Z") @Stability(Stable) public interface TopologySelectorTerm extends software.amazon.jsii.JsiiSerializable
A topology selector term represents the result of label queries.A null or empty topology selector term matches no objects. The requirements of them are ANDed. It provides a subset of functionality as NodeSelectorTerm. This is an alpha feature and may change in the future.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTopologySelectorTerm.BuilderA builder forTopologySelectorTermstatic classTopologySelectorTerm.Jsii$ProxyAn implementation forTopologySelectorTerm
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static TopologySelectorTerm.Builderbuilder()default List<TopologySelectorLabelRequirement>getMatchLabelExpressions()A list of topology selector requirements by labels.
-
-
-
Method Detail
-
getMatchLabelExpressions
@Stability(Stable) @Nullable default List<TopologySelectorLabelRequirement> getMatchLabelExpressions()
A list of topology selector requirements by labels.
-
builder
@Stability(Stable) static TopologySelectorTerm.Builder builder()
- Returns:
- a
TopologySelectorTerm.BuilderofTopologySelectorTerm
-
-