Uses of Interface
org.cdk8s.plus25.k8s.RuleWithOperations
-
Packages that use RuleWithOperations Package Description org.cdk8s.plus25.k8s -
-
Uses of RuleWithOperations in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement RuleWithOperations Modifier and Type Class Description static classRuleWithOperations.Jsii$ProxyAn implementation forRuleWithOperationsMethods in org.cdk8s.plus25.k8s that return RuleWithOperations Modifier and Type Method Description RuleWithOperationsRuleWithOperations.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.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.plus25.k8s with type arguments of type RuleWithOperations Modifier and Type Method Description MutatingWebhook.BuilderMutatingWebhook.Builder. rules(List<? extends RuleWithOperations> rules)Sets the value ofMutatingWebhook.getRules()ValidatingWebhook.BuilderValidatingWebhook.Builder. rules(List<? extends RuleWithOperations> rules)Sets the value ofValidatingWebhook.getRules()
-