From 5cbc8cc8e0282571ec9aeb41f693c368614ca5a5 Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Mon, 5 Feb 2018 23:53:36 +0000 Subject: [PATCH] Fix the wrong comment in cri constants. Signed-off-by: Lantao Liu --- pkg/kubelet/apis/cri/v1alpha1/runtime/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubelet/apis/cri/v1alpha1/runtime/constants.go b/pkg/kubelet/apis/cri/v1alpha1/runtime/constants.go index 04cac264d14..f10ae68284b 100644 --- a/pkg/kubelet/apis/cri/v1alpha1/runtime/constants.go +++ b/pkg/kubelet/apis/cri/v1alpha1/runtime/constants.go @@ -38,7 +38,7 @@ const ( // LogTag is the tag of a log line in CRI container log. // Currently defined log tags: -// * First tag: Partial/End - P/E. +// * First tag: Partial/Full - P/F. // The field in the container log format can be extended to include multiple // tags by using a delimiter, but changes should be rare. If it becomes clear // that better extensibility is desired, a more extensible format (e.g., json)