Versions in this module Expand all Collapse all v1 v1.1.0 Apr 18, 2026 v1.0.0 Apr 18, 2026 Changes in this version + type Clientset struct + func New(c rest.Interface) *Clientset + func NewForConfig(c *rest.Config) (*Clientset, error) + func NewForConfigAndClient(c *rest.Config, httpClient *http.Client) (*Clientset, error) + func NewForConfigOrDie(c *rest.Config) *Clientset + func (c *Clientset) Discovery() discovery.DiscoveryInterface + func (c *Clientset) ManagementV1() managementv1.ManagementV1Interface + func (c *Clientset) StorageV1() storagev1.StorageV1Interface + func (c *Clientset) VirtualclusterV1() virtualclusterv1.VirtualclusterV1Interface + type Interface interface + Discovery func() discovery.DiscoveryInterface + ManagementV1 func() managementv1.ManagementV1Interface + StorageV1 func() storagev1.StorageV1Interface + VirtualclusterV1 func() virtualclusterv1.VirtualclusterV1Interface