Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Register ¶
func Register(registry facade.FacadeRegistry)
Register is called to expose a package of facades onto a given registry.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
func NewCAASOperatorUpgraderAPI ¶
func NewCAASOperatorUpgraderAPI( authorizer facade.Authorizer, broker caas.Upgrader, logger corelogger.Logger, ) (*API, error)
NewCAASOperatorUpgraderAPI returns a new CAAS operator upgrader API facade.
func (*API) UpgradeOperator ¶
func (api *API) UpgradeOperator(ctx context.Context, arg params.KubernetesUpgradeArg) (params.ErrorResult, error)
UpgradeOperator upgrades the operator for the specified agents.
Click to show internal directories.
Click to hide internal directories.