Package org.cdk8s.plus25.k8s
Interface KubeTokenReviewProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeTokenReviewProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.723Z") @Stability(Stable) public interface KubeTokenReviewProps extends software.amazon.jsii.JsiiSerializable
TokenReview attempts to authenticate a token to a known user.Note: TokenReview requests may be cached by the webhook token authenticator plugin in the kube-apiserver.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubeTokenReviewProps.BuilderA builder forKubeTokenReviewPropsstatic classKubeTokenReviewProps.Jsii$ProxyAn implementation forKubeTokenReviewProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeTokenReviewProps.Builderbuilder()default ObjectMetagetMetadata()Standard object's metadata.TokenReviewSpecgetSpec()Spec holds information about the request being evaluated.
-
-
-
Method Detail
-
getSpec
@Stability(Stable) @NotNull TokenReviewSpec getSpec()
Spec holds information about the request being evaluated.
-
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 KubeTokenReviewProps.Builder builder()
- Returns:
- a
KubeTokenReviewProps.BuilderofKubeTokenReviewProps
-
-