package versioned

import "k8s.io/node-api/pkg/client/clientset/versioned"

This package has the automatically generated clientset.

Index

Types

type Clientset

type Clientset struct {
	*discovery.DiscoveryClient
	// contains filtered or unexported fields
}

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. If config's RateLimiter is not set and QPS and Burst are acceptable, NewForConfig will generate a rate-limiter in configShallowCopy.

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

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

Discovery retrieves the DiscoveryClient

func (*Clientset) NodeV1alpha1

func (c *Clientset) NodeV1alpha1() nodev1alpha1.NodeV1alpha1Interface

NodeV1alpha1 retrieves the NodeV1alpha1Client

type Interface

type Interface interface {
	Discovery() discovery.DiscoveryInterface
	NodeV1alpha1() nodev1alpha1.NodeV1alpha1Interface
}

Source Files

clientset.go doc.go

Directories

PathSynopsis
pkg/client/clientset/versioned/fakeThis package has the automatically generated fake clientset.
pkg/client/clientset/versioned/schemeThis package contains the scheme of the automatically generated clientset.
pkg/client/clientset/versioned/typed
pkg/client/clientset/versioned/typed/node
pkg/client/clientset/versioned/typed/node/v1alpha1This package has the automatically generated typed clients.
pkg/client/clientset/versioned/typed/node/v1alpha1/fakePackage fake has the automatically generated clients.
Version
v0.17.17 (latest)
Published
Jan 13, 2021
Platform
linux/amd64
Imports
5 packages
Last checked
6 hours ago

Tools for package owners.