Uses of Class
org.cdk8s.plus25.k8s.RuleWithOperations.Builder
-
Packages that use RuleWithOperations.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of RuleWithOperations.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return RuleWithOperations.Builder Modifier and Type Method Description RuleWithOperations.BuilderRuleWithOperations.Builder. apiGroups(List<String> apiGroups)Sets the value ofRuleWithOperations.getApiGroups()RuleWithOperations.BuilderRuleWithOperations.Builder. apiVersions(List<String> apiVersions)Sets the value ofRuleWithOperations.getApiVersions()static RuleWithOperations.BuilderRuleWithOperations. builder()RuleWithOperations.BuilderRuleWithOperations.Builder. operations(List<String> operations)Sets the value ofRuleWithOperations.getOperations()RuleWithOperations.BuilderRuleWithOperations.Builder. resources(List<String> resources)Sets the value ofRuleWithOperations.getResources()RuleWithOperations.BuilderRuleWithOperations.Builder. scope(String scope)Sets the value ofRuleWithOperations.getScope()Constructors in org.cdk8s.plus25.k8s with parameters of type RuleWithOperations.Builder Constructor Description Jsii$Proxy(RuleWithOperations.Builder builder)Constructor that initializes the object based on literal property values passed by theRuleWithOperations.Builder.
-