Uses of Interface
org.cdk8s.plus23.k8s.RuleWithOperations
-
Packages that use RuleWithOperations Package Description org.cdk8s.plus23.k8s -
-
Uses of RuleWithOperations in org.cdk8s.plus23.k8s
Classes in org.cdk8s.plus23.k8s that implement RuleWithOperations Modifier and Type Class Description static class
RuleWithOperations.Jsii$Proxy
An implementation forRuleWithOperations
Methods in org.cdk8s.plus23.k8s that return RuleWithOperations Modifier and Type Method Description RuleWithOperations
RuleWithOperations.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus23.k8s that return types with arguments of type RuleWithOperations Modifier and Type Method Description default List<RuleWithOperations>
MutatingWebhook. getRules()
Rules describes what operations on what resources/subresources the webhook cares about.List<RuleWithOperations>
MutatingWebhook.Jsii$Proxy. getRules()
default List<RuleWithOperations>
ValidatingWebhook. getRules()
Rules describes what operations on what resources/subresources the webhook cares about.List<RuleWithOperations>
ValidatingWebhook.Jsii$Proxy. getRules()
Method parameters in org.cdk8s.plus23.k8s with type arguments of type RuleWithOperations Modifier and Type Method Description MutatingWebhook.Builder
MutatingWebhook.Builder. rules(List<? extends RuleWithOperations> rules)
Sets the value ofMutatingWebhook.getRules()
ValidatingWebhook.Builder
ValidatingWebhook.Builder. rules(List<? extends RuleWithOperations> rules)
Sets the value ofValidatingWebhook.getRules()
-