Uses of Class
org.cdk8s.plus24.k8s.HttpIngressPath.Builder
-
Packages that use HttpIngressPath.Builder Package Description org.cdk8s.plus24.k8s -
-
Uses of HttpIngressPath.Builder in org.cdk8s.plus24.k8s
Methods in org.cdk8s.plus24.k8s that return HttpIngressPath.Builder Modifier and Type Method Description HttpIngressPath.Builder
HttpIngressPath.Builder. backend(IngressBackend backend)
Sets the value ofHttpIngressPath.getBackend()
static HttpIngressPath.Builder
HttpIngressPath. builder()
HttpIngressPath.Builder
HttpIngressPath.Builder. path(String path)
Sets the value ofHttpIngressPath.getPath()
HttpIngressPath.Builder
HttpIngressPath.Builder. pathType(String pathType)
Sets the value ofHttpIngressPath.getPathType()
Constructors in org.cdk8s.plus24.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
.
-