Class HTTPIngressRuleValue
- java.lang.Object
-
- com.pulumi.kubernetes.extensions.v1beta1.outputs.HTTPIngressRuleValue
-
public final class HTTPIngressRuleValue extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HTTPIngressRuleValue.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HTTPIngressRuleValue.Builder
builder()
static HTTPIngressRuleValue.Builder
builder(HTTPIngressRuleValue defaults)
java.util.List<HTTPIngressPath>
paths()
-
-
-
Method Detail
-
paths
public java.util.List<HTTPIngressPath> paths()
- Returns:
- A collection of paths that map requests to backends.
-
builder
public static HTTPIngressRuleValue.Builder builder()
-
builder
public static HTTPIngressRuleValue.Builder builder(HTTPIngressRuleValue defaults)
-
-