Package org.cdk8s.plus24.k8s
Class KubeClusterRoleProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.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.plus24.k8s.KubeClusterRoleProps
KubeClusterRoleProps.Builder, KubeClusterRoleProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(KubeClusterRoleProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeClusterRoleProps.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)
AggregationRule
getAggregationRule()
AggregationRule is an optional field that describes how to build the Rules for this ClusterRole.ObjectMeta
getMetadata()
Standard object's metadata.List<PolicyRule>
getRules()
Rules holds all the PolicyRules for this ClusterRole.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(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:KubeClusterRoleProps
AggregationRule 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:
getAggregationRule
in interfaceKubeClusterRoleProps
-
getMetadata
public final ObjectMeta getMetadata()
Description copied from interface:KubeClusterRoleProps
Standard object's metadata.- Specified by:
getMetadata
in interfaceKubeClusterRoleProps
-
getRules
public final List<PolicyRule> getRules()
Description copied from interface:KubeClusterRoleProps
Rules holds all the PolicyRules for this ClusterRole.- Specified by:
getRules
in interfaceKubeClusterRoleProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-