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