Versions in this module Expand all Collapse all v0 v0.1.1 May 27, 2026 v0.1.0 May 26, 2026 Changes in this version + type Client struct + func NewFromKubeconfig(ctx context.Context, kubeconfigBytes []byte, serverURL string) (*Client, error) + func (c *Client) Apply(ctx context.Context, manifest []byte) error + func (c *Client) DeleteNode(ctx context.Context, nodeName string) error + func (c *Client) DrainNode(ctx context.Context, nodeName string) error + func (c *Client) LabelNode(ctx context.Context, nodeName string, labels map[string]string) error + func (c *Client) PatchDeployment(ctx context.Context, namespace, name string, patch []byte) error