Uses of Interface
org.cdk8s.plus28.k8s.NamedRuleWithOperationsV1Beta1
-
Packages that use NamedRuleWithOperationsV1Beta1 Package Description org.cdk8s.plus28.k8s -
-
Uses of NamedRuleWithOperationsV1Beta1 in org.cdk8s.plus28.k8s
Classes in org.cdk8s.plus28.k8s that implement NamedRuleWithOperationsV1Beta1 Modifier and Type Class Description static classNamedRuleWithOperationsV1Beta1.Jsii$ProxyAn implementation forNamedRuleWithOperationsV1Beta1Methods in org.cdk8s.plus28.k8s that return NamedRuleWithOperationsV1Beta1 Modifier and Type Method Description NamedRuleWithOperationsV1Beta1NamedRuleWithOperationsV1Beta1.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus28.k8s that return types with arguments of type NamedRuleWithOperationsV1Beta1 Modifier and Type Method Description default List<NamedRuleWithOperationsV1Beta1>MatchResourcesV1Beta1. getExcludeResourceRules()ExcludeResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy should not care about.List<NamedRuleWithOperationsV1Beta1>MatchResourcesV1Beta1.Jsii$Proxy. getExcludeResourceRules()default List<NamedRuleWithOperationsV1Beta1>MatchResourcesV1Beta1. getResourceRules()ResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy matches.List<NamedRuleWithOperationsV1Beta1>MatchResourcesV1Beta1.Jsii$Proxy. getResourceRules()Method parameters in org.cdk8s.plus28.k8s with type arguments of type NamedRuleWithOperationsV1Beta1 Modifier and Type Method Description MatchResourcesV1Beta1.BuilderMatchResourcesV1Beta1.Builder. excludeResourceRules(List<? extends NamedRuleWithOperationsV1Beta1> excludeResourceRules)Sets the value ofMatchResourcesV1Beta1.getExcludeResourceRules()MatchResourcesV1Beta1.BuilderMatchResourcesV1Beta1.Builder. resourceRules(List<? extends NamedRuleWithOperationsV1Beta1> resourceRules)Sets the value ofMatchResourcesV1Beta1.getResourceRules()
-