splitting

pull/65/head
Karolis Rusenas 2017-07-28 22:55:02 +01:00
parent 542fe0a84b
commit 556294e87f
1 changed files with 6 additions and 0 deletions

View File

@ -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
}