Versions in this module Expand all Collapse all v0 v0.0.0 May 19, 2026 Changes in this version + func LoadConfig(kubeconfigPath, k8sContext string) (*rest.Config, error) + func NewK8sClientset(kubeconfigPath, k8sContext string) (*kubernetes.Clientset, error) + type Client struct + func NewClient(ctx context.Context, kubeconfigPath, k8sContext, endpoint string, ...) (*Client, error) + func (c *Client) Close()