v1alpha1

package
v1.11.0 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2019 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 CDIConfigExpansion added in v1.6.0

type CDIConfigExpansion interface{}

type CDIConfigInterface added in v1.6.0

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

CDIConfigInterface has methods to work with CDIConfig resources.

type CDIConfigsGetter added in v1.6.0

type CDIConfigsGetter interface {
	CDIConfigs() CDIConfigInterface
}

CDIConfigsGetter has a method to return a CDIConfigInterface. A group's client should implement this interface.

type CDIExpansion

type CDIExpansion interface{}

type CDIInterface

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

CDIInterface has methods to work with CDI resources.

type CDIsGetter

type CDIsGetter interface {
	CDIs() CDIInterface
}

CDIsGetter has a method to return a CDIInterface. A group's client should implement this interface.

type CdiV1alpha1Client

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

CdiV1alpha1Client is used to interact with features provided by the cdi.kubevirt.io group.

func New

New creates a new CdiV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new CdiV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *CdiV1alpha1Client

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

func (*CdiV1alpha1Client) CDIConfigs added in v1.6.0

func (c *CdiV1alpha1Client) CDIConfigs() CDIConfigInterface

func (*CdiV1alpha1Client) CDIs

func (c *CdiV1alpha1Client) CDIs() CDIInterface

func (*CdiV1alpha1Client) DataVolumes

func (c *CdiV1alpha1Client) DataVolumes(namespace string) DataVolumeInterface

func (*CdiV1alpha1Client) RESTClient

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

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

type CdiV1alpha1Interface

type CdiV1alpha1Interface interface {
	RESTClient() rest.Interface
	CDIsGetter
	CDIConfigsGetter
	DataVolumesGetter
}

type DataVolumeExpansion

type DataVolumeExpansion interface{}

type DataVolumeInterface

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

DataVolumeInterface has methods to work with DataVolume resources.

type DataVolumesGetter

type DataVolumesGetter interface {
	DataVolumes(namespace string) DataVolumeInterface
}

DataVolumesGetter has a method to return a DataVolumeInterface. 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