package internalclientset

import "k8s.io/kubernetes/cmd/kube-aggregator/pkg/client/clientset_generated/internalclientset"

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.Interface) *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) Apiregistration

Apiregistration retrieves the ApiregistrationClient

func (*Clientset) Discovery

func (c *Clientset) Discovery() discovery.DiscoveryInterface

Discovery retrieves the DiscoveryClient

type Interface

type Interface interface {
	Discovery() discovery.DiscoveryInterface
	Apiregistration() internalversionapiregistration.ApiregistrationInterface
}

Source Files

clientset.go doc.go

Directories

PathSynopsis
cmd/kube-aggregator/pkg/client/clientset_generated/internalclientset/fakeThis package has the automatically generated fake clientset.
cmd/kube-aggregator/pkg/client/clientset_generated/internalclientset/typed
cmd/kube-aggregator/pkg/client/clientset_generated/internalclientset/typed/apiregistration
cmd/kube-aggregator/pkg/client/clientset_generated/internalclientset/typed/apiregistration/internalversionThis package has the automatically generated typed clients.
cmd/kube-aggregator/pkg/client/clientset_generated/internalclientset/typed/apiregistration/internalversion/fakePackage fake has the automatically generated clients.
Version
v1.6.0-alpha.2
Published
Feb 12, 2017
Platform
windows/amd64
Imports
6 packages
Last checked
2 minutes ago

Tools for package owners.