Uses of Interface
org.cdk8s.plus28.k8s.KubeSelfSubjectReviewProps
-
Packages that use KubeSelfSubjectReviewProps Package Description org.cdk8s.plus28.k8s -
-
Uses of KubeSelfSubjectReviewProps in org.cdk8s.plus28.k8s
Classes in org.cdk8s.plus28.k8s that implement KubeSelfSubjectReviewProps Modifier and Type Class Description static classKubeSelfSubjectReviewProps.Jsii$ProxyAn implementation forKubeSelfSubjectReviewPropsMethods in org.cdk8s.plus28.k8s that return KubeSelfSubjectReviewProps Modifier and Type Method Description KubeSelfSubjectReviewPropsKubeSelfSubjectReviewProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus28.k8s with parameters of type KubeSelfSubjectReviewProps Modifier and Type Method Description static ObjectKubeSelfSubjectReview. manifest(KubeSelfSubjectReviewProps props)Renders a Kubernetes manifest for "io.k8s.api.authentication.v1.SelfSubjectReview".Constructors in org.cdk8s.plus28.k8s with parameters of type KubeSelfSubjectReviewProps Constructor Description KubeSelfSubjectReview(software.constructs.Construct scope, String id, KubeSelfSubjectReviewProps props)Defines a "io.k8s.api.authentication.v1.SelfSubjectReview" API object.
-