Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
func NewCAASOperatorUpgraderAPI ¶
func NewCAASOperatorUpgraderAPI( authorizer facade.Authorizer, broker caas.Upgrader, ) (*API, error)
NewCAASOperatorUpgraderAPI returns a new CAAS operator upgrader API facade.
func NewStateCAASOperatorUpgraderAPI ¶
NewStateCAASOperatorUpgraderAPI provides the signature required for facade registration.
func (*API) UpgradeOperator ¶
func (api *API) UpgradeOperator(arg params.KubernetesUpgradeArg) (params.ErrorResult, error)
UpgradeOperator upgrades the operator for the specified agents.
Click to show internal directories.
Click to hide internal directories.