Documentation
¶
Index ¶
- func AliasFlags(f *pflag.FlagSet, name string) pflag.NormalizedName
- func FileExists(path string) bool
- func IsDir(path string) bool
- func PrintContainerPruneResults(containerPruneReport *entities.ContainerPruneReport) error
- func PrintImagePruneResults(imagePruneReport *entities.ImagePruneReport) error
- func PrintPodPruneResults(podPruneReports []*entities.PodPruneReport) error
- func PrintVolumePruneResults(volumePruneReport []*entities.VolumePruneReport) error
- type OutputErrors
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AliasFlags ¶
func AliasFlags(f *pflag.FlagSet, name string) pflag.NormalizedName
AliasFlags is a function to handle backwards compatibility with old flags
func FileExists ¶
FileExists returns true if path refers to an existing file.
func PrintContainerPruneResults ¶
func PrintContainerPruneResults(containerPruneReport *entities.ContainerPruneReport) error
func PrintImagePruneResults ¶
func PrintImagePruneResults(imagePruneReport *entities.ImagePruneReport) error
func PrintPodPruneResults ¶
func PrintPodPruneResults(podPruneReports []*entities.PodPruneReport) error
func PrintVolumePruneResults ¶
func PrintVolumePruneResults(volumePruneReport []*entities.VolumePruneReport) error
Types ¶
type OutputErrors ¶
type OutputErrors []error
func (OutputErrors) PrintErrors ¶
func (o OutputErrors) PrintErrors() (lastError error)
Click to show internal directories.
Click to hide internal directories.