Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deleter ¶
type Deleter struct {
// contains filtered or unexported fields
}
Deleter deletes repository or images on the destination registry
func (*Deleter) Run ¶
func (d *Deleter) Run(ctx env.JobContext, params map[string]interface{}) error
Run ...
func (*Deleter) ShouldRetry ¶
ShouldRetry : retry if the error is network error
type Replicator ¶
type Replicator struct {
// contains filtered or unexported fields
}
Replicator call UI's API to start a repliation according to the policy ID passed in parameters
func (*Replicator) Run ¶
func (r *Replicator) Run(ctx env.JobContext, params map[string]interface{}) error
Run ...
func (*Replicator) Validate ¶
func (r *Replicator) Validate(params map[string]interface{}) error
Validate ....
type Transfer ¶
type Transfer struct {
// contains filtered or unexported fields
}
Transfer images from source registry to the destination one
func (*Transfer) Run ¶
func (t *Transfer) Run(ctx env.JobContext, params map[string]interface{}) error
Run ...
func (*Transfer) ShouldRetry ¶
ShouldRetry : retry if the error is network error
Click to show internal directories.
Click to hide internal directories.