package kubernetes

import "k8s.io/kubernetes/staging/src/k8s.io/client-go/1.4/kubernetes"

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

func New(c *rest.RESTClient) *Clientset

New creates a new Clientset for the given RESTClient.

func NewForConfig

func NewForConfig(c *rest.Config) (*Clientset, error)

NewForConfig creates a new Clientset for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.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
staging/src/k8s.io/client-go/1.4/kubernetes/fakeThis package has the automatically generated fake clientset.
staging/src/k8s.io/client-go/1.4/kubernetes/typed
staging/src/k8s.io/client-go/1.4/kubernetes/typed/authorization
staging/src/k8s.io/client-go/1.4/kubernetes/typed/authorization/v1beta1This package has the automatically generated typed clients.
staging/src/k8s.io/client-go/1.4/kubernetes/typed/authorization/v1beta1/fakePackage fake has the automatically generated clients.
staging/src/k8s.io/client-go/1.4/kubernetes/typed/autoscaling
staging/src/k8s.io/client-go/1.4/kubernetes/typed/autoscaling/v1This package has the automatically generated typed clients.
staging/src/k8s.io/client-go/1.4/kubernetes/typed/autoscaling/v1/fakePackage fake has the automatically generated clients.
staging/src/k8s.io/client-go/1.4/kubernetes/typed/batch
staging/src/k8s.io/client-go/1.4/kubernetes/typed/batch/v1This package has the automatically generated typed clients.
staging/src/k8s.io/client-go/1.4/kubernetes/typed/batch/v1/fakePackage fake has the automatically generated clients.
staging/src/k8s.io/client-go/1.4/kubernetes/typed/core
staging/src/k8s.io/client-go/1.4/kubernetes/typed/core/v1This package has the automatically generated typed clients.
staging/src/k8s.io/client-go/1.4/kubernetes/typed/core/v1/fakePackage fake has the automatically generated clients.
staging/src/k8s.io/client-go/1.4/kubernetes/typed/extensions
staging/src/k8s.io/client-go/1.4/kubernetes/typed/extensions/v1beta1This package has the automatically generated typed clients.
staging/src/k8s.io/client-go/1.4/kubernetes/typed/extensions/v1beta1/fakePackage fake has the automatically generated clients.
staging/src/k8s.io/client-go/1.4/kubernetes/typed/policy
staging/src/k8s.io/client-go/1.4/kubernetes/typed/policy/v1alpha1This package has the automatically generated typed clients.
staging/src/k8s.io/client-go/1.4/kubernetes/typed/policy/v1alpha1/fakePackage fake has the automatically generated clients.
Version
v1.4.0-beta.11
Published
Sep 23, 2016
Platform
linux/amd64
Imports
18 packages
Last checked
1 minute ago

Tools for package owners.