splitting
parent
542fe0a84b
commit
556294e87f
|
@ -4,9 +4,15 @@ import (
|
|||
"github.com/rusenask/keel/util/image"
|
||||
)
|
||||
|
||||
type Credentials struct {
|
||||
Username, Password string
|
||||
}
|
||||
|
||||
type TrackedImage struct {
|
||||
Image *image.Reference
|
||||
Trigger TriggerType
|
||||
PollSchedule string
|
||||
Provider string
|
||||
Namespace string
|
||||
Secrets []string
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue