Class HTTPIngressPath
java.lang.Object
io.fabric8.kubernetes.api.model.networking.v1beta1.HTTPIngressPath
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") 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
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()IngressBackendgetBackend()StringgetPath()StringgetPathType()voidsetAdditionalProperty(String name, Object value)voidsetBackend(IngressBackend backend)voidsetPath(String path)voidsetPathType(String pathType)
-
Constructor Details
-
HTTPIngressPath
public HTTPIngressPath()No args constructor for use in serialization -
HTTPIngressPath
- Parameters:
path-backend-pathType-
-
-
Method Details
-
getBackend
- Returns:
- The backend
-
setBackend
- Parameters:
backend- The backend
-
getPath
- Returns:
- The path
-
setPath
- Parameters:
path- The path
-
getPathType
- Returns:
- The pathType
-
setPathType
- Parameters:
pathType- The pathType
-
getAdditionalProperties
-
setAdditionalProperty
-