Uses of Interface
org.cdk8s.plus25.k8s.KubeTokenReviewProps
-
Packages that use KubeTokenReviewProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeTokenReviewProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeTokenReviewProps Modifier and Type Class Description static classKubeTokenReviewProps.Jsii$ProxyAn implementation forKubeTokenReviewPropsMethods in org.cdk8s.plus25.k8s that return KubeTokenReviewProps Modifier and Type Method Description KubeTokenReviewPropsKubeTokenReviewProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubeTokenReviewProps Modifier and Type Method Description static ObjectKubeTokenReview. manifest(KubeTokenReviewProps props)Renders a Kubernetes manifest for "io.k8s.api.authentication.v1.TokenReview".Constructors in org.cdk8s.plus25.k8s with parameters of type KubeTokenReviewProps Constructor Description KubeTokenReview(software.constructs.Construct scope, String id, KubeTokenReviewProps props)Defines a "io.k8s.api.authentication.v1.TokenReview" API object.
-