@Generated(value="org.jsonschema2pojo") public class HTTPIngressPath extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
HTTPIngressPath()
No args constructor for use in serialization
|
HTTPIngressPath(IngressBackend backend,
String path,
String pathType) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
IngressBackend |
getBackend() |
String |
getPath() |
String |
getPathType() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setBackend(IngressBackend backend) |
void |
setPath(String path) |
void |
setPathType(String pathType) |
public HTTPIngressPath()
public HTTPIngressPath(IngressBackend backend, String path, String pathType)
path - backend - pathType - public IngressBackend getBackend()
public void setBackend(IngressBackend backend)
backend - The backendpublic String getPath()
public void setPath(String path)
path - The pathpublic String getPathType()
public void setPathType(String pathType)
pathType - The pathTypeCopyright © 2015–2020 Red Hat. All rights reserved.