Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateConfigFile ¶
GenerateConfigFile creates a regsync config file out of the current branch.
func GenerateFilteredImageTagMap ¶ added in v0.5.0
func GenerateFilteredImageTagMap(ctx context.Context, filter map[string][]string) (map[string][]string, error)
GenerateFilteredImageTagMap returns a map of container images and their tags
func GenerateImageTagMap ¶ added in v0.4.5
GenerateImageTagMap returns a map of container images and their tags
Types ¶
type Config ¶ added in v1.4.6
type Config struct {
Version int `yaml:"version"` // If needed
Creds interface{} `yaml:"creds"` // If needed
Defaults interface{} `yaml:"defaults"` // If needed
Sync []SyncEntry `yaml:"sync"`
}
Config represents the regsync.yaml file
Click to show internal directories.
Click to hide internal directories.