Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clientset ¶
type Clientset struct { *unversioned.DiscoveryClient *testgroup_unversioned.TestgroupClient }
Clientset contains the clients for groups. Each group has exactly one version included in a Clientset.
func New ¶
func New(c *unversioned.RESTClient) *Clientset
New creates a new Clientset for the given RESTClient.
func NewForConfig ¶
func NewForConfig(c *unversioned.Config) (*Clientset, error)
NewForConfig creates a new Clientset for the given config.
func NewForConfigOrDie ¶
func NewForConfigOrDie(c *unversioned.Config) *Clientset
NewForConfigOrDie creates a new Clientset for the given config and panics if there is an error in the config.
func (*Clientset) Discovery ¶
func (c *Clientset) Discovery() unversioned.DiscoveryInterface
Discovery retrieves the DiscoveryClient
func (*Clientset) Testgroup ¶
func (c *Clientset) Testgroup() testgroup_unversioned.TestgroupInterface
Testgroup retrieves the TestgroupClient
type Interface ¶
type Interface interface { Discovery() unversioned.DiscoveryInterface Testgroup() testgroup_unversioned.TestgroupInterface }
Click to show internal directories.
Click to hide internal directories.