Package org.cdk8s.plus24
Class PodSelectorConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.PodSelectorConfig.Jsii$Proxy
-
- All Implemented Interfaces:
PodSelectorConfig
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PodSelectorConfig
@Stability(Stable) @Internal public static final class PodSelectorConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PodSelectorConfig
An implementation forPodSelectorConfig
-
-
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.PodSelectorConfig
PodSelectorConfig.Builder, PodSelectorConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(PodSelectorConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by thePodSelectorConfig.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)
LabelSelector
getLabelSelector()
A selector to select pods by labels.NamespaceSelectorConfig
getNamespaces()
Configuration for selecting which namepsaces are the pods allowed to be in.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(PodSelectorConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by thePodSelectorConfig.Builder
.
-
-
Method Detail
-
getLabelSelector
public final LabelSelector getLabelSelector()
Description copied from interface:PodSelectorConfig
A selector to select pods by labels.- Specified by:
getLabelSelector
in interfacePodSelectorConfig
-
getNamespaces
public final NamespaceSelectorConfig getNamespaces()
Description copied from interface:PodSelectorConfig
Configuration for selecting which namepsaces are the pods allowed to be in.- Specified by:
getNamespaces
in interfacePodSelectorConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-