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

func New(c rest.Interface) *Clientset

New creates a new Clientset for the given RESTClient.

func NewForConfig

func NewForConfig(c *rest.Config) (*Clientset, error)

NewForConfig creates a new Clientset for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.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() testgroupinternalversion.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/schemeThis package contains the scheme of the automatically generated clientset.
cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed
cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed/testgroup
cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed/testgroup/internalversionThis package has the automatically generated typed clients.
cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed/testgroup/internalversion/fakePackage fake has the automatically generated clients.
Version
v1.6.5
Published
Jun 14, 2017
Platform
js/wasm
Imports
5 packages
Last checked
6 minutes ago

Tools for package owners.