mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-17 15:50:10 +00:00
Merge pull request #125047 from zhanluxianshen/clean-typos-in-kubelet
clean typos logs in kubelet.
This commit is contained in:
commit
16b7d5310a
@ -120,7 +120,7 @@ type ContainerManager interface {
|
|||||||
// PrepareDynamicResource prepares dynamic pod resources
|
// PrepareDynamicResource prepares dynamic pod resources
|
||||||
PrepareDynamicResources(*v1.Pod) error
|
PrepareDynamicResources(*v1.Pod) error
|
||||||
|
|
||||||
// UnrepareDynamicResources unprepares dynamic pod resources
|
// UnprepareDynamicResources unprepares dynamic pod resources
|
||||||
UnprepareDynamicResources(*v1.Pod) error
|
UnprepareDynamicResources(*v1.Pod) error
|
||||||
|
|
||||||
// PodMightNeedToUnprepareResources returns true if the pod with the given UID
|
// PodMightNeedToUnprepareResources returns true if the pod with the given UID
|
||||||
|
@ -46,7 +46,6 @@ const (
|
|||||||
// We will override user settings and set to either imagefs or nodefs depending on configuration.
|
// We will override user settings and set to either imagefs or nodefs depending on configuration.
|
||||||
SignalContainerFsAvailable Signal = "containerfs.available"
|
SignalContainerFsAvailable Signal = "containerfs.available"
|
||||||
// SignalContainerFsInodesFree is amount of inodes available on filesystem that container runtime uses for container writable layers.
|
// SignalContainerFsInodesFree is amount of inodes available on filesystem that container runtime uses for container writable layers.
|
||||||
// SignalContainerFsAvailable is amount of storage available on filesystem that container runtime uses for container writable layers.
|
|
||||||
// In case of a single filesystem, containerfs=nodefs.
|
// In case of a single filesystem, containerfs=nodefs.
|
||||||
// In case of a image filesystem, containerfs=imagefs.
|
// In case of a image filesystem, containerfs=imagefs.
|
||||||
// We will override user settings and set to either imagefs or nodefs depending on configuration.
|
// We will override user settings and set to either imagefs or nodefs depending on configuration.
|
||||||
|
@ -38,7 +38,7 @@ const (
|
|||||||
fsStatsLogs fsStatsType = "logs"
|
fsStatsLogs fsStatsType = "logs"
|
||||||
// fsStatsRoot identifies stats for pod container writable layers.
|
// fsStatsRoot identifies stats for pod container writable layers.
|
||||||
fsStatsRoot fsStatsType = "root"
|
fsStatsRoot fsStatsType = "root"
|
||||||
// fsStatsContainer identifies stats for pod container read-only layers
|
// fsStatsImages identifies stats for pod container read-only layers
|
||||||
fsStatsImages fsStatsType = "images"
|
fsStatsImages fsStatsType = "images"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user