Package org.cdk8s.plus28.k8s
Interface KubeSelfSubjectReviewV1Beta1Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeSelfSubjectReviewV1Beta1Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.792Z") @Stability(Stable) public interface KubeSelfSubjectReviewV1Beta1Props 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 classKubeSelfSubjectReviewV1Beta1Props.BuilderA builder forKubeSelfSubjectReviewV1Beta1Propsstatic classKubeSelfSubjectReviewV1Beta1Props.Jsii$ProxyAn implementation forKubeSelfSubjectReviewV1Beta1Props
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static KubeSelfSubjectReviewV1Beta1Props.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 KubeSelfSubjectReviewV1Beta1Props.Builder builder()
-
-