sandbox: restore portMappings on restart
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
c3f1e7aec2
commit
e5fc48a3ca
3 changed files with 15 additions and 1 deletions
|
@ -40,6 +40,9 @@ const (
|
|||
// KubeName is the kubernetes name annotation
|
||||
KubeName = "io.kubernetes.cri-o.KubeName"
|
||||
|
||||
// PortMappings holds the port mappings for the sandbox
|
||||
PortMappings = "io.kubernetes.cri-o.PortMappings"
|
||||
|
||||
// Labels are the kubernetes labels annotation
|
||||
Labels = "io.kubernetes.cri-o.Labels"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue