Uses of Class
org.cdk8s.plus22.ClusterRoleBinding.Builder
-
-
Uses of ClusterRoleBinding.Builder in org.cdk8s.plus22
Methods in org.cdk8s.plus22 that return ClusterRoleBinding.Builder Modifier and Type Method Description static ClusterRoleBinding.BuilderClusterRoleBinding.Builder. create(software.constructs.Construct scope, String id)ClusterRoleBinding.BuilderClusterRoleBinding.Builder. metadata(org.cdk8s.ApiObjectMetadata metadata)Metadata that all persisted resources must have, which includes all objects users must create.ClusterRoleBinding.BuilderClusterRoleBinding.Builder. role(IClusterRole role)The role to bind to.
-