client-gok8s.io/client-go/1.5/kubernetes Index | Files | Directories

package kubernetes

import "k8s.io/client-go/1.5/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) 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
1.5/kubernetes/fakeThis package has the automatically generated fake clientset.
1.5/kubernetes/typed
1.5/kubernetes/typed/apps
1.5/kubernetes/typed/apps/v1alpha1This package has the automatically generated typed clients.
1.5/kubernetes/typed/apps/v1alpha1/fakePackage fake has the automatically generated clients.
1.5/kubernetes/typed/authentication
1.5/kubernetes/typed/authentication/v1beta1This package has the automatically generated typed clients.
1.5/kubernetes/typed/authentication/v1beta1/fakePackage fake has the automatically generated clients.
1.5/kubernetes/typed/authorization
1.5/kubernetes/typed/authorization/v1beta1This package has the automatically generated typed clients.
1.5/kubernetes/typed/authorization/v1beta1/fakePackage fake has the automatically generated clients.
1.5/kubernetes/typed/autoscaling
1.5/kubernetes/typed/autoscaling/v1This package has the automatically generated typed clients.
1.5/kubernetes/typed/autoscaling/v1/fakePackage fake has the automatically generated clients.
1.5/kubernetes/typed/batch
1.5/kubernetes/typed/batch/v1This package has the automatically generated typed clients.
1.5/kubernetes/typed/batch/v1/fakePackage fake has the automatically generated clients.
1.5/kubernetes/typed/certificates
1.5/kubernetes/typed/certificates/v1alpha1This package has the automatically generated typed clients.
1.5/kubernetes/typed/certificates/v1alpha1/fakePackage fake has the automatically generated clients.
1.5/kubernetes/typed/core
1.5/kubernetes/typed/core/v1This package has the automatically generated typed clients.
1.5/kubernetes/typed/core/v1/fakePackage fake has the automatically generated clients.
1.5/kubernetes/typed/extensions
1.5/kubernetes/typed/extensions/v1beta1This package has the automatically generated typed clients.
1.5/kubernetes/typed/extensions/v1beta1/fakePackage fake has the automatically generated clients.
1.5/kubernetes/typed/policy
1.5/kubernetes/typed/policy/v1alpha1This package has the automatically generated typed clients.
1.5/kubernetes/typed/policy/v1alpha1/fakePackage fake has the automatically generated clients.
1.5/kubernetes/typed/rbac
1.5/kubernetes/typed/rbac/v1alpha1This package has the automatically generated typed clients.
1.5/kubernetes/typed/rbac/v1alpha1/fakePackage fake has the automatically generated clients.
1.5/kubernetes/typed/storage
1.5/kubernetes/typed/storage/v1beta1This package has the automatically generated typed clients.
1.5/kubernetes/typed/storage/v1beta1/fakePackage fake has the automatically generated clients.
Version
v1.5.0
Published
Oct 23, 2016
Platform
js/wasm
Imports
29 packages
Last checked
1 minute ago

Tools for package owners.