File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ type ContainerManager interface {
120
120
// PrepareDynamicResource prepares dynamic pod resources
121
121
PrepareDynamicResources (* v1.Pod ) error
122
122
123
- // UnrepareDynamicResources unprepares dynamic pod resources
123
+ // UnprepareDynamicResources unprepares dynamic pod resources
124
124
UnprepareDynamicResources (* v1.Pod ) error
125
125
126
126
// PodMightNeedToUnprepareResources returns true if the pod with the given UID
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ const (
46
46
// We will override user settings and set to either imagefs or nodefs depending on configuration.
47
47
SignalContainerFsAvailable Signal = "containerfs.available"
48
48
// SignalContainerFsInodesFree is amount of inodes available on filesystem that container runtime uses for container writable layers.
49
- // SignalContainerFsAvailable is amount of storage available on filesystem that container runtime uses for container writable layers.
50
49
// In case of a single filesystem, containerfs=nodefs.
51
50
// In case of a image filesystem, containerfs=imagefs.
52
51
// We will override user settings and set to either imagefs or nodefs depending on configuration.
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ const (
38
38
fsStatsLogs fsStatsType = "logs"
39
39
// fsStatsRoot identifies stats for pod container writable layers.
40
40
fsStatsRoot fsStatsType = "root"
41
- // fsStatsContainer identifies stats for pod container read-only layers
41
+ // fsStatsImages identifies stats for pod container read-only layers
42
42
fsStatsImages fsStatsType = "images"
43
43
)
44
44
You can’t perform that action at this time.
0 commit comments