Package org.cdk8s.plus28.k8s
Interface KubeSelfSubjectReviewV1Alpha1Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeSelfSubjectReviewV1Alpha1Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.791Z") @Stability(Stable) public interface KubeSelfSubjectReviewV1Alpha1Props extends software.amazon.jsii.JsiiSerializable
SelfSubjectReview contains the user information that the kube-apiserver has about the user making this request.When using impersonation, users will receive the user info of the user being impersonated. If impersonation or request header authentication is used, any extra keys will have their case ignored and returned as lowercase.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubeSelfSubjectReviewV1Alpha1Props.BuilderA builder forKubeSelfSubjectReviewV1Alpha1Propsstatic classKubeSelfSubjectReviewV1Alpha1Props.Jsii$ProxyAn implementation forKubeSelfSubjectReviewV1Alpha1Props
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static KubeSelfSubjectReviewV1Alpha1Props.Builderbuilder()default ObjectMetagetMetadata()Standard object's metadata.
-
-
-
Method Detail
-
getMetadata
@Stability(Stable) @Nullable default ObjectMeta getMetadata()
Standard object's metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
-
builder
@Stability(Stable) static KubeSelfSubjectReviewV1Alpha1Props.Builder builder()
-
-