Uses of Class
org.cdk8s.plus20.ClusterRoleBinding.Builder
-
-
Uses of ClusterRoleBinding.Builder in org.cdk8s.plus20
Methods in org.cdk8s.plus20 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.
-