Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a client for the upgrade agent.
func NewClient ¶
func NewClient() *Client
NewClient creates a new upgrade agent client connecting to the default upgrade-agent Unix socket.
func (*Client) Upgrade ¶
func (c *Client) Upgrade(ctx context.Context, kubernetesComponents components.Components, WantedKubernetesVersion string) error
Upgrade upgrades the Constellation node to the given Kubernetes version.
Click to show internal directories.
Click to hide internal directories.