Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Cleanup ¶
func Cleanup(ctx context.Context, projectName string, storageManager *manager.StorageManager, storageLockManager storage.LockManager, options CleanupOptions) error
func Purge ¶
func Purge(ctx context.Context, projectName string, storageManager *manager.StorageManager, storageLockManager storage.LockManager, options PurgeOptions) error
Types ¶
type CleanupOptions ¶
type CleanupOptions struct {
ImageNameList []string
LocalGit GitRepo
KubernetesContextClients []*kube.ContextClient
KubernetesNamespaceRestrictionByContext map[string]string
WithoutKube bool
GitHistoryBasedCleanupOptions config.MetaCleanup
DryRun bool
}
type PurgeOptions ¶
Click to show internal directories.
Click to hide internal directories.