Class V1HTTPIngressRuleValue
java.lang.Object
io.kubernetes.client.openapi.models.V1HTTPIngressRuleValue
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-12-05T08:14:34.919Z[Etc/UTC]")
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPathsItem(V1HTTPIngressPath pathsItem) booleangetPaths()A collection of paths that map requests to backends.inthashCode()paths(List<V1HTTPIngressPath> paths) voidsetPaths(List<V1HTTPIngressPath> paths) toString()
-
Field Details
-
SERIALIZED_NAME_PATHS
- See Also:
-
-
Constructor Details
-
V1HTTPIngressRuleValue
public V1HTTPIngressRuleValue()
-
-
Method Details