summaryrefslogtreecommitdiff
path: root/pkg/domain/entities/auto-update.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-05-12 03:13:12 -0700
committerGitHub <noreply@github.com>2020-05-12 03:13:12 -0700
commit2ad59d311b8c573186574cec6d4dc57bff0c3a53 (patch)
tree70697fa1d2431eb06d8128fa69f2693e156e187a /pkg/domain/entities/auto-update.go
parent7837bf3c071f1259bc08d8f9e52ed2b4edbda428 (diff)
parent1c3bd95b81e5247b7db3f8333aeb01ea58073fe9 (diff)
downloadpodman-2ad59d311b8c573186574cec6d4dc57bff0c3a53.tar.gz
podman-2ad59d311b8c573186574cec6d4dc57bff0c3a53.tar.bz2
podman-2ad59d311b8c573186574cec6d4dc57bff0c3a53.zip
Merge pull request #6186 from vrothberg/auto-update
auto-update: support authfiles
Diffstat (limited to 'pkg/domain/entities/auto-update.go')
-rw-r--r--pkg/domain/entities/auto-update.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/domain/entities/auto-update.go b/pkg/domain/entities/auto-update.go
index aef8fc46b..c51158816 100644
--- a/pkg/domain/entities/auto-update.go
+++ b/pkg/domain/entities/auto-update.go
@@ -1,5 +1,11 @@
package entities
+// AutoUpdateOptions are the options for running auto-update.
+type AutoUpdateOptions struct {
+ // Authfile to use when contacting registries.
+ Authfile string
+}
+
// AutoUpdateReport contains the results from running auto-update.
type AutoUpdateReport struct {
// Units - the restarted systemd units during auto-update.