package unversioned

import "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/testoutput/testgroup/unversioned"

Package unversioned has the automatically generated clients for unversioned resources.

Index

Types

type TestTypeExpansion

type TestTypeExpansion interface {
	Hello() string
}

type TestTypeInterface

type TestTypeInterface interface {
	Create(*testgroup.TestType) (*testgroup.TestType, error)
	Update(*testgroup.TestType) (*testgroup.TestType, error)
	Delete(name string, options *api.DeleteOptions) error
	DeleteCollection(options *api.DeleteOptions, listOptions api.ListOptions) error
	Get(name string) (*testgroup.TestType, error)
	List(opts api.ListOptions) (*testgroup.TestTypeList, error)
	Watch(opts api.ListOptions) (watch.Interface, error)
	TestTypeExpansion
}

TestTypeInterface has methods to work with TestType resources.

type TestTypeNamespacer

type TestTypeNamespacer interface {
	TestTypes(namespace string) TestTypeInterface
}

TestTypeNamespacer has methods to work with TestType resources in a namespace

type TestgroupClient

type TestgroupClient struct {
	*unversioned.RESTClient
}

TestgroupClient is used to interact with features provided by the Testgroup group.

func New

New creates a new TestgroupClient for the given RESTClient.

func NewForConfig

func NewForConfig(c *unversioned.Config) (*TestgroupClient, error)

NewForConfig creates a new TestgroupClient for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *unversioned.Config) *TestgroupClient

NewForConfigOrDie creates a new TestgroupClient for the given config and panics if there is an error in the config.

func (*TestgroupClient) TestTypes

func (c *TestgroupClient) TestTypes(namespace string) TestTypeInterface

type TestgroupInterface

type TestgroupInterface interface {
	TestTypeNamespacer
}

Source Files

doc.go generated_expansion.go testgroup_client.go testtype.go testtype_expansion.go

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

Tools for package owners.