Uses of Class
org.cdk8s.plus24.k8s.RuleWithOperations.Builder
-
Packages that use RuleWithOperations.Builder Package Description org.cdk8s.plus24.k8s -
-
Uses of RuleWithOperations.Builder in org.cdk8s.plus24.k8s
Methods in org.cdk8s.plus24.k8s that return RuleWithOperations.Builder Modifier and Type Method Description RuleWithOperations.Builder
RuleWithOperations.Builder. apiGroups(List<String> apiGroups)
Sets the value ofRuleWithOperations.getApiGroups()
RuleWithOperations.Builder
RuleWithOperations.Builder. apiVersions(List<String> apiVersions)
Sets the value ofRuleWithOperations.getApiVersions()
static RuleWithOperations.Builder
RuleWithOperations. builder()
RuleWithOperations.Builder
RuleWithOperations.Builder. operations(List<String> operations)
Sets the value ofRuleWithOperations.getOperations()
RuleWithOperations.Builder
RuleWithOperations.Builder. resources(List<String> resources)
Sets the value ofRuleWithOperations.getResources()
RuleWithOperations.Builder
RuleWithOperations.Builder. scope(String scope)
Sets the value ofRuleWithOperations.getScope()
Constructors in org.cdk8s.plus24.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
.
-