public class V1beta1HTTPIngressRuleValue extends Object
Constructor and Description |
---|
V1beta1HTTPIngressRuleValue() |
Modifier and Type | Method and Description |
---|---|
V1beta1HTTPIngressRuleValue |
addPathsItem(V1beta1HTTPIngressPath pathsItem) |
boolean |
equals(Object o) |
List<V1beta1HTTPIngressPath> |
getPaths()
A collection of paths that map requests to backends.
|
int |
hashCode() |
V1beta1HTTPIngressRuleValue |
paths(List<V1beta1HTTPIngressPath> paths) |
void |
setPaths(List<V1beta1HTTPIngressPath> paths) |
String |
toString() |
public V1beta1HTTPIngressRuleValue paths(List<V1beta1HTTPIngressPath> paths)
public V1beta1HTTPIngressRuleValue addPathsItem(V1beta1HTTPIngressPath pathsItem)
public List<V1beta1HTTPIngressPath> getPaths()
public void setPaths(List<V1beta1HTTPIngressPath> paths)
Copyright © 2017. All rights reserved.