Package org.cdk8s.plus25.k8s
Class KubeSubjectAccessReviewProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.KubeSubjectAccessReviewProps.Jsii$Proxy
-
- All Implemented Interfaces:
KubeSubjectAccessReviewProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeSubjectAccessReviewProps
@Stability(Stable) @Internal public static final class KubeSubjectAccessReviewProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeSubjectAccessReviewProps
An implementation forKubeSubjectAccessReviewProps
-
-
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.KubeSubjectAccessReviewProps
KubeSubjectAccessReviewProps.Builder, KubeSubjectAccessReviewProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(KubeSubjectAccessReviewProps.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeSubjectAccessReviewProps.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 list metadata.SubjectAccessReviewSpecgetSpec()Spec holds information about the request being evaluated.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(KubeSubjectAccessReviewProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeSubjectAccessReviewProps.Builder.
-
-
Method Detail
-
getSpec
public final SubjectAccessReviewSpec getSpec()
Description copied from interface:KubeSubjectAccessReviewPropsSpec holds information about the request being evaluated.- Specified by:
getSpecin interfaceKubeSubjectAccessReviewProps
-
getMetadata
public final ObjectMeta getMetadata()
Description copied from interface:KubeSubjectAccessReviewPropsStandard list metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
- Specified by:
getMetadatain interfaceKubeSubjectAccessReviewProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-