Documentation ¶
Index ¶
- func GetAirgapUpdate(appSlug string, channelID string, updateCursor string) (string, error)
- func GetAvailableAirgapUpdates(app *apptypes.App, license *kotsv1beta1.License) ([]types.AvailableUpdate, error)
- func GetAvailableUpdates(kotsStore storepkg.Store, app *apptypes.App, license *kotsv1beta1.License) ([]types.AvailableUpdate, error)
- func InitAvailableUpdatesDir() error
- func IsAirgapUpdateDeployable(app *apptypes.App, airgap *kotsv1beta1.Airgap) (bool, string, error)
- func RegisterAirgapUpdate(appSlug string, airgapUpdate string) error
- func RemoveAirgapUpdate(appSlug string, channelID string, updateCursor string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAirgapUpdate ¶
func GetAvailableAirgapUpdates ¶
func GetAvailableAirgapUpdates(app *apptypes.App, license *kotsv1beta1.License) ([]types.AvailableUpdate, error)
func GetAvailableUpdates ¶
func GetAvailableUpdates(kotsStore storepkg.Store, app *apptypes.App, license *kotsv1beta1.License) ([]types.AvailableUpdate, error)
func InitAvailableUpdatesDir ¶
func InitAvailableUpdatesDir() error
func RegisterAirgapUpdate ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.