Package org.cdk8s.plus25.k8s
Class KubeClusterRoleBindingProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.KubeClusterRoleBindingProps.Jsii$Proxy
-
- All Implemented Interfaces:
KubeClusterRoleBindingProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeClusterRoleBindingProps
@Stability(Stable) @Internal public static final class KubeClusterRoleBindingProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeClusterRoleBindingProps
An implementation forKubeClusterRoleBindingProps
-
-
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.KubeClusterRoleBindingProps
KubeClusterRoleBindingProps.Builder, KubeClusterRoleBindingProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(KubeClusterRoleBindingProps.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeClusterRoleBindingProps.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)ObjectMetagetMetadata()Standard object's metadata.RoleRefgetRoleRef()RoleRef can only reference a ClusterRole in the global namespace.List<Subject>getSubjects()Subjects holds references to the objects the role applies to.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(KubeClusterRoleBindingProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeClusterRoleBindingProps.Builder.
-
-
Method Detail
-
getRoleRef
public final RoleRef getRoleRef()
Description copied from interface:KubeClusterRoleBindingPropsRoleRef can only reference a ClusterRole in the global namespace.If the RoleRef cannot be resolved, the Authorizer must return an error.
- Specified by:
getRoleRefin interfaceKubeClusterRoleBindingProps
-
getMetadata
public final ObjectMeta getMetadata()
Description copied from interface:KubeClusterRoleBindingPropsStandard object's metadata.- Specified by:
getMetadatain interfaceKubeClusterRoleBindingProps
-
getSubjects
public final List<Subject> getSubjects()
Description copied from interface:KubeClusterRoleBindingPropsSubjects holds references to the objects the role applies to.- Specified by:
getSubjectsin interfaceKubeClusterRoleBindingProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-