package release_1_2

import "k8s.io/kubernetes/pkg/client/clientset_generated/release_1_2"

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

func (c *Clientset) Core() v1core.CoreInterface

Core retrieves the CoreClient

func (*Clientset) Discovery

func (c *Clientset) Discovery() discovery.DiscoveryInterface

Discovery retrieves the DiscoveryClient

func (*Clientset) Extensions

Extensions retrieves the ExtensionsClient

type Interface

type Interface interface {
	Discovery() discovery.DiscoveryInterface
	Core() v1core.CoreInterface
	Extensions() v1beta1extensions.ExtensionsInterface
}

Source Files

clientset.go doc.go import_known_versions.go

Directories

PathSynopsis
pkg/client/clientset_generated/release_1_2/fakeThis package has the automatically generated fake clientset.
pkg/client/clientset_generated/release_1_2/typed
pkg/client/clientset_generated/release_1_2/typed/core
pkg/client/clientset_generated/release_1_2/typed/core/v1This package has the automatically generated typed clients.
pkg/client/clientset_generated/release_1_2/typed/core/v1/fakePackage fake has the automatically generated clients.
pkg/client/clientset_generated/release_1_2/typed/extensions
pkg/client/clientset_generated/release_1_2/typed/extensions/v1beta1This package has the automatically generated typed clients.
pkg/client/clientset_generated/release_1_2/typed/extensions/v1beta1/fakePackage fake has the automatically generated clients.
Version
v1.4.0-beta.5
Published
Sep 15, 2016
Platform
js/wasm
Imports
13 packages
Last checked
4 minutes ago

Tools for package owners.