Package org.cdk8s.plus24.k8s
Interface KubeTokenReviewProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeTokenReviewProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-13T15:58:20.101Z") @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 class
KubeTokenReviewProps.Builder
A builder forKubeTokenReviewProps
static class
KubeTokenReviewProps.Jsii$Proxy
An implementation forKubeTokenReviewProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeTokenReviewProps.Builder
builder()
default ObjectMeta
getMetadata()
Standard object's metadata.TokenReviewSpec
getSpec()
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.Builder
ofKubeTokenReviewProps
-
-