Package org.cdk8s.plus25.k8s
Class KubeClusterRoleProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.KubeClusterRoleProps.Jsii$Proxy
-
- All Implemented Interfaces:
KubeClusterRoleProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeClusterRoleProps
@Stability(Stable) @Internal public static final class KubeClusterRoleProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeClusterRoleProps
An implementation forKubeClusterRoleProps
-
-
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.plus25.k8s.KubeClusterRoleProps
KubeClusterRoleProps.Builder, KubeClusterRoleProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(KubeClusterRoleProps.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeClusterRoleProps.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)AggregationRulegetAggregationRule()AggregationRule is an optional field that describes how to build the Rules for this ClusterRole.ObjectMetagetMetadata()Standard object's metadata.List<PolicyRule>getRules()Rules holds all the PolicyRules for this ClusterRole.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(KubeClusterRoleProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeClusterRoleProps.Builder.
-
-
Method Detail
-
getAggregationRule
public final AggregationRule getAggregationRule()
Description copied from interface:KubeClusterRolePropsAggregationRule is an optional field that describes how to build the Rules for this ClusterRole.If AggregationRule is set, then the Rules are controller managed and direct changes to Rules will be stomped by the controller.
- Specified by:
getAggregationRulein interfaceKubeClusterRoleProps
-
getMetadata
public final ObjectMeta getMetadata()
Description copied from interface:KubeClusterRolePropsStandard object's metadata.- Specified by:
getMetadatain interfaceKubeClusterRoleProps
-
getRules
public final List<PolicyRule> getRules()
Description copied from interface:KubeClusterRolePropsRules holds all the PolicyRules for this ClusterRole.- Specified by:
getRulesin interfaceKubeClusterRoleProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-