Versions in this module Expand all Collapse all v1 v1.0.0 Jul 24, 2018 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) Oauth() oauthv1.OauthV1Interface + func (c *Clientset) OauthV1() oauthv1.OauthV1Interface + type Interface interface + Discovery func() discovery.DiscoveryInterface + Oauth func() oauthv1.OauthV1Interface + OauthV1 func() oauthv1.OauthV1Interface