Uses of Class
org.cdk8s.plus25.k8s.PolicyRule.Builder
-
Packages that use PolicyRule.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of PolicyRule.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return PolicyRule.Builder Modifier and Type Method Description PolicyRule.BuilderPolicyRule.Builder. apiGroups(List<String> apiGroups)Sets the value ofPolicyRule.getApiGroups()static PolicyRule.BuilderPolicyRule. builder()PolicyRule.BuilderPolicyRule.Builder. nonResourceUrLs(List<String> nonResourceUrLs)Sets the value ofPolicyRule.getNonResourceUrLs()PolicyRule.BuilderPolicyRule.Builder. resourceNames(List<String> resourceNames)Sets the value ofPolicyRule.getResourceNames()PolicyRule.BuilderPolicyRule.Builder. resources(List<String> resources)Sets the value ofPolicyRule.getResources()PolicyRule.BuilderPolicyRule.Builder. verbs(List<String> verbs)Sets the value ofPolicyRule.getVerbs()Constructors in org.cdk8s.plus25.k8s with parameters of type PolicyRule.Builder Constructor Description Jsii$Proxy(PolicyRule.Builder builder)Constructor that initializes the object based on literal property values passed by thePolicyRule.Builder.
-