package versioned
import "k8s.io/node-api/pkg/client/clientset/versioned"
This package has the automatically generated clientset.
Index ¶
- type Clientset
- func New(c rest.Interface) *Clientset
- func NewForConfig(c *rest.Config) (*Clientset, error)
- func NewForConfigOrDie(c *rest.Config) *Clientset
- func (c *Clientset) Discovery() discovery.DiscoveryInterface
- func (c *Clientset) NodeV1alpha1() nodev1alpha1.NodeV1alpha1Interface
- type Interface
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 ¶
New creates a new Clientset for the given RESTClient.
func NewForConfig ¶
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 ¶
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 ¶
Path | Synopsis |
---|---|
pkg/client/clientset/versioned/fake | This package has the automatically generated fake clientset. |
pkg/client/clientset/versioned/scheme | This 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/v1alpha1 | This package has the automatically generated typed clients. |
pkg/client/clientset/versioned/typed/node/v1alpha1/fake | Package 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.