Documentation ¶
Index ¶
- func Cleanup(options CleanupOptions) error
- func GCRImageRemove(image docker_registry.RepoImage, options CommonRepoOptions) error
- func ProjectDimgstagesSync(commonProjectOptions CommonProjectOptions, commonRepoOptions CommonRepoOptions) error
- func ProjectImagesFlush(withDimgs bool, options CommonProjectOptions) error
- func RepoImagesFlush(withDimgs bool, options CommonRepoOptions) error
- func ResetAll(options CommonOptions) error
- func ResetCacheVersion(options CommonOptions) error
- func ResetDevModeCache(options CommonOptions) error
- type CleanupOptions
- type CommonOptions
- type CommonProjectOptions
- type CommonRepoOptions
- type GitRepo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Cleanup ¶
func Cleanup(options CleanupOptions) error
func GCRImageRemove ¶
func GCRImageRemove(image docker_registry.RepoImage, options CommonRepoOptions) error
func ProjectDimgstagesSync ¶
func ProjectDimgstagesSync(commonProjectOptions CommonProjectOptions, commonRepoOptions CommonRepoOptions) error
func ProjectImagesFlush ¶
func ProjectImagesFlush(withDimgs bool, options CommonProjectOptions) error
func RepoImagesFlush ¶
func RepoImagesFlush(withDimgs bool, options CommonRepoOptions) error
func ResetAll ¶
func ResetAll(options CommonOptions) error
func ResetCacheVersion ¶
func ResetCacheVersion(options CommonOptions) error
func ResetDevModeCache ¶
func ResetDevModeCache(options CommonOptions) error
Types ¶
type CleanupOptions ¶
type CleanupOptions struct { CommonRepoOptions CommonRepoOptions LocalRepo GitRepo WithoutKube bool }
type CommonOptions ¶
type CommonOptions struct {
DryRun bool
}
type CommonProjectOptions ¶
type CommonProjectOptions struct { ProjectName string CommonOptions CommonOptions }
type CommonRepoOptions ¶
Click to show internal directories.
Click to hide internal directories.