Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ECRRegistry ¶
type ECRRegistry struct {
Config Config
}
func (*ECRRegistry) GetTags ¶
func (e *ECRRegistry) GetTags(currentTag string) ([]version.ImageVersion, error)
GetTags filters and gets newer tags than the specified current tag
type ECRRegistryPath ¶
type Registry ¶
type Registry interface {
GetTags(currentTag string) ([]version.ImageVersion, error)
}
func NewRegistry ¶
NewRegistry creates Registry according to RegType
Click to show internal directories.
Click to hide internal directories.