Uses of Interface
org.cdk8s.plus25.k8s.HttpIngressPath
-
Packages that use HttpIngressPath Package Description org.cdk8s.plus25.k8s -
-
Uses of HttpIngressPath in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement HttpIngressPath Modifier and Type Class Description static classHttpIngressPath.Jsii$ProxyAn implementation forHttpIngressPathMethods in org.cdk8s.plus25.k8s that return HttpIngressPath Modifier and Type Method Description HttpIngressPathHttpIngressPath.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type HttpIngressPath Modifier and Type Method Description List<HttpIngressPath>HttpIngressRuleValue. getPaths()A collection of paths that map requests to backends.List<HttpIngressPath>HttpIngressRuleValue.Jsii$Proxy. getPaths()Method parameters in org.cdk8s.plus25.k8s with type arguments of type HttpIngressPath Modifier and Type Method Description HttpIngressRuleValue.BuilderHttpIngressRuleValue.Builder. paths(List<? extends HttpIngressPath> paths)Sets the value ofHttpIngressRuleValue.getPaths()
-