v1beta1

package
v1.19.1 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2022 License: MIT Imports: 7 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 CoreV1beta1Client

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

CoreV1beta1Client is used to interact with features provided by the core.kubefed.io group.

func New

New creates a new CoreV1beta1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new CoreV1beta1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *CoreV1beta1Client

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

func (*CoreV1beta1Client) FederatedTypeConfigs

func (c *CoreV1beta1Client) FederatedTypeConfigs(namespace string) FederatedTypeConfigInterface

func (*CoreV1beta1Client) KubeFedClusters

func (c *CoreV1beta1Client) KubeFedClusters(namespace string) KubeFedClusterInterface

func (*CoreV1beta1Client) KubeFedConfigs

func (c *CoreV1beta1Client) KubeFedConfigs(namespace string) KubeFedConfigInterface

func (*CoreV1beta1Client) RESTClient

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

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

type FederatedTypeConfigExpansion

type FederatedTypeConfigExpansion interface{}

type FederatedTypeConfigInterface

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

FederatedTypeConfigInterface has methods to work with FederatedTypeConfig resources.

type FederatedTypeConfigsGetter

type FederatedTypeConfigsGetter interface {
	FederatedTypeConfigs(namespace string) FederatedTypeConfigInterface
}

FederatedTypeConfigsGetter has a method to return a FederatedTypeConfigInterface. A group's client should implement this interface.

type KubeFedClusterExpansion

type KubeFedClusterExpansion interface{}

type KubeFedClusterInterface

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

KubeFedClusterInterface has methods to work with KubeFedCluster resources.

type KubeFedClustersGetter

type KubeFedClustersGetter interface {
	KubeFedClusters(namespace string) KubeFedClusterInterface
}

KubeFedClustersGetter has a method to return a KubeFedClusterInterface. A group's client should implement this interface.

type KubeFedConfigExpansion

type KubeFedConfigExpansion interface{}

type KubeFedConfigInterface

type KubeFedConfigInterface interface {
	Create(*v1beta1.KubeFedConfig) (*v1beta1.KubeFedConfig, error)
	Update(*v1beta1.KubeFedConfig) (*v1beta1.KubeFedConfig, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1beta1.KubeFedConfig, error)
	List(opts v1.ListOptions) (*v1beta1.KubeFedConfigList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.KubeFedConfig, err error)
	KubeFedConfigExpansion
}

KubeFedConfigInterface has methods to work with KubeFedConfig resources.

type KubeFedConfigsGetter

type KubeFedConfigsGetter interface {
	KubeFedConfigs(namespace string) KubeFedConfigInterface
}

KubeFedConfigsGetter has a method to return a KubeFedConfigInterface. 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