package test_release_1_1
import "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_release_1_1"
Index ¶
- type Clientset
- func New(c *unversioned.RESTClient) *Clientset
- func NewForConfig(c *unversioned.Config) (*Clientset, error)
- func NewForConfigOrDie(c *unversioned.Config) *Clientset
- func (c *Clientset) Testgroup() *testgroup_unversioned.TestgroupClient
- type Interface
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 ¶
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) Testgroup ¶
func (c *Clientset) Testgroup() *testgroup_unversioned.TestgroupClient
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.