v1beta1

package
v0.0.0-...-815ff22 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2024 License: Apache-2.0 Imports: 9 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 NuclioAPIGatewayExpansion

type NuclioAPIGatewayExpansion interface{}

type NuclioAPIGatewayInterface

type NuclioAPIGatewayInterface interface {
	Create(ctx context.Context, nuclioAPIGateway *v1beta1.NuclioAPIGateway, opts v1.CreateOptions) (*v1beta1.NuclioAPIGateway, error)
	Update(ctx context.Context, nuclioAPIGateway *v1beta1.NuclioAPIGateway, opts v1.UpdateOptions) (*v1beta1.NuclioAPIGateway, 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) (*v1beta1.NuclioAPIGateway, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.NuclioAPIGatewayList, 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 *v1beta1.NuclioAPIGateway, err error)
	NuclioAPIGatewayExpansion
}

NuclioAPIGatewayInterface has methods to work with NuclioAPIGateway resources.

type NuclioAPIGatewaysGetter

type NuclioAPIGatewaysGetter interface {
	NuclioAPIGateways(namespace string) NuclioAPIGatewayInterface
}

NuclioAPIGatewaysGetter has a method to return a NuclioAPIGatewayInterface. A group's client should implement this interface.

type NuclioFunctionEventExpansion

type NuclioFunctionEventExpansion interface{}

type NuclioFunctionEventInterface

type NuclioFunctionEventInterface interface {
	Create(ctx context.Context, nuclioFunctionEvent *v1beta1.NuclioFunctionEvent, opts v1.CreateOptions) (*v1beta1.NuclioFunctionEvent, error)
	Update(ctx context.Context, nuclioFunctionEvent *v1beta1.NuclioFunctionEvent, opts v1.UpdateOptions) (*v1beta1.NuclioFunctionEvent, 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) (*v1beta1.NuclioFunctionEvent, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.NuclioFunctionEventList, 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 *v1beta1.NuclioFunctionEvent, err error)
	NuclioFunctionEventExpansion
}

NuclioFunctionEventInterface has methods to work with NuclioFunctionEvent resources.

type NuclioFunctionEventsGetter

type NuclioFunctionEventsGetter interface {
	NuclioFunctionEvents(namespace string) NuclioFunctionEventInterface
}

NuclioFunctionEventsGetter has a method to return a NuclioFunctionEventInterface. A group's client should implement this interface.

type NuclioFunctionExpansion

type NuclioFunctionExpansion interface{}

type NuclioFunctionInterface

type NuclioFunctionInterface interface {
	Create(ctx context.Context, nuclioFunction *v1beta1.NuclioFunction, opts v1.CreateOptions) (*v1beta1.NuclioFunction, error)
	Update(ctx context.Context, nuclioFunction *v1beta1.NuclioFunction, opts v1.UpdateOptions) (*v1beta1.NuclioFunction, error)
	UpdateStatus(ctx context.Context, nuclioFunction *v1beta1.NuclioFunction, opts v1.UpdateOptions) (*v1beta1.NuclioFunction, 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) (*v1beta1.NuclioFunction, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.NuclioFunctionList, 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 *v1beta1.NuclioFunction, err error)
	NuclioFunctionExpansion
}

NuclioFunctionInterface has methods to work with NuclioFunction resources.

type NuclioFunctionsGetter

type NuclioFunctionsGetter interface {
	NuclioFunctions(namespace string) NuclioFunctionInterface
}

NuclioFunctionsGetter has a method to return a NuclioFunctionInterface. A group's client should implement this interface.

type NuclioProjectExpansion

type NuclioProjectExpansion interface{}

type NuclioProjectInterface

type NuclioProjectInterface interface {
	Create(ctx context.Context, nuclioProject *v1beta1.NuclioProject, opts v1.CreateOptions) (*v1beta1.NuclioProject, error)
	Update(ctx context.Context, nuclioProject *v1beta1.NuclioProject, opts v1.UpdateOptions) (*v1beta1.NuclioProject, 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) (*v1beta1.NuclioProject, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.NuclioProjectList, 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 *v1beta1.NuclioProject, err error)
	NuclioProjectExpansion
}

NuclioProjectInterface has methods to work with NuclioProject resources.

type NuclioProjectsGetter

type NuclioProjectsGetter interface {
	NuclioProjects(namespace string) NuclioProjectInterface
}

NuclioProjectsGetter has a method to return a NuclioProjectInterface. A group's client should implement this interface.

type NuclioV1beta1Client

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

NuclioV1beta1Client is used to interact with features provided by the nuclio.io group.

func New

New creates a new NuclioV1beta1Client for the given RESTClient.

func NewForConfig

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

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

func NewForConfigAndClient

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

NewForConfigAndClient creates a new NuclioV1beta1Client 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) *NuclioV1beta1Client

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

func (*NuclioV1beta1Client) NuclioAPIGateways

func (c *NuclioV1beta1Client) NuclioAPIGateways(namespace string) NuclioAPIGatewayInterface

func (*NuclioV1beta1Client) NuclioFunctionEvents

func (c *NuclioV1beta1Client) NuclioFunctionEvents(namespace string) NuclioFunctionEventInterface

func (*NuclioV1beta1Client) NuclioFunctions

func (c *NuclioV1beta1Client) NuclioFunctions(namespace string) NuclioFunctionInterface

func (*NuclioV1beta1Client) NuclioProjects

func (c *NuclioV1beta1Client) NuclioProjects(namespace string) NuclioProjectInterface

func (*NuclioV1beta1Client) RESTClient

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

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

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