Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Controller ¶
type Controller struct { GetBindPort func(ctx context.Context) (int32, error) TunnelAddress string Clientset client.Interface Logger logr.Logger // contains filtered or unexported fields }
func (*Controller) Create ¶
func (c *Controller) Create(rw http.ResponseWriter, r *http.Request)
Create POST /hubs/{hub_name}
func (*Controller) Head ¶
func (c *Controller) Head(rw http.ResponseWriter, r *http.Request)
Head HEAD /hubs/{hub_name}
func (*Controller) ServeHTTP ¶
func (c *Controller) ServeHTTP(rw http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.