package release_1_4

import "k8s.io/kubernetes/pkg/client/clientset_generated/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) Authorization

Authorization retrieves the AuthorizationClient

func (*Clientset) Autoscaling

func (c *Clientset) Autoscaling() v1autoscaling.AutoscalingInterface

Autoscaling retrieves the AutoscalingClient

func (*Clientset) Batch

func (c *Clientset) Batch() v1batch.BatchInterface

Batch retrieves the BatchClient

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

Policy retrieves the PolicyClient

type Interface

Source Files

clientset.go doc.go import_known_versions.go

Directories

PathSynopsis
pkg/client/clientset_generated/release_1_4/fakeThis package has the automatically generated fake clientset.
pkg/client/clientset_generated/release_1_4/typed
pkg/client/clientset_generated/release_1_4/typed/authorization
pkg/client/clientset_generated/release_1_4/typed/authorization/v1beta1This package has the automatically generated typed clients.
pkg/client/clientset_generated/release_1_4/typed/authorization/v1beta1/fakePackage fake has the automatically generated clients.
pkg/client/clientset_generated/release_1_4/typed/autoscaling
pkg/client/clientset_generated/release_1_4/typed/autoscaling/v1This package has the automatically generated typed clients.
pkg/client/clientset_generated/release_1_4/typed/autoscaling/v1/fakePackage fake has the automatically generated clients.
pkg/client/clientset_generated/release_1_4/typed/batch
pkg/client/clientset_generated/release_1_4/typed/batch/v1This package has the automatically generated typed clients.
pkg/client/clientset_generated/release_1_4/typed/batch/v1/fakePackage fake has the automatically generated clients.
pkg/client/clientset_generated/release_1_4/typed/core
pkg/client/clientset_generated/release_1_4/typed/core/v1This package has the automatically generated typed clients.
pkg/client/clientset_generated/release_1_4/typed/core/v1/fakePackage fake has the automatically generated clients.
pkg/client/clientset_generated/release_1_4/typed/extensions
pkg/client/clientset_generated/release_1_4/typed/extensions/v1beta1This package has the automatically generated typed clients.
pkg/client/clientset_generated/release_1_4/typed/extensions/v1beta1/fakePackage fake has the automatically generated clients.
pkg/client/clientset_generated/release_1_4/typed/policy
pkg/client/clientset_generated/release_1_4/typed/policy/v1alpha1This package has the automatically generated typed clients.
pkg/client/clientset_generated/release_1_4/typed/policy/v1alpha1/fakePackage fake has the automatically generated clients.
Version
v1.4.0-beta.5
Published
Sep 15, 2016
Platform
js/wasm
Imports
19 packages
Last checked
38 seconds ago

Tools for package owners.