Versions in this module Expand all Collapse all v0 v0.0.1 Mar 15, 2022 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) LifetimesV1alpha1() lifetimesv1alpha1.LifetimesV1alpha1Interface + type Interface interface + Discovery func() discovery.DiscoveryInterface + LifetimesV1alpha1 func() lifetimesv1alpha1.LifetimesV1alpha1Interface