Uses of Interface
org.cdk8s.plus25.k8s.IngressRule
-
Packages that use IngressRule Package Description org.cdk8s.plus25.k8s -
-
Uses of IngressRule in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement IngressRule Modifier and Type Class Description static classIngressRule.Jsii$ProxyAn implementation forIngressRuleMethods in org.cdk8s.plus25.k8s that return IngressRule Modifier and Type Method Description IngressRuleIngressRule.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type IngressRule Modifier and Type Method Description default List<IngressRule>IngressSpec. getRules()A list of host rules used to configure the Ingress.List<IngressRule>IngressSpec.Jsii$Proxy. getRules()Method parameters in org.cdk8s.plus25.k8s with type arguments of type IngressRule Modifier and Type Method Description IngressSpec.BuilderIngressSpec.Builder. rules(List<? extends IngressRule> rules)Sets the value ofIngressSpec.getRules()
-