@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-06T16:45:00.555Z[Etc/UTC]") public class V1HTTPIngressPath extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_BACKEND |
static String |
SERIALIZED_NAME_PATH |
static String |
SERIALIZED_NAME_PATH_TYPE |
Constructor and Description |
---|
V1HTTPIngressPath() |
Modifier and Type | Method and Description |
---|---|
V1HTTPIngressPath |
backend(V1IngressBackend backend) |
boolean |
equals(Object o) |
V1IngressBackend |
getBackend()
Get backend
|
String |
getPath()
Path is matched against the path of an incoming request.
|
String |
getPathType()
PathType determines the interpretation of the Path matching.
|
int |
hashCode() |
V1HTTPIngressPath |
path(String path) |
V1HTTPIngressPath |
pathType(String pathType) |
void |
setBackend(V1IngressBackend backend) |
void |
setPath(String path) |
void |
setPathType(String pathType) |
String |
toString() |
public static final String SERIALIZED_NAME_BACKEND
public static final String SERIALIZED_NAME_PATH
public static final String SERIALIZED_NAME_PATH_TYPE
public V1HTTPIngressPath backend(V1IngressBackend backend)
public V1IngressBackend getBackend()
public void setBackend(V1IngressBackend backend)
public V1HTTPIngressPath path(String path)
@Nullable public String getPath()
public void setPath(String path)
public V1HTTPIngressPath pathType(String pathType)
public String getPathType()
public void setPathType(String pathType)
Copyright © 2022. All rights reserved.