v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 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 ApplicationExpansion

type ApplicationExpansion interface{}

type ApplicationInterface

type ApplicationInterface interface {
	Create(ctx context.Context, application *v1alpha1.Application, opts v1.CreateOptions) (*v1alpha1.Application, error)
	Update(ctx context.Context, application *v1alpha1.Application, opts v1.UpdateOptions) (*v1alpha1.Application, error)
	UpdateStatus(ctx context.Context, application *v1alpha1.Application, opts v1.UpdateOptions) (*v1alpha1.Application, 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.Application, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ApplicationList, 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.Application, err error)
	ApplicationExpansion
}

ApplicationInterface has methods to work with Application resources.

type ApplicationsGetter

type ApplicationsGetter interface {
	Applications(namespace string) ApplicationInterface
}

ApplicationsGetter has a method to return a ApplicationInterface. A group's client should implement this interface.

type DataflowV1alpha1Client

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

DataflowV1alpha1Client is used to interact with features provided by the dataflow.oci.kubeform.com group.

func New

New creates a new DataflowV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new DataflowV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *DataflowV1alpha1Client

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

func (*DataflowV1alpha1Client) Applications

func (c *DataflowV1alpha1Client) Applications(namespace string) ApplicationInterface

func (*DataflowV1alpha1Client) InvokeRuns

func (c *DataflowV1alpha1Client) InvokeRuns(namespace string) InvokeRunInterface

func (*DataflowV1alpha1Client) PrivateEndpoints

func (c *DataflowV1alpha1Client) PrivateEndpoints(namespace string) PrivateEndpointInterface

func (*DataflowV1alpha1Client) RESTClient

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

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

type DataflowV1alpha1Interface

type DataflowV1alpha1Interface interface {
	RESTClient() rest.Interface
	ApplicationsGetter
	InvokeRunsGetter
	PrivateEndpointsGetter
}

type InvokeRunExpansion

type InvokeRunExpansion interface{}

type InvokeRunInterface

type InvokeRunInterface interface {
	Create(ctx context.Context, invokeRun *v1alpha1.InvokeRun, opts v1.CreateOptions) (*v1alpha1.InvokeRun, error)
	Update(ctx context.Context, invokeRun *v1alpha1.InvokeRun, opts v1.UpdateOptions) (*v1alpha1.InvokeRun, error)
	UpdateStatus(ctx context.Context, invokeRun *v1alpha1.InvokeRun, opts v1.UpdateOptions) (*v1alpha1.InvokeRun, 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.InvokeRun, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.InvokeRunList, 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.InvokeRun, err error)
	InvokeRunExpansion
}

InvokeRunInterface has methods to work with InvokeRun resources.

type InvokeRunsGetter

type InvokeRunsGetter interface {
	InvokeRuns(namespace string) InvokeRunInterface
}

InvokeRunsGetter has a method to return a InvokeRunInterface. A group's client should implement this interface.

type PrivateEndpointExpansion

type PrivateEndpointExpansion interface{}

type PrivateEndpointInterface

type PrivateEndpointInterface interface {
	Create(ctx context.Context, privateEndpoint *v1alpha1.PrivateEndpoint, opts v1.CreateOptions) (*v1alpha1.PrivateEndpoint, error)
	Update(ctx context.Context, privateEndpoint *v1alpha1.PrivateEndpoint, opts v1.UpdateOptions) (*v1alpha1.PrivateEndpoint, error)
	UpdateStatus(ctx context.Context, privateEndpoint *v1alpha1.PrivateEndpoint, opts v1.UpdateOptions) (*v1alpha1.PrivateEndpoint, 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.PrivateEndpoint, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.PrivateEndpointList, 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.PrivateEndpoint, err error)
	PrivateEndpointExpansion
}

PrivateEndpointInterface has methods to work with PrivateEndpoint resources.

type PrivateEndpointsGetter

type PrivateEndpointsGetter interface {
	PrivateEndpoints(namespace string) PrivateEndpointInterface
}

PrivateEndpointsGetter has a method to return a PrivateEndpointInterface. 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