package release_1_1

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

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 *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) Extensions

Extensions retrieves the ExtensionsClient

func (*Clientset) Legacy

Legacy retrieves the LegacyClient

type Interface

type Interface interface {
	Legacy() legacy_unversioned.LegacyClient
	Extensions() extensions_unversioned.ExtensionsClient
}

Source Files

clientset.go

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

Tools for package owners.