Class HTTPIngressPath
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.networking.v1beta1.HTTPIngressPath
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource
,Serializable
public class HTTPIngressPath extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HTTPIngressPath()
No args constructor for use in serializationHTTPIngressPath(IngressBackend backend, String path, String pathType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
HTTPIngressPath
public HTTPIngressPath()
No args constructor for use in serialization
-
HTTPIngressPath
public HTTPIngressPath(IngressBackend backend, String path, String pathType)
- Parameters:
path
-backend
-pathType
-
-
-
Method Detail
-
getBackend
public IngressBackend getBackend()
-
setBackend
public void setBackend(IngressBackend backend)
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
getPathType
public String getPathType()
-
setPathType
public void setPathType(String pathType)
-
-