Versions in this module Expand all Collapse all v0 v0.0.10 Apr 10, 2026 v0.0.9 Mar 17, 2026 Changes in this version + const APP_NAME + type K8sProxyClient struct + func NewK8sProxyClient(proxy ProxyClientConfig) *K8sProxyClient + func (c *K8sProxyClient) K8sClient(k8sID string) (*kubernetes.Clientset, error) + type ProxyClientConfig struct + ProxyId string + ProxySecret string + ProxyServer string + type ProxyClientSet interface + K8sProxy func() *K8sProxyClient + func ProxyClients() ProxyClientSet