cri-o/server
Dan Williams 13f6e95685 sandbox: pass correct pod Namespace/Name to network plugins and fix id/name ordering
Two issues:
1) pod Namespace was always set to "", which prevents plugins from figuring out
what the actual pod is, and from getting more info about that pod from the
runtime via out-of-band mechanisms

2) the pod Name and ID arguments were switched, further preventing #1

Signed-off-by: Dan Williams <dcbw@redhat.com>
2017-05-05 23:55:37 -05:00
..
apparmor Do not load ocid-default if configured apparmor profile is set up. 2016-12-12 15:55:17 +08:00
seccomp Update runtime-spec to v1.0.0.rc5 2017-04-12 19:15:53 -07:00
config.go test: add logging tests 2017-04-05 02:45:58 +10:00
container.go Applying k8s.io v3 API for ocic and ocid 2017-02-06 13:05:10 +01:00
container_attach.go server: split containers actions 2016-11-22 18:38:05 +01:00
container_create.go server: fix set caps on container create 2017-05-05 16:31:52 +02:00
container_exec.go Fix terminal resize handling so kubectl exec -i -t sh works 2017-04-24 18:44:49 +02:00
container_execsync.go Applying k8s.io v3 API for ocic and ocid 2017-02-06 13:05:10 +01:00
container_list.go server: remove Update calls 2017-04-27 14:01:37 +02:00
container_portforward.go Add support for port forwarding 2017-04-26 13:58:48 -07:00
container_remove.go server: remove Update calls 2017-04-27 14:01:37 +02:00
container_start.go server: remove Update calls 2017-04-27 14:01:37 +02:00
container_status.go server: remove Update calls 2017-04-27 14:01:37 +02:00
container_stop.go server: remove Update calls 2017-04-27 14:01:37 +02:00
container_updateruntimeconfig.go server: mock UpdateRuntimeConfig 2016-12-15 14:31:42 +01:00
image_list.go server: readable fields 2017-04-20 08:22:50 -04:00
image_pull.go server: readable fields 2017-04-20 08:22:50 -04:00
image_remove.go server: readable fields 2017-04-20 08:22:50 -04:00
image_status.go server: readable fields 2017-04-20 08:22:50 -04:00
runtime_status.go Applying k8s.io v3 API for ocic and ocid 2017-02-06 13:05:10 +01:00
sandbox.go sandbox: pass correct pod Namespace/Name to network plugins and fix id/name ordering 2017-05-05 23:55:37 -05:00
sandbox_list.go server: remove Update calls 2017-04-27 14:01:37 +02:00
sandbox_remove.go server: remove Update calls 2017-04-27 14:01:37 +02:00
sandbox_run.go sandbox: pass correct pod Namespace/Name to network plugins and fix id/name ordering 2017-05-05 23:55:37 -05:00
sandbox_status.go sandbox: pass correct pod Namespace/Name to network plugins and fix id/name ordering 2017-05-05 23:55:37 -05:00
sandbox_stop.go sandbox: pass correct pod Namespace/Name to network plugins and fix id/name ordering 2017-05-05 23:55:37 -05:00
server.go lint: fix shadowing 2017-04-24 18:44:49 +02:00
utils.go Applying k8s.io v3 API for ocic and ocid 2017-02-06 13:05:10 +01:00
version.go Applying k8s.io v3 API for ocic and ocid 2017-02-06 13:05:10 +01:00