Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = module.Descriptor{ Kind: "kubernetes", Actions: []module.ActionDesc{ { Name: module.CreateAction, }, { Name: module.UpdateAction, }, }, DriverFactory: func(conf json.RawMessage) (module.Driver, error) { kd := &kubeDriver{} err := json.Unmarshal(conf, &kd) if err != nil { return nil, errors.ErrInvalid.WithMsgf("failed to unmarshal module config: %v", err) } return kd, nil }, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.