Versions in this module Expand all Collapse all v1 v1.0.1 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) ClusterV1() clusterv1.ClusterV1Interface + func (c *Clientset) Discovery() discovery.DiscoveryInterface + func (c *Clientset) StorageV1() storagev1.StorageV1Interface + type Interface interface + ClusterV1 func() clusterv1.ClusterV1Interface + Discovery func() discovery.DiscoveryInterface + StorageV1 func() storagev1.StorageV1Interface