v1alpha1

package
v0.0.0-...-689e244 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2022 License: MIT 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 BarExpansion

type BarExpansion interface{}

type BarInterface

type BarInterface interface {
	Create(ctx context.Context, bar *v1alpha1.Bar, opts v1.CreateOptions) (*v1alpha1.Bar, error)
	Update(ctx context.Context, bar *v1alpha1.Bar, opts v1.UpdateOptions) (*v1alpha1.Bar, error)
	UpdateStatus(ctx context.Context, bar *v1alpha1.Bar, opts v1.UpdateOptions) (*v1alpha1.Bar, 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.Bar, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.BarList, 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.Bar, err error)
	BarExpansion
}

BarInterface has methods to work with Bar resources.

type BarsGetter

type BarsGetter interface {
	Bars(namespace string) BarInterface
}

BarsGetter has a method to return a BarInterface. A group's client should implement this interface.

type FooV1alpha1Client

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

FooV1alpha1Client is used to interact with features provided by the foo.anhdv.dev group.

func New

New creates a new FooV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new FooV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *FooV1alpha1Client

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

func (*FooV1alpha1Client) Bars

func (c *FooV1alpha1Client) Bars(namespace string) BarInterface

func (*FooV1alpha1Client) RESTClient

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

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

type FooV1alpha1Interface

type FooV1alpha1Interface interface {
	RESTClient() rest.Interface
	BarsGetter
}

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