clientset

package
v0.0.0-...-28996d3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 12, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterClientset

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

ClusterClientset contains the clients for groups.

func NewForConfig

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

NewForConfig creates a new ClusterClientset 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. NewForConfig is equivalent to NewForConfigAndClient(c, httpClient), where httpClient was generated with rest.HTTPClientFor(c).

func NewForConfigAndClient

func NewForConfigAndClient(c *rest.Config, httpClient *http.Client) (*ClusterClientset, error)

NewForConfigAndClient creates a new ClusterClientset for the given config and http client. Note the http client provided takes precedence over the configured transport values. If config's RateLimiter is not set and QPS and Burst are acceptable, NewForConfigAndClient will generate a rate-limiter in configShallowCopy.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *ClusterClientset

NewForConfigOrDie creates a new ClusterClientset for the given config and panics if there is an error in the config.

func (*ClusterClientset) ApiextensionsV1

ApiextensionsV1 retrieves the ApiextensionsV1ClusterClient.

func (*ClusterClientset) ApiextensionsV1beta1

ApiextensionsV1beta1 retrieves the ApiextensionsV1beta1ClusterClient.

func (*ClusterClientset) Cluster

func (c *ClusterClientset) Cluster(clusterPath logicalcluster.Path) client.Interface

Cluster scopes this clientset to one cluster.

func (*ClusterClientset) Discovery

Discovery retrieves the DiscoveryClient

type ClusterInterface

type ClusterInterface interface {
	Cluster(logicalcluster.Path) client.Interface
	Discovery() discovery.DiscoveryInterface
	ApiextensionsV1() apiextensionsv1.ApiextensionsV1ClusterInterface
	ApiextensionsV1beta1() apiextensionsv1beta1.ApiextensionsV1beta1ClusterInterface
}

Directories

Path Synopsis
typed

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL