Class HTTPIngressRuleValueArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.kubernetes.networking.v1.inputs.HTTPIngressRuleValueArgs
-
public final class HTTPIngressRuleValueArgs extends com.pulumi.resources.ResourceArgs
HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http://<host>/<path>?<searchpart> -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HTTPIngressRuleValueArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static HTTPIngressRuleValueArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HTTPIngressRuleValueArgs.Builder
builder()
static HTTPIngressRuleValueArgs.Builder
builder(HTTPIngressRuleValueArgs defaults)
com.pulumi.core.Output<java.util.List<HTTPIngressPathArgs>>
paths()
-
-
-
Field Detail
-
Empty
public static final HTTPIngressRuleValueArgs Empty
-
-
Method Detail
-
paths
public com.pulumi.core.Output<java.util.List<HTTPIngressPathArgs>> paths()
- Returns:
- A collection of paths that map requests to backends.
-
builder
public static HTTPIngressRuleValueArgs.Builder builder()
-
builder
public static HTTPIngressRuleValueArgs.Builder builder(HTTPIngressRuleValueArgs defaults)
-
-