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

package federation_release_1_4

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

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

func (*Clientset) Federation

Federation retrieves the FederationClient

type Interface

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

Source Files

clientset.go doc.go import_known_versions.go

Directories

PathSynopsis
federation/client/clientset_generated/federation_release_1_4/fakeThis package has the automatically generated fake clientset.
federation/client/clientset_generated/federation_release_1_4/typed
federation/client/clientset_generated/federation_release_1_4/typed/core
federation/client/clientset_generated/federation_release_1_4/typed/core/v1This package has the automatically generated typed clients.
federation/client/clientset_generated/federation_release_1_4/typed/core/v1/fakePackage fake has the automatically generated clients.
federation/client/clientset_generated/federation_release_1_4/typed/extensions
federation/client/clientset_generated/federation_release_1_4/typed/extensions/v1beta1This package has the automatically generated typed clients.
federation/client/clientset_generated/federation_release_1_4/typed/extensions/v1beta1/fakePackage fake has the automatically generated clients.
federation/client/clientset_generated/federation_release_1_4/typed/federation
federation/client/clientset_generated/federation_release_1_4/typed/federation/v1beta1This package has the automatically generated typed clients.
federation/client/clientset_generated/federation_release_1_4/typed/federation/v1beta1/fakePackage fake has the automatically generated clients.
Version
v1.4.3
Published
Oct 16, 2016
Platform
linux/amd64
Imports
8 packages
Last checked
3 minutes ago

Tools for package owners.