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