mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-08 08:54:29 +01:00
Merge pull request #2124 from devimc/topic/virtcontainers/fixAnnotationsPrefix
virtcontainers/annotations: use right domain name for kata annotations
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
package annotations
|
||||
|
||||
const (
|
||||
kataAnnotationsPrefix = "io.kata-containers."
|
||||
kataAnnotationsPrefix = "io.katacontainers."
|
||||
kataConfAnnotationsPrefix = kataAnnotationsPrefix + "config."
|
||||
kataAnnotHypervisorPrefix = kataConfAnnotationsPrefix + "hypervisor."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user