Documentation
¶
Index ¶
Constants ¶
View Source
const ( // RemoteAccessOn means remote support switch is turned on RemoteAccessOn = "on" // RemoteAccessOff means remote support switch is turned off RemoteAccessOff = "off" // RemoteAccessNotConfigured means the cluster is connected to any Ops Center RemoteAccessNotConfigured = "n/a" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler struct { // Handler is the open-source web API handler *webapi.Handler // Operator is the enterprise operator service Operator ops.Operator }
Handler extends the open-source web API handler
func NewHandler ¶
NewHandler returns a new enterprise web API handler
func (*Handler) CallbackHandler ¶
func (h *Handler) CallbackHandler(w http.ResponseWriter, r *http.Request, p webapi.CallbackParams) error
CallbackHandler is the OAuth2 provider callback handler
Click to show internal directories.
Click to hide internal directories.