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