Uses of Interface
org.cdk8s.plus25.k8s.KubeSelfSubjectAccessReviewProps
-
Packages that use KubeSelfSubjectAccessReviewProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeSelfSubjectAccessReviewProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeSelfSubjectAccessReviewProps Modifier and Type Class Description static classKubeSelfSubjectAccessReviewProps.Jsii$ProxyAn implementation forKubeSelfSubjectAccessReviewPropsMethods in org.cdk8s.plus25.k8s that return KubeSelfSubjectAccessReviewProps Modifier and Type Method Description KubeSelfSubjectAccessReviewPropsKubeSelfSubjectAccessReviewProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubeSelfSubjectAccessReviewProps Modifier and Type Method Description static ObjectKubeSelfSubjectAccessReview. manifest(KubeSelfSubjectAccessReviewProps props)Renders a Kubernetes manifest for "io.k8s.api.authorization.v1.SelfSubjectAccessReview".Constructors in org.cdk8s.plus25.k8s with parameters of type KubeSelfSubjectAccessReviewProps Constructor Description KubeSelfSubjectAccessReview(software.constructs.Construct scope, String id, KubeSelfSubjectAccessReviewProps props)Defines a "io.k8s.api.authorization.v1.SelfSubjectAccessReview" API object.
-