There was an error while loading. Please reload this page.
1 parent 1b7f311 commit c32d551Copy full SHA for c32d551
sdk/apis/cluster/common/consts.go
@@ -139,6 +139,10 @@ const (
139
ContainerLogMaxSizeKubeletConfig = "ContainerLogMaxSize"
140
ContainerLogMaxFilesKubeletConfig = "ContainerLogMaxFiles"
141
MaxPodsKubeletConfig = "MaxPods"
142
+ImageGCHighThresholdPercent = "ImageGCHighThresholdPercent"
143
+ImageGCLowThresholdPercent = "ImageGCLowThresholdPercent"
144
+ImageMinimumGCAge = "ImageMinimumGCAge"
145
+ImageMaximumGCAge = "ImageMaximumGCAge"
146
)
147
148
const (
0 commit comments