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, options CleanupOptions) error
func Purge ¶
func Purge(ctx context.Context, projectName string, storageManager *manager.StorageManager, options PurgeOptions) error
Types ¶
type CleanupOptions ¶
type ContextResources ¶ added in v1.2.206
type DeployedDockerImage ¶ added in v1.2.206
type DeployedDockerImage struct { Name string ContextResources []*ContextResources }
func AppendContextDeployedDockerImages ¶ added in v1.2.206
func AppendContextDeployedDockerImages(list []*DeployedDockerImage, contextName string, images []*allow_list.DeployedImage) (res []*DeployedDockerImage)
type PurgeOptions ¶
Click to show internal directories.
Click to hide internal directories.