clean

package
v0.1.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetContainerRuntime

func GetContainerRuntime() (string, error)

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL