Package org.cdk8s.plus25.k8s
Interface ScopeSelector
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ScopeSelector.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.813Z") @Stability(Stable) public interface ScopeSelector extends software.amazon.jsii.JsiiSerializable
A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classScopeSelector.BuilderA builder forScopeSelectorstatic classScopeSelector.Jsii$ProxyAn implementation forScopeSelector
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ScopeSelector.Builderbuilder()default List<ScopedResourceSelectorRequirement>getMatchExpressions()A list of scope selector requirements by scope of the resources.
-
-
-
Method Detail
-
getMatchExpressions
@Stability(Stable) @Nullable default List<ScopedResourceSelectorRequirement> getMatchExpressions()
A list of scope selector requirements by scope of the resources.
-
builder
@Stability(Stable) static ScopeSelector.Builder builder()
- Returns:
- a
ScopeSelector.BuilderofScopeSelector
-
-