 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cleanup ¶
type Cleanup struct {
	// contains filtered or unexported fields
}
    func New ¶
func New( upstream client.Client, mapper meta.RESTMapper, localDynamicClient *dynamic.DynamicClient, deployer HelmDeployer, fleetNamespace string, defaultNamespace string, garbageCollectionInterval time.Duration, ) *Cleanup
func (*Cleanup) CleanupReleases ¶
type HelmDeployer ¶ added in v0.10.2
type HelmDeployer interface {
	NewListAction() *action.List
	ListDeployments(list helmdeployer.ListAction) ([]helmdeployer.DeployedBundle, error)
	DeleteRelease(ctx context.Context, deployed helmdeployer.DeployedBundle) error
	Delete(ctx context.Context, name string) error
}
     Click to show internal directories. 
   Click to hide internal directories.