Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Images ¶
type Images interface {
GetConfigLabels(imageName, imageTag, imageDigest string) (map[string]string, error)
GetLatestImage(repo, policy string) (string, error)
GetRunnerVersionLabel(imageName, imageTag string) (string, error)
ApplyPolicy(policy, tag string) bool
MaxImage(policy, current, new string) string
// contains filtered or unexported methods
}
Click to show internal directories.
Click to hide internal directories.