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