Uses of Class
org.cdk8s.plus25.k8s.HttpIngressPath.Builder
-
Packages that use HttpIngressPath.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of HttpIngressPath.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return HttpIngressPath.Builder Modifier and Type Method Description HttpIngressPath.BuilderHttpIngressPath.Builder. backend(IngressBackend backend)Sets the value ofHttpIngressPath.getBackend()static HttpIngressPath.BuilderHttpIngressPath. builder()HttpIngressPath.BuilderHttpIngressPath.Builder. path(String path)Sets the value ofHttpIngressPath.getPath()HttpIngressPath.BuilderHttpIngressPath.Builder. pathType(String pathType)Sets the value ofHttpIngressPath.getPathType()Constructors in org.cdk8s.plus25.k8s with parameters of type HttpIngressPath.Builder Constructor Description Jsii$Proxy(HttpIngressPath.Builder builder)Constructor that initializes the object based on literal property values passed by theHttpIngressPath.Builder.
-