versioned

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 License: Apache-2.0 Imports: 32 Imported by: 0

Documentation

Overview

This package has the automatically generated clientset.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

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

AlertingV1alpha1 retrieves the AlertingV1alpha1Client

func (*Clientset) ApplicationV1alpha1

ApplicationV1alpha1 retrieves the ApplicationV1alpha1Client

func (*Clientset) AutotagV1alpha1

func (c *Clientset) AutotagV1alpha1() autotagv1alpha1.AutotagV1alpha1Interface

AutotagV1alpha1 retrieves the AutotagV1alpha1Client

func (*Clientset) AwsV1alpha1

func (c *Clientset) AwsV1alpha1() awsv1alpha1.AwsV1alpha1Interface

AwsV1alpha1 retrieves the AwsV1alpha1Client

func (*Clientset) AzureV1alpha1

func (c *Clientset) AzureV1alpha1() azurev1alpha1.AzureV1alpha1Interface

AzureV1alpha1 retrieves the AzureV1alpha1Client

func (*Clientset) BrowserV1alpha1 added in v0.4.0

func (c *Clientset) BrowserV1alpha1() browserv1alpha1.BrowserV1alpha1Interface

BrowserV1alpha1 retrieves the BrowserV1alpha1Client

func (*Clientset) CalculatedV1alpha1

CalculatedV1alpha1 retrieves the CalculatedV1alpha1Client

func (*Clientset) CustomV1alpha1

func (c *Clientset) CustomV1alpha1() customv1alpha1.CustomV1alpha1Interface

CustomV1alpha1 retrieves the CustomV1alpha1Client

func (*Clientset) DashboardV1alpha1

DashboardV1alpha1 retrieves the DashboardV1alpha1Client

func (*Clientset) DatabaseV1alpha1

DatabaseV1alpha1 retrieves the DatabaseV1alpha1Client

func (*Clientset) Discovery

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

Discovery retrieves the DiscoveryClient

func (*Clientset) DiskV1alpha1

func (c *Clientset) DiskV1alpha1() diskv1alpha1.DiskV1alpha1Interface

DiskV1alpha1 retrieves the DiskV1alpha1Client

func (*Clientset) EnvironmentV1alpha1 added in v0.4.0

EnvironmentV1alpha1 retrieves the EnvironmentV1alpha1Client

func (*Clientset) HostV1alpha1

func (c *Clientset) HostV1alpha1() hostv1alpha1.HostV1alpha1Interface

HostV1alpha1 retrieves the HostV1alpha1Client

func (*Clientset) HttpV1alpha1 added in v0.4.0

func (c *Clientset) HttpV1alpha1() httpv1alpha1.HttpV1alpha1Interface

HttpV1alpha1 retrieves the HttpV1alpha1Client

func (*Clientset) K8sV1alpha1

func (c *Clientset) K8sV1alpha1() k8sv1alpha1.K8sV1alpha1Interface

K8sV1alpha1 retrieves the K8sV1alpha1Client

func (*Clientset) KeyV1alpha1 added in v0.5.0

func (c *Clientset) KeyV1alpha1() keyv1alpha1.KeyV1alpha1Interface

KeyV1alpha1 retrieves the KeyV1alpha1Client

func (*Clientset) MaintenanceV1alpha1

MaintenanceV1alpha1 retrieves the MaintenanceV1alpha1Client

func (*Clientset) ManagementV1alpha1

ManagementV1alpha1 retrieves the ManagementV1alpha1Client

func (*Clientset) MobileV1alpha1 added in v0.4.0

func (c *Clientset) MobileV1alpha1() mobilev1alpha1.MobileV1alpha1Interface

MobileV1alpha1 retrieves the MobileV1alpha1Client

func (*Clientset) NotificationV1alpha1

NotificationV1alpha1 retrieves the NotificationV1alpha1Client

func (*Clientset) ProcessgroupV1alpha1

ProcessgroupV1alpha1 retrieves the ProcessgroupV1alpha1Client

func (*Clientset) RequestV1alpha1

func (c *Clientset) RequestV1alpha1() requestv1alpha1.RequestV1alpha1Interface

RequestV1alpha1 retrieves the RequestV1alpha1Client

func (*Clientset) ResourceV1alpha1

ResourceV1alpha1 retrieves the ResourceV1alpha1Client

func (*Clientset) ServiceV1alpha1

func (c *Clientset) ServiceV1alpha1() servicev1alpha1.ServiceV1alpha1Interface

