blob: 7c278c3c5011cc1ad605847026fff404f4e5cc6e (
plain)
1
2
3
4
5
6
7
8
9
|
package define
// AutoUpdateLabel denotes the container/pod label key to specify auto-update
// policies in container labels.
const AutoUpdateLabel = "io.containers.autoupdate"
// AutoUpdateAuthfileLabel denotes the container label key to specify authfile
// in container labels.
const AutoUpdateAuthfileLabel = "io.containers.autoupdate.authfile"
|