package test_internalclientset

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

This package has the automatically generated clientset.

Index

Types

type Clientset

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 *restclient.Config) (*Clientset, error)

NewForConfig creates a new Clientset for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *restclient.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() discovery.DiscoveryInterface

Discovery retrieves the DiscoveryClient

func (*Clientset) Testgroup

Testgroup retrieves the TestgroupClient

type Interface

type Interface interface {
	Discovery() discovery.DiscoveryInterface
	Testgroup() unversionedtestgroup.TestgroupInterface
}

Source Files

clientset.go doc.go

Directories

PathSynopsis
cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/fakeThis package has the automatically generated fake clientset.
cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed
cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed/testgroup.k8s.io
cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed/testgroup.k8s.io/unversionedThis package has the automatically generated typed clients.
cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed/testgroup.k8s.io/unversioned/fakePackage fake has the automatically generated clients.
Version
v1.4.8
Published
Jan 12, 2017
Platform
js/wasm
Imports
5 packages
Last checked
2 hours ago

Tools for package owners.