# Functions
NewCheckMinIOVersion creates a new http.Handler for the check min i o version operation.
NewCheckMinIOVersionDefault creates CheckMinIOVersionDefault with default headers values.
NewCheckMinIOVersionOK creates CheckMinIOVersionOK with default headers values.
NewCheckMinIOVersionParams creates a new CheckMinIOVersionParams object
There are no default values defined in the spec.
NewLoginDetail creates a new http.Handler for the login detail operation.
NewLoginDetailDefault creates LoginDetailDefault with default headers values.
NewLoginDetailOK creates LoginDetailOK with default headers values.
NewLoginDetailParams creates a new LoginDetailParams object
There are no default values defined in the spec.
NewLoginOauth2Auth creates a new http.Handler for the login oauth2 auth operation.
NewLoginOauth2AuthDefault creates LoginOauth2AuthDefault with default headers values.
NewLoginOauth2AuthNoContent creates LoginOauth2AuthNoContent with default headers values.
NewLoginOauth2AuthParams creates a new LoginOauth2AuthParams object
There are no default values defined in the spec.
NewLoginOperator creates a new http.Handler for the login operator operation.
NewLoginOperatorDefault creates LoginOperatorDefault with default headers values.
NewLoginOperatorNoContent creates LoginOperatorNoContent with default headers values.
NewLoginOperatorParams creates a new LoginOperatorParams object
There are no default values defined in the spec.
NewLogout creates a new http.Handler for the logout operation.
NewLogoutDefault creates LogoutDefault with default headers values.
NewLogoutOK creates LogoutOK with default headers values.
NewLogoutParams creates a new LogoutParams object
There are no default values defined in the spec.
NewSessionCheck creates a new http.Handler for the session check operation.
NewSessionCheckDefault creates SessionCheckDefault with default headers values.
NewSessionCheckOK creates SessionCheckOK with default headers values.
NewSessionCheckParams creates a new SessionCheckParams object
There are no default values defined in the spec.
# Constants
CheckMinIOVersionOKCode is the HTTP code returned for type CheckMinIOVersionOK.
LoginDetailOKCode is the HTTP code returned for type LoginDetailOK.
LoginOauth2AuthNoContentCode is the HTTP code returned for type LoginOauth2AuthNoContent.
LoginOperatorNoContentCode is the HTTP code returned for type LoginOperatorNoContent.
LogoutOKCode is the HTTP code returned for type LogoutOK.
SessionCheckOKCode is the HTTP code returned for type SessionCheckOK.
# Structs
CheckMinIOVersion swagger:route GET /check-version UserAPI checkMinIOVersion
Checks the current Operator version against the latest
*/.
CheckMinIOVersionDefault Generic error response.
CheckMinIOVersionOK A successful response.
CheckMinIOVersionParams contains all the bound params for the check min i o version operation typically these are obtained from a http.Request
swagger:parameters CheckMinIOVersion”.
CheckMinIOVersionURL generates an URL for the check min i o version operation.
LoginDetail swagger:route GET /login UserAPI loginDetail
Returns login strategy, form or sso.
LoginDetailDefault Generic error response.
LoginDetailOK A successful response.
LoginDetailParams contains all the bound params for the login detail operation typically these are obtained from a http.Request
swagger:parameters LoginDetail.
LoginDetailURL generates an URL for the login detail operation.
LoginOauth2Auth swagger:route POST /login/oauth2/auth UserAPI loginOauth2Auth
Identity Provider oauth2 callback endpoint.
LoginOauth2AuthDefault Generic error response.
LoginOauth2AuthNoContent A successful login.
LoginOauth2AuthParams contains all the bound params for the login oauth2 auth operation typically these are obtained from a http.Request
swagger:parameters LoginOauth2Auth.
LoginOauth2AuthURL generates an URL for the login oauth2 auth operation.
LoginOperator swagger:route POST /login/operator UserAPI loginOperator
Login to Operator Console.
LoginOperatorDefault Generic error response.
LoginOperatorNoContent A successful login.
LoginOperatorParams contains all the bound params for the login operator operation typically these are obtained from a http.Request
swagger:parameters LoginOperator.
LoginOperatorURL generates an URL for the login operator operation.
Logout swagger:route POST /logout UserAPI logout
Logout from Operator.
LogoutDefault Generic error response.
LogoutOK A successful response.
LogoutParams contains all the bound params for the logout operation typically these are obtained from a http.Request
swagger:parameters Logout.
LogoutURL generates an URL for the logout operation.
SessionCheck swagger:route GET /session UserAPI sessionCheck
Endpoint to check if your session is still valid
*/.
SessionCheckDefault Generic error response.
SessionCheckOK A successful response.
SessionCheckParams contains all the bound params for the session check operation typically these are obtained from a http.Request
swagger:parameters SessionCheck.
SessionCheckURL generates an URL for the session check operation.
# Interfaces
CheckMinIOVersionHandler interface for that can handle valid check min i o version params.
LoginDetailHandler interface for that can handle valid login detail params.
LoginOauth2AuthHandler interface for that can handle valid login oauth2 auth params.
LoginOperatorHandler interface for that can handle valid login operator params.
LogoutHandler interface for that can handle valid logout params.
SessionCheckHandler interface for that can handle valid session check params.
# Type aliases
CheckMinIOVersionHandlerFunc turns a function with the right signature into a check min i o version handler.
LoginDetailHandlerFunc turns a function with the right signature into a login detail handler.
LoginOauth2AuthHandlerFunc turns a function with the right signature into a login oauth2 auth handler.
LoginOperatorHandlerFunc turns a function with the right signature into a login operator handler.
LogoutHandlerFunc turns a function with the right signature into a logout handler.
SessionCheckHandlerFunc turns a function with the right signature into a session check handler.