Package org.cdk8s.plus24
Class LabelSelector
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.LabelSelector
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-15T15:42:36.393Z") @Stability(Stable) public class LabelSelector extends software.amazon.jsii.JsiiObject
Match a resource by labels.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
LabelSelector(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
protected
LabelSelector(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
isEmpty()
static LabelSelector
of()
static LabelSelector
of(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()
-
-