Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deployment ¶
type Deployment struct {
// contains filtered or unexported fields
}
func NewDeployment ¶
func NewDeployment() *Deployment
func (*Deployment) AfterBackup ¶
func (t *Deployment) AfterBackup(config Config)
func (*Deployment) AfterRestore ¶
func (t *Deployment) AfterRestore(config Config)
func (*Deployment) BeforeBackup ¶
func (t *Deployment) BeforeBackup(config Config)
func (*Deployment) Cleanup ¶
func (t *Deployment) Cleanup(config Config)
func (*Deployment) Name ¶
func (t *Deployment) Name() string
type EtcdCluster ¶
type EtcdCluster struct{}
func NewEtcdCluster ¶
func NewEtcdCluster() EtcdCluster
func (EtcdCluster) AfterBackup ¶
func (EtcdCluster) AfterBackup(Config)
func (EtcdCluster) AfterRestore ¶
func (EtcdCluster) AfterRestore(Config)
func (EtcdCluster) BeforeBackup ¶
func (EtcdCluster) BeforeBackup(Config)
func (EtcdCluster) Cleanup ¶
func (EtcdCluster) Cleanup(Config)
func (EtcdCluster) Name ¶
func (EtcdCluster) Name() string
Click to show internal directories.
Click to hide internal directories.