Package org.cdk8s.plus22
Class LabelSelectorOptions
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus22.LabelSelectorOptions
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.61.0 (build abf4039)", date="2022-06-19T02:56:05.455Z") @Stability(Stable) public class LabelSelectorOptions extends software.amazon.jsii.JsiiObject
Options for `LabelSelector.of`.
-
-
Constructor Summary
Constructors Modifier Constructor Description LabelSelectorOptions()protectedLabelSelectorOptions(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedLabelSelectorOptions(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<LabelExpression>getExpressions()Expression based label matchers.Map<String,String>getLabels()Strict label matchers.-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
LabelSelectorOptions
protected LabelSelectorOptions(software.amazon.jsii.JsiiObjectRef objRef)
-
LabelSelectorOptions
protected LabelSelectorOptions(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
LabelSelectorOptions
@Stability(Stable) public LabelSelectorOptions()
-
-
Method Detail
-
getExpressions
@Stability(Stable) @Nullable public List<LabelExpression> getExpressions()
Expression based label matchers.
-
-