kubernetesk8s.io/kubernetes/federation/client/clientset_generated/federation_release_1_5 Index | Files | Directories

package federation_release_1_5

import "k8s.io/kubernetes/federation/client/clientset_generated/federation_release_1_5"

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.CoreV1Interface

Deprecated: Core retrieves the default version of CoreClient. Please explicitly pick a version.

func (*Clientset) CoreV1

func (c *Clientset) CoreV1() v1core.CoreV1Interface

CoreV1 retrieves the CoreV1Client

func (*Clientset) Discovery

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

Discovery retrieves the DiscoveryClient

func (*Clientset) Extensions

Deprecated: Extensions retrieves the default version of ExtensionsClient. Please explicitly pick a version.

func (*Clientset) ExtensionsV1beta1

ExtensionsV1beta1 retrieves the ExtensionsV1beta1Client

func (*Clientset) Federation

Deprecated: Federation retrieves the default version of FederationClient. Please explicitly pick a version.

func (*Clientset) FederationV1beta1

FederationV1beta1 retrieves the FederationV1beta1Client

type Interface

type Interface interface {
	Discovery() discovery.DiscoveryInterface
	CoreV1() v1core.CoreV1Interface
	// Deprecated: please explicitly pick a version if possible.
	Core() v1core.CoreV1Interface
	ExtensionsV1beta1() v1beta1extensions.ExtensionsV1beta1Interface
	// Deprecated: please explicitly pick a version if possible.
	Extensions() v1beta1extensions.ExtensionsV1beta1Interface
	FederationV1beta1() v1beta1federation.FederationV1beta1Interface
	// Deprecated: please explicitly pick a version if possible.
	Federation() v1beta1federation.FederationV1beta1Interface
}

Source Files

clientset.go doc.go import_known_versions.go

Directories

PathSynopsis
federation/client/clientset_generated/federation_release_1_5/fakeThis package has the automatically generated fake clientset.
federation/client/clientset_generated/federation_release_1_5/typed
federation/client/clientset_generated/federation_release_1_5/typed/core
federation/client/clientset_generated/federation_release_1_5/typed/core/v1This package has the automatically generated typed clients.
federation/client/clientset_generated/federation_release_1_5/typed/core/v1/fakePackage fake has the automatically generated clients.
federation/client/clientset_generated/federation_release_1_5/typed/extensions
federation/client/clientset_generated/federation_release_1_5/typed/extensions/v1beta1This package has the automatically generated typed clients.
federation/client/clientset_generated/federation_release_1_5/typed/extensions/v1beta1/fakePackage fake has the automatically generated clients.
federation/client/clientset_generated/federation_release_1_5/typed/federation
federation/client/clientset_generated/federation_release_1_5/typed/federation/v1beta1This package has the automatically generated typed clients.
federation/client/clientset_generated/federation_release_1_5/typed/federation/v1beta1/fakePackage fake has the automatically generated clients.
Version
v1.5.0-beta.0
Published
Nov 6, 2016
Platform
linux/amd64
Imports
9 packages
Last checked
6 minutes ago

Tools for package owners.