Class 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 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

      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)
      • getPathType

        public String getPathType()
      • setPathType

        public void setPathType​(String pathType)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)