Package org.cdk8s.plus24
Class NamespacesSelectOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.NamespacesSelectOptions.Jsii$Proxy
-
- All Implemented Interfaces:
NamespacesSelectOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NamespacesSelectOptions
@Stability(Stable) @Internal public static final class NamespacesSelectOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NamespacesSelectOptions
An implementation forNamespacesSelectOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus24.NamespacesSelectOptions
NamespacesSelectOptions.Builder, NamespacesSelectOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(NamespacesSelectOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theNamespacesSelectOptions.Builder
.protected
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode
$jsii$toJson()
boolean
equals(Object o)
List<LabelExpression>
getExpressions()
Namespaces must satisfy these selectors.Map<String,String>
getLabels()
Labels the namespaces must have.List<String>
getNames()
Namespaces names must be one of these.int
hashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(NamespacesSelectOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theNamespacesSelectOptions.Builder
.
-
-
Method Detail
-
getExpressions
public final List<LabelExpression> getExpressions()
Description copied from interface:NamespacesSelectOptions
Namespaces must satisfy these selectors.The selectors query labels, just like the
labels
property, but they provide a more advanced matching mechanism.Default: - no selector requirements.
- Specified by:
getExpressions
in interfaceNamespacesSelectOptions
-
getLabels
public final Map<String,String> getLabels()
Description copied from interface:NamespacesSelectOptions
Labels the namespaces must have.This is equivalent to using an 'Is' selector.
Default: - no strict labels requirements.
- Specified by:
getLabels
in interfaceNamespacesSelectOptions
-
getNames
public final List<String> getNames()
Description copied from interface:NamespacesSelectOptions
Namespaces names must be one of these.Default: - no name requirements.
- Specified by:
getNames
in interfaceNamespacesSelectOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-