Merge pull request #2124 from devimc/topic/virtcontainers/fixAnnotationsPrefix

virtcontainers/annotations: use right domain name for kata annotations
This commit is contained in:
Peng Tao 2019-10-10 17:02:27 +08:00 committed by GitHub
commit c7b4c5eab9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
package annotations
const (
kataAnnotationsPrefix = "io.kata-containers."
kataAnnotationsPrefix = "io.katacontainers."
kataConfAnnotationsPrefix = kataAnnotationsPrefix + "config."
kataAnnotHypervisorPrefix = kataConfAnnotationsPrefix + "hypervisor."