Class V1HTTPIngressRuleValue
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1HTTPIngressRuleValue
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1HTTPIngressRuleValue
extends Object
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 '#'.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddpathsItem
(V1HTTPIngressPath pathsItem) Add an item to the paths property in a chainable fashion.boolean
List<@Valid V1HTTPIngressPath>
getPaths()
paths is a collection of paths that map requests to backends.int
hashCode()
paths
(List<@Valid V1HTTPIngressPath> paths) Set paths in a chainable fashion.void
setPaths
(List<@Valid V1HTTPIngressPath> paths) Set the paths property valuetoString()
-
Field Details
-
JSON_PROPERTY_PATHS
- See Also:
-
-
Constructor Details
-
V1HTTPIngressRuleValue
-
-
Method Details
-
getPaths
paths is a collection of paths that map requests to backends.- Returns:
- the paths property value
-
setPaths
Set the paths property value -
paths
Set paths in a chainable fashion.- Returns:
- The same instance of V1HTTPIngressRuleValue for chaining.
-
addpathsItem
Add an item to the paths property in a chainable fashion.- Returns:
- The same instance of V1HTTPIngressRuleValue for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-