Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintClusterResourcesToClean ¶
func PrintClusterResourcesToClean(r *ResourceToClean)
func TidyClusterResources ¶
func TidyClusterResources(r *ResourceToClean)
func TidyLocalResources ¶
func TidyLocalResources()
Types ¶
type ResourceToClean ¶
type ResourceToClean struct {
PodsToDelete []string
ServicesToDelete []string
ConfigMapsToDelete []string
DeploymentsToDelete []string
DeploymentsToScale map[string]int32
ServicesToRecover []string
ServicesToUnlock []string
}
func CheckClusterResources ¶
func CheckClusterResources() (*ResourceToClean, error)
Click to show internal directories.
Click to hide internal directories.