ServiceV1alpha1 retrieves the ServiceV1alpha1Client

func (*Clientset) SloV1alpha1

func (c *Clientset) SloV1alpha1() slov1alpha1.SloV1alpha1Interface

SloV1alpha1 retrieves the SloV1alpha1Client

func (*Clientset) SpanV1alpha1

func (c *Clientset) SpanV1alpha1() spanv1alpha1.SpanV1alpha1Interface

SpanV1alpha1 retrieves the SpanV1alpha1Client

func (*Clientset) UserV1alpha1 added in v0.5.0

func (c *Clientset) UserV1alpha1() userv1alpha1.UserV1alpha1Interface

UserV1alpha1 retrieves the UserV1alpha1Client

func (*Clientset) WebV1alpha1 added in v0.5.0

func (c *Clientset) WebV1alpha1() webv1alpha1.WebV1alpha1Interface

WebV1alpha1 retrieves the WebV1alpha1Client

type Interface

type Interface interface {
	Discovery() discovery.DiscoveryInterface
	AlertingV1alpha1() alertingv1alpha1.AlertingV1alpha1Interface
	ApplicationV1alpha1() applicationv1alpha1.ApplicationV1alpha1Interface
	AutotagV1alpha1() autotagv1alpha1.AutotagV1alpha1Interface
	AwsV1alpha1() awsv1alpha1.AwsV1alpha1Interface
	AzureV1alpha1() azurev1alpha1.AzureV1alpha1Interface
	BrowserV1alpha1() browserv1alpha1.BrowserV1alpha1Interface
	CalculatedV1alpha1() calculatedv1alpha1.CalculatedV1alpha1Interface
	CustomV1alpha1() customv1alpha1.CustomV1alpha1Interface
	DashboardV1alpha1() dashboardv1alpha1.DashboardV1alpha1Interface
	DatabaseV1alpha1() databasev1alpha1.DatabaseV1alpha1Interface
	DiskV1alpha1() diskv1alpha1.DiskV1alpha1Interface
	EnvironmentV1alpha1() environmentv1alpha1.EnvironmentV1alpha1Interface
	HostV1alpha1() hostv1alpha1.HostV1alpha1Interface
	HttpV1alpha1() httpv1alpha1.HttpV1alpha1Interface
	K8sV1alpha1() k8sv1alpha1.K8sV1alpha1Interface
	KeyV1alpha1() keyv1alpha1.KeyV1alpha1Interface
	MaintenanceV1alpha1() maintenancev1alpha1.MaintenanceV1alpha1Interface
	ManagementV1alpha1() managementv1alpha1.ManagementV1alpha1Interface
	MobileV1alpha1() mobilev1alpha1.MobileV1alpha1Interface
	NotificationV1alpha1() notificationv1alpha1.NotificationV1alpha1Interface
	ProcessgroupV1alpha1() processgroupv1alpha1.ProcessgroupV1alpha1Interface
	RequestV1alpha1() requestv1alpha1.RequestV1alpha1Interface
	ResourceV1alpha1() resourcev1alpha1.ResourceV1alpha1Interface
	ServiceV1alpha1() servicev1alpha1.ServiceV1alpha1Interface
	SloV1alpha1() slov1alpha1.SloV1alpha1Interface
	SpanV1alpha1() spanv1alpha1.SpanV1alpha1Interface
	UserV1alpha1() userv1alpha1.UserV1alpha1Interface
	WebV1alpha1() webv1alpha1.WebV1alpha1Interface
}

Directories

Path Synopsis
This package has the automatically generated fake clientset.
This package has the automatically generated fake clientset.
This package contains the scheme of the automatically generated clientset.
This package contains the scheme of the automatically generated clientset.
typed
alerting/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
alerting/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
application/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
application/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
autotag/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
autotag/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
aws/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
aws/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
azure/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
azure/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
browser/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
browser/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
calculated/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
calculated/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
custom/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
custom/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
dashboard/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
dashboard/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
database/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
database/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
disk/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
disk/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
environment/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
environment/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
host/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
host/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
http/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
http/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
k8s/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
k8s/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
key/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
key/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
maintenance/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
maintenance/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
management/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
management/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
mobile/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
mobile/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
notification/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
notification/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
processgroup/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
processgroup/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
request/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
request/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
resource/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
resource/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
service/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
service/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
slo/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
slo/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
span/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
span/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
user/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
user/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
web/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
web/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.

Jump to

Keyboard shortcuts

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