Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { InstallStart() error InstallSuccess() error InstallError() error UpdateStart() error UpdateSuccess() error UpdateError() error UninstallStart() error UninstallSuccess() error UninstallError() error }
Interface .
func New ¶
func New(installationClient installationClientset.Interface, installationLister listers.InstallationLister) Interface
New .
Click to show internal directories.
Click to hide internal directories.