oci: more grep'able interface name

`git grep -wi store` is not nearly useful enough. Taking steps for
readability.

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2017-04-19 14:55:17 -04:00
parent 0b48dd5d7f
commit f1fd06bfc1
Signed by: vbatts
GPG key ID: 10937E57733F1362
6 changed files with 122 additions and 117 deletions

View file

@ -131,7 +131,7 @@ type sandbox struct {
labels fields.Set
annotations map[string]string
infraContainer *oci.Container
containers oci.Store
containers oci.ContainerStorer
processLabel string
mountLabel string
netns *sandboxNetNs