Uses of Class
org.cdk8s.plus25.k8s.ResourcePolicyRuleV1Beta1.Builder
-
Packages that use ResourcePolicyRuleV1Beta1.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of ResourcePolicyRuleV1Beta1.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return ResourcePolicyRuleV1Beta1.Builder Modifier and Type Method Description ResourcePolicyRuleV1Beta1.BuilderResourcePolicyRuleV1Beta1.Builder. apiGroups(List<String> apiGroups)Sets the value ofResourcePolicyRuleV1Beta1.getApiGroups()static ResourcePolicyRuleV1Beta1.BuilderResourcePolicyRuleV1Beta1. builder()ResourcePolicyRuleV1Beta1.BuilderResourcePolicyRuleV1Beta1.Builder. clusterScope(Boolean clusterScope)Sets the value ofResourcePolicyRuleV1Beta1.getClusterScope()ResourcePolicyRuleV1Beta1.BuilderResourcePolicyRuleV1Beta1.Builder. namespaces(List<String> namespaces)Sets the value ofResourcePolicyRuleV1Beta1.getNamespaces()ResourcePolicyRuleV1Beta1.BuilderResourcePolicyRuleV1Beta1.Builder. resources(List<String> resources)Sets the value ofResourcePolicyRuleV1Beta1.getResources()ResourcePolicyRuleV1Beta1.BuilderResourcePolicyRuleV1Beta1.Builder. verbs(List<String> verbs)Sets the value ofResourcePolicyRuleV1Beta1.getVerbs()Constructors in org.cdk8s.plus25.k8s with parameters of type ResourcePolicyRuleV1Beta1.Builder Constructor Description Jsii$Proxy(ResourcePolicyRuleV1Beta1.Builder builder)Constructor that initializes the object based on literal property values passed by theResourcePolicyRuleV1Beta1.Builder.
-