Uses of Interface
org.cdk8s.plus25.IngressRule
-
Packages that use IngressRule Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of IngressRule in org.cdk8s.plus25
Classes in org.cdk8s.plus25 that implement IngressRule Modifier and Type Class Description static classIngressRule.Jsii$ProxyAn implementation forIngressRuleMethods in org.cdk8s.plus25 that return IngressRule Modifier and Type Method Description IngressRuleIngressRule.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25 that return types with arguments of type IngressRule Modifier and Type Method Description default List<IngressRule>IngressProps. getRules()Routing rules for this ingress.List<IngressRule>IngressProps.Jsii$Proxy. getRules()Methods in org.cdk8s.plus25 with parameters of type IngressRule Modifier and Type Method Description voidIngress. addRules(@NotNull IngressRule... rules)Adds rules to this ingress.Method parameters in org.cdk8s.plus25 with type arguments of type IngressRule Modifier and Type Method Description Ingress.BuilderIngress.Builder. rules(List<? extends IngressRule> rules)Routing rules for this ingress.IngressProps.BuilderIngressProps.Builder. rules(List<? extends IngressRule> rules)Sets the value ofIngressProps.getRules()
-