Package org.cdk8s.plus23
Class LabelSelector
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus23.LabelSelector
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.61.0 (build abf4039)", date="2022-07-06T20:17:23.620Z") @Stability(Stable) public class LabelSelector extends software.amazon.jsii.JsiiObject
Match a resource by labels.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLabelSelector(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedLabelSelector(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanisEmpty()static LabelSelectorof()static LabelSelectorof(LabelSelectorOptions options)-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Method Detail
-
of
@Stability(Stable) @NotNull public static LabelSelector of(@Nullable LabelSelectorOptions options)
- Parameters:
options-
-
of
@Stability(Stable) @NotNull public static LabelSelector of()
-
isEmpty
@Stability(Stable) @NotNull public Boolean isEmpty()
-
-