Package org.cdk8s.plus23
Class NamespacesSelectOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus23.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.plus23.NamespacesSelectOptions
NamespacesSelectOptions.Builder, NamespacesSelectOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(NamespacesSelectOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theNamespacesSelectOptions.Builder.protectedJsii$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()booleanequals(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.inthashCode()
-
-
-
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:NamespacesSelectOptionsNamespaces must satisfy these selectors.The selectors query labels, just like the
labelsproperty, but they provide a more advanced matching mechanism.Default: - no selector requirements.
- Specified by:
getExpressionsin interfaceNamespacesSelectOptions
-
getLabels
public final Map<String,String> getLabels()
Description copied from interface:NamespacesSelectOptionsLabels the namespaces must have.This is equivalent to using an 'Is' selector.
Default: - no strict labels requirements.
- Specified by:
getLabelsin interfaceNamespacesSelectOptions
-
getNames
public final List<String> getNames()
Description copied from interface:NamespacesSelectOptionsNamespaces names must be one of these.Default: - no name requirements.
- Specified by:
getNamesin interfaceNamespacesSelectOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-