package test_release_1_1

import "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_release_1_1"

Index

Types

type Clientset

type Clientset struct {
	*testgroup_unversioned.TestgroupClient
}

Clientset contains the clients for groups. Each group has exactly one version included in a Clientset.

func New

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) Testgroup

Testgroup retrieves the TestgroupClient

type Interface

type Interface interface {
	Testgroup() testgroup_unversioned.TestgroupClient
}

Source Files

clientset.go

Version
v1.2.0-alpha.6
Published
Jan 13, 2016
Platform
linux/amd64
Imports
2 packages
Last checked
16 minutes ago

Tools for package owners.