Package org.cdk8s.plus24.k8s
Class KubeLocalSubjectAccessReviewProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.KubeLocalSubjectAccessReviewProps.Jsii$Proxy
-
- All Implemented Interfaces:
KubeLocalSubjectAccessReviewProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeLocalSubjectAccessReviewProps
@Stability(Stable) @Internal public static final class KubeLocalSubjectAccessReviewProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeLocalSubjectAccessReviewProps
An implementation forKubeLocalSubjectAccessReviewProps
-
-
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.KubeLocalSubjectAccessReviewProps
KubeLocalSubjectAccessReviewProps.Builder, KubeLocalSubjectAccessReviewProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(KubeLocalSubjectAccessReviewProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeLocalSubjectAccessReviewProps.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)
ObjectMeta
getMetadata()
Standard list metadata.SubjectAccessReviewSpec
getSpec()
Spec holds information about the request being evaluated.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(KubeLocalSubjectAccessReviewProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeLocalSubjectAccessReviewProps.Builder
.
-
-
Method Detail
-
getSpec
public final SubjectAccessReviewSpec getSpec()
Description copied from interface:KubeLocalSubjectAccessReviewProps
Spec holds information about the request being evaluated.spec.namespace must be equal to the namespace you made the request against. If empty, it is defaulted.
- Specified by:
getSpec
in interfaceKubeLocalSubjectAccessReviewProps
-
getMetadata
public final ObjectMeta getMetadata()
Description copied from interface:KubeLocalSubjectAccessReviewProps
Standard list metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
- Specified by:
getMetadata
in interfaceKubeLocalSubjectAccessReviewProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-