Package org.cdk8s.plus23.k8s
Class AggregationRule.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus23.k8s.AggregationRule.Jsii$Proxy
-
- All Implemented Interfaces:
AggregationRule
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AggregationRule
@Stability(Stable) @Internal public static final class AggregationRule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AggregationRule
An implementation forAggregationRule
-
-
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.k8s.AggregationRule
AggregationRule.Builder, AggregationRule.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(AggregationRule.Builder builder)
Constructor that initializes the object based on literal property values passed by theAggregationRule.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<LabelSelector>
getClusterRoleSelectors()
ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules.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(AggregationRule.Builder builder)
Constructor that initializes the object based on literal property values passed by theAggregationRule.Builder
.
-
-
Method Detail
-
getClusterRoleSelectors
public final List<LabelSelector> getClusterRoleSelectors()
Description copied from interface:AggregationRule
ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules.If any of the selectors match, then the ClusterRole's permissions will be added
- Specified by:
getClusterRoleSelectors
in interfaceAggregationRule
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-