diff --git a/sdk/apis/cluster/common/consts.go b/sdk/apis/cluster/common/consts.go index 34eeacacf..7e4bbde5d 100644 --- a/sdk/apis/cluster/common/consts.go +++ b/sdk/apis/cluster/common/consts.go @@ -139,6 +139,10 @@ const ( ContainerLogMaxSizeKubeletConfig = "ContainerLogMaxSize" ContainerLogMaxFilesKubeletConfig = "ContainerLogMaxFiles" MaxPodsKubeletConfig = "MaxPods" + ImageGCHighThresholdPercent = "ImageGCHighThresholdPercent" + ImageGCLowThresholdPercent = "ImageGCLowThresholdPercent" + ImageMinimumGCAge = "ImageMinimumGCAge" + ImageMaximumGCAge = "ImageMaximumGCAge" ) const (