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

Apps retrieves the AppsClient

func (*Clientset) Authentication

Authentication retrieves the AuthenticationClient

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

Certificates retrieves the CertificatesClient

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

func (*Clientset) Rbac

Rbac retrieves the RbacClient

func (*Clientset) Storage

Storage retrieves the StorageClient

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/apps
pkg/client/clientset_generated/release_1_4/typed/apps/v1alpha1This package has the automatically generated typed clients.
pkg/client/clientset_generated/release_1_4/typed/apps/v1alpha1/fakePackage fake has the automatically generated clients.
pkg/client/clientset_generated/release_1_4/typed/authentication
pkg/client/clientset_generated/release_1_4/typed/authentication/v1beta1This package has the automatically generated typed clients.
pkg/client/clientset_generated/release_1_4/typed/authentication/v1beta1/fakePackage fake has the automatically generated clients.
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/certificates
pkg/client/clientset_generated/release_1_4/typed/certificates/v1alpha1This package has the automatically generated typed clients.
pkg/client/clientset_generated/release_1_4/typed/certificates/v1alpha1/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.
pkg/client/clientset_generated/release_1_4/typed/rbac
pkg/client/clientset_generated/release_1_4/typed/rbac/v1alpha1This package has the automatically generated typed clients.
pkg/client/clientset_generated/release_1_4/typed/rbac/v1alpha1/fakePackage fake has the automatically generated clients.
pkg/client/clientset_generated/release_1_4/typed/storage
pkg/client/clientset_generated/release_1_4/typed/storage/v1beta1This package has the automatically generated typed clients.
pkg/client/clientset_generated/release_1_4/typed/storage/v1beta1/fakePackage fake has the automatically generated clients.
Version
v1.4.3
Published
Oct 16, 2016
Platform
darwin/amd64
Imports
28 packages
Last checked
37 seconds ago

Tools for package owners.