v1alpha1

package
v0.0.0-...-44dad58 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

This package has the automatically generated typed clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterVersionExpansion

type ClusterVersionExpansion interface{}

type ClusterVersionInterface

type ClusterVersionInterface interface {
	Create(*v1alpha1.ClusterVersion) (*v1alpha1.ClusterVersion, error)
	Update(*v1alpha1.ClusterVersion) (*v1alpha1.ClusterVersion, error)
	UpdateStatus(*v1alpha1.ClusterVersion) (*v1alpha1.ClusterVersion, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.ClusterVersion, error)
	List(opts v1.ListOptions) (*v1alpha1.ClusterVersionList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.ClusterVersion, err error)
	ClusterVersionExpansion
}

ClusterVersionInterface has methods to work with ClusterVersion resources.

type ClusterVersionsGetter

type ClusterVersionsGetter interface {
	ClusterVersions() ClusterVersionInterface
}

ClusterVersionsGetter has a method to return a ClusterVersionInterface. A group's client should implement this interface.

type TenancyV1alpha1Client

type TenancyV1alpha1Client struct {
	// contains filtered or unexported fields
}

TenancyV1alpha1Client is used to interact with features provided by the tenancy.x-k8s.io group.

func New

New creates a new TenancyV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new TenancyV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *TenancyV1alpha1Client

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

func (*TenancyV1alpha1Client) ClusterVersions

func (c *TenancyV1alpha1Client) ClusterVersions() ClusterVersionInterface

func (*TenancyV1alpha1Client) RESTClient

func (c *TenancyV1alpha1Client) RESTClient() rest.Interface

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

func (*TenancyV1alpha1Client) VirtualClusters

func (c *TenancyV1alpha1Client) VirtualClusters(namespace string) VirtualClusterInterface

type TenancyV1alpha1Interface

type TenancyV1alpha1Interface interface {
	RESTClient() rest.Interface
	ClusterVersionsGetter
	VirtualClustersGetter
}

type VirtualClusterExpansion

type VirtualClusterExpansion interface{}

type VirtualClusterInterface

type VirtualClusterInterface interface {
	Create(*v1alpha1.VirtualCluster) (*v1alpha1.VirtualCluster, error)
	Update(*v1alpha1.VirtualCluster) (*v1alpha1.VirtualCluster, error)
	UpdateStatus(*v1alpha1.VirtualCluster) (*v1alpha1.VirtualCluster, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.VirtualCluster, error)
	List(opts v1.ListOptions) (*v1alpha1.VirtualClusterList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.VirtualCluster, err error)
	VirtualClusterExpansion
}

VirtualClusterInterface has methods to work with VirtualCluster resources.

type VirtualClustersGetter

type VirtualClustersGetter interface {
	VirtualClusters(namespace string) VirtualClusterInterface
}

VirtualClustersGetter has a method to return a VirtualClusterInterface. A group's client should implement this interface.

Directories

Path Synopsis
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