mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Remove unused const variables
PiperOrigin-RevId: 260824989
This commit is contained in:
@@ -33,13 +33,6 @@ import (
|
||||
"gvisor.dev/gvisor/runsc/specutils"
|
||||
)
|
||||
|
||||
const (
|
||||
// Annotations used to indicate whether the container corresponds to a
|
||||
// pod or a container within a pod.
|
||||
crioContainerTypeAnnotation = "io.kubernetes.cri-o.ContainerType"
|
||||
containerdContainerTypeAnnotation = "io.kubernetes.cri.container-type"
|
||||
)
|
||||
|
||||
// setupNetwork configures the network stack to mimic the local network
|
||||
// configuration. Docker uses network namespaces with vnets to configure the
|
||||
// network for the container. The untrusted app expects to see the same network
|
||||
|
||||
Reference in New Issue
Block a user