v1alpha1

package
v0.39.0 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2023 License: Apache-2.0 Imports: 9 Imported by: 3

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 HorizonSourceExpansion added in v0.33.0

type HorizonSourceExpansion interface{}

type HorizonSourceInterface added in v0.33.0

type HorizonSourceInterface interface {
	Create(ctx context.Context, horizonSource *v1alpha1.HorizonSource, opts v1.CreateOptions) (*v1alpha1.HorizonSource, error)
	Update(ctx context.Context, horizonSource *v1alpha1.HorizonSource, opts v1.UpdateOptions) (*v1alpha1.HorizonSource, error)
	UpdateStatus(ctx context.Context, horizonSource *v1alpha1.HorizonSource, opts v1.UpdateOptions) (*v1alpha1.HorizonSource, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.HorizonSource, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.HorizonSourceList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.HorizonSource, err error)
	HorizonSourceExpansion
}

HorizonSourceInterface has methods to work with HorizonSource resources.

type HorizonSourcesGetter added in v0.33.0

type HorizonSourcesGetter interface {
	HorizonSources(namespace string) HorizonSourceInterface
}

HorizonSourcesGetter has a method to return a HorizonSourceInterface. A group's client should implement this interface.

type SourcesV1alpha1Client

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

SourcesV1alpha1Client is used to interact with features provided by the sources.tanzu.vmware.com group.

func New

New creates a new SourcesV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new SourcesV1alpha1Client for the given config. NewForConfig is equivalent to NewForConfigAndClient(c, httpClient), where httpClient was generated with rest.HTTPClientFor(c).

func NewForConfigAndClient added in v0.31.0

func NewForConfigAndClient(c *rest.Config, h *http.Client) (*SourcesV1alpha1Client, error)

NewForConfigAndClient creates a new SourcesV1alpha1Client for the given config and http client. Note the http client provided takes precedence over the configured transport values.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *SourcesV1alpha1Client

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

func (*SourcesV1alpha1Client) HorizonSources added in v0.33.0

func (c *SourcesV1alpha1Client) HorizonSources(namespace string) HorizonSourceInterface

func (*SourcesV1alpha1Client) RESTClient

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

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

func (*SourcesV1alpha1Client) VSphereBindings

func (c *SourcesV1alpha1Client) VSphereBindings(namespace string) VSphereBindingInterface

func (*SourcesV1alpha1Client) VSphereSources

func (c *SourcesV1alpha1Client) VSphereSources(namespace string) VSphereSourceInterface

type SourcesV1alpha1Interface

type SourcesV1alpha1Interface interface {
	RESTClient() rest.Interface
	HorizonSourcesGetter
	VSphereBindingsGetter
	VSphereSourcesGetter
}

type VSphereBindingExpansion

type VSphereBindingExpansion interface{}

type VSphereBindingInterface

type VSphereBindingInterface interface {
	Create(ctx context.Context, vSphereBinding *v1alpha1.VSphereBinding, opts v1.CreateOptions) (*v1alpha1.VSphereBinding, error)
	Update(ctx context.Context, vSphereBinding *v1alpha1.VSphereBinding, opts v1.UpdateOptions) (*v1alpha1.VSphereBinding, error)
	UpdateStatus(ctx context.Context, vSphereBinding *v1alpha1.VSphereBinding, opts v1.UpdateOptions) (*v1alpha1.VSphereBinding, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.VSphereBinding, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VSphereBindingList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.VSphereBinding, err error)
	VSphereBindingExpansion
}

VSphereBindingInterface has methods to work with VSphereBinding resources.

type VSphereBindingsGetter

type VSphereBindingsGetter interface {
	VSphereBindings(namespace string) VSphereBindingInterface
}

VSphereBindingsGetter has a method to return a VSphereBindingInterface. A group's client should implement this interface.

type VSphereSourceExpansion

type VSphereSourceExpansion interface{}

type VSphereSourceInterface

type VSphereSourceInterface interface {
	Create(ctx context.Context, vSphereSource *v1alpha1.VSphereSource, opts v1.CreateOptions) (*v1alpha1.VSphereSource, error)
	Update(ctx context.Context, vSphereSource *v1alpha1.VSphereSource, opts v1.UpdateOptions) (*v1alpha1.VSphereSource, error)
	UpdateStatus(ctx context.Context, vSphereSource *v1alpha1.VSphereSource, opts v1.UpdateOptions) (*v1alpha1.VSphereSource, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.VSphereSource, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VSphereSourceList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.VSphereSource, err error)
	VSphereSourceExpansion
}

VSphereSourceInterface has methods to work with VSphereSource resources.

type VSphereSourcesGetter

type VSphereSourcesGetter interface {
	VSphereSources(namespace string) VSphereSourceInterface
}

VSphereSourcesGetter has a method to return a VSphereSourceInterface. 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