mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-05 18:59:41 +00:00
Add ability to perform an etcd on-demand snapshot via cli (#2819)
* add ability to perform an etcd on-demand snapshot via cli
(cherry picked from commit 13229019f8)
Signed-off-by: Brian Downs <brian.downs@gmail.com>
This commit is contained in:
@@ -23,6 +23,7 @@ type Driver interface {
|
||||
EndpointName() string
|
||||
GetMembersClientURLs(ctx context.Context) ([]string, error)
|
||||
RemoveSelf(ctx context.Context) error
|
||||
Snapshot(ctx context.Context, config *config.Control) error
|
||||
}
|
||||
|
||||
func RegisterDriver(d Driver) {
|
||||
|
||||
Reference in New Issue
Block a user