Versions in this module Expand all Collapse all v1 v1.0.1 Dec 2, 2024 v1.0.0 Sep 27, 2024 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) AppsV1alpha1() appsv1alpha1.AppsV1alpha1Interface + func (c *Clientset) Discovery() discovery.DiscoveryInterface + type Interface interface + AppsV1alpha1 func() appsv1alpha1.AppsV1alpha1Interface + Discovery func() discovery.DiscoveryInterface