Documentation
¶
Index ¶
- Constants
- Variables
- func GetVolumeAPIRoutesWithAuth(name, sdkUds string, router *mux.Router, ...) (*mux.Router, error)
- func NewAuthMiddleware() *authMiddleware
- func SecurityHandler(authenticators map[string]auth.Authenticator, next http.HandlerFunc) http.HandlerFunc
- func SetClusterAPIRoutesWithAuth(router *mux.Router, authenticators map[string]auth.Authenticator) (*mux.Router, error)
- func SetCredsAPIRoutesWithAuth(router *mux.Router, authenticators map[string]auth.Authenticator) *mux.Router
- func StartClusterAPI(clusterApiBase string, clusterPort uint16, ...) error
- func StartGraphAPI(name string, restBase string) error
- func StartVolumeMgmtAPI(name, sdkUds string, mgmtBase string, mgmtPort uint16, auth bool, ...) (*http.Server, *http.Server, error)
- func StartVolumePluginAPI(name, sdkUds string, pluginBase string, pluginPort uint16) error
- type AnonRegex
- type Route