Versions in this module Expand all Collapse all v0 v0.2.2 Mar 5, 2025 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) CoreV1alpha1() corev1alpha1.CoreV1alpha1Interface + func (c *Clientset) Discovery() discovery.DiscoveryInterface + type Interface interface + CoreV1alpha1 func() corev1alpha1.CoreV1alpha1Interface + Discovery func() discovery.DiscoveryInterface