Uses of Class
org.cdk8s.plus25.ClusterRoleBindingProps.Builder
-
Packages that use ClusterRoleBindingProps.Builder Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of ClusterRoleBindingProps.Builder in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return ClusterRoleBindingProps.Builder Modifier and Type Method Description static ClusterRoleBindingProps.BuilderClusterRoleBindingProps. builder()ClusterRoleBindingProps.BuilderClusterRoleBindingProps.Builder. metadata(org.cdk8s.ApiObjectMetadata metadata)Sets the value ofResourceProps.getMetadata()ClusterRoleBindingProps.BuilderClusterRoleBindingProps.Builder. role(IClusterRole role)Sets the value ofClusterRoleBindingProps.getRole()Constructors in org.cdk8s.plus25 with parameters of type ClusterRoleBindingProps.Builder Constructor Description Jsii$Proxy(ClusterRoleBindingProps.Builder builder)Constructor that initializes the object based on literal property values passed by theClusterRoleBindingProps.Builder.
-