Commit 5e318cd7 authored by Yu-Ju Hong's avatar Yu-Ju Hong

CRI: add annotations to PodSandbox

Both Container and ContainerStatus includes labels and annotations. PodSandbox should be consistent with that.
parent fd70d943
......@@ -301,6 +301,9 @@ message PodSandbox {
optional int64 created_at = 4;
// The labels of the PodSandbox
map<string, string> labels = 5;
// Annotations is an unstructured key value map that may be set by external
// tools to store and retrieve arbitrary metadata.
map<string, string> annotations = 6;
}
message ListPodSandboxResponse {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment