Documentation
¶
Index ¶
Constants ¶
View Source
const (
PackageNamespace = "eksa-packages"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface {
// Process package events returns true if status update
Process(mc *ManagerContext) bool
}
func NewManager ¶
func NewManager() Manager
type ManagerContext ¶
type ManagerContext struct {
Ctx context.Context
Package api.Package
PackageDriver driver.PackageDriver
Source api.PackageOCISource
Version string
RequeueAfter time.Duration
Log logr.Logger
}
func (*ManagerContext) SetUninstalling ¶
func (mc *ManagerContext) SetUninstalling(name string)
Click to show internal directories.
Click to hide internal directories.