adds cni config data to the cri status/info

Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
Mike Brown
2019-06-05 16:39:45 -05:00
parent 0ab79ff849
commit b87c0d74a5
2 changed files with 7 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ type Metadata struct {
IP string
// RuntimeHandler is the runtime handler name of the pod.
RuntimeHandler string
// CNI result
// CNIresult resulting configuration for attached network namespace interfaces
CNIResult *cni.CNIResult
}