Documentation ¶
Index ¶
- func Formatter(apiContext *types.APIContext, resource *types.RawResource)
- type ActionWrapper
- type DriverHandlers
- func (h *DriverHandlers) ActionHandler(actionName string, action *types.Action, apiContext *types.APIContext) error
- func (h DriverHandlers) ExportYamlHandler(apiContext *types.APIContext, next types.RequestHandler) error
- func (h *DriverHandlers) Formatter(apiContext *types.APIContext, resource *types.RawResource)
- type Handler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Formatter ¶
func Formatter(apiContext *types.APIContext, resource *types.RawResource)
Formatter for Node
Types ¶
type ActionWrapper ¶
type ActionWrapper struct{}
func (ActionWrapper) ActionHandler ¶
func (a ActionWrapper) ActionHandler(actionName string, action *types.Action, apiContext *types.APIContext) error
type DriverHandlers ¶
type DriverHandlers struct {
NodeDriverClient v3.NodeDriverInterface
}
func (*DriverHandlers) ActionHandler ¶
func (h *DriverHandlers) ActionHandler(actionName string, action *types.Action, apiContext *types.APIContext) error
func (DriverHandlers) ExportYamlHandler ¶
func (h DriverHandlers) ExportYamlHandler(apiContext *types.APIContext, next types.RequestHandler) error
func (*DriverHandlers) Formatter ¶
func (h *DriverHandlers) Formatter(apiContext *types.APIContext, resource *types.RawResource)
Formatter for NodeDriver
type Handler ¶
type Handler struct {
SecretStore *encryptedstore.GenericEncryptedStore
}
func (Handler) LinkHandler ¶
func (h Handler) LinkHandler(apiContext *types.APIContext, next types.RequestHandler) error
Click to show internal directories.
Click to hide internal directories.