Versions in this module Expand all Collapse all v0 v0.18.3-beta.1 Aug 20, 2020 v0.18.2 Aug 20, 2020 Changes in this version + type Clientset struct + func New(c rest.Interface) *Clientset + func NewForConfig(c *rest.Config) (*Clientset, error) + func NewForConfigOrDie(c *rest.Config) *Clientset + func (c *Clientset) Discovery() discovery.DiscoveryInterface + func (c *Clientset) ExampleV1() examplev1.ExampleV1Interface + func (c *Clientset) SecondExampleV1() secondexamplev1.SecondExampleV1Interface + type Interface interface + Discovery func() discovery.DiscoveryInterface + ExampleV1 func() examplev1.ExampleV1Interface + SecondExampleV1 func() secondexamplev1.SecondExampleV1Interface