Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetContainerRuntime ¶
GetContainerRuntime checks the Kubernetes cluster for the container runtime
func PerformCleanup ¶
func PerformCleanup() error
Types ¶
type CleanupItem ¶
type CleanupItem struct {
Type string // "Dangling Image", "Unused Volume", or "Orphaned Pod"
Name string // Name or identifier of the resource
Details string // Additional details like namespace or size
}
func (CleanupItem) String ¶
func (c CleanupItem) String() string
Click to show internal directories.
Click to hide internal directories.