mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 15:57:09 +00:00
annotations: Fix typo in comment
A comment talking about runtime related annotations describes them as being related to the agent. A similar comment for the agent annotations is missing. Fixes: #901 Signed-off-by: Christophe de Dinechin <dinechin@redhat.com>
This commit is contained in:
parent
d71f9e1155
commit
29f5dec38f
@ -214,7 +214,7 @@ const (
|
|||||||
TxRateLimiterMaxRate = kataAnnotHypervisorPrefix + "tx_rate_limiter_max_rate"
|
TxRateLimiterMaxRate = kataAnnotHypervisorPrefix + "tx_rate_limiter_max_rate"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Agent related annotations
|
// Runtime related annotations
|
||||||
const (
|
const (
|
||||||
kataAnnotRuntimePrefix = kataConfAnnotationsPrefix + "runtime."
|
kataAnnotRuntimePrefix = kataConfAnnotationsPrefix + "runtime."
|
||||||
|
|
||||||
@ -238,6 +238,7 @@ const (
|
|||||||
DisableNewNetNs = kataAnnotRuntimePrefix + "disable_new_netns"
|
DisableNewNetNs = kataAnnotRuntimePrefix + "disable_new_netns"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// Agent related annotations
|
||||||
const (
|
const (
|
||||||
kataAnnotAgentPrefix = kataConfAnnotationsPrefix + "agent."
|
kataAnnotAgentPrefix = kataConfAnnotationsPrefix + "agent."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user