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 ConnectHarnessExpansion

type ConnectHarnessExpansion interface{}

type ConnectHarnessInterface

type ConnectHarnessInterface interface {
	Create(ctx context.Context, connectHarness *v1alpha1.ConnectHarness, opts v1.CreateOptions) (*v1alpha1.ConnectHarness, error)
	Update(ctx context.Context, connectHarness *v1alpha1.ConnectHarness, opts v1.UpdateOptions) (*v1alpha1.ConnectHarness, error)
	UpdateStatus(ctx context.Context, connectHarness *v1alpha1.ConnectHarness, opts v1.UpdateOptions) (*v1alpha1.ConnectHarness, 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.ConnectHarness, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ConnectHarnessList, 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.ConnectHarness, err error)
	ConnectHarnessExpansion
}

ConnectHarnessInterface has methods to work with ConnectHarness resources.

type ConnectHarnessesGetter

type ConnectHarnessesGetter interface {
	ConnectHarnesses(namespace string) ConnectHarnessInterface
}

ConnectHarnessesGetter has a method to return a ConnectHarnessInterface. A group's client should implement this interface.

type StreamExpansion

type StreamExpansion interface{}

type StreamInterface

type StreamInterface interface {
	Create(ctx context.Context, stream *v1alpha1.Stream, opts v1.CreateOptions) (*v1alpha1.Stream, error)
	Update(ctx context.Context, stream *v1alpha1.Stream, opts v1.UpdateOptions) (*v1alpha1.Stream, error)
	UpdateStatus(ctx context.Context, stream *v1alpha1.Stream, opts v1.UpdateOptions) (*v1alpha1.Stream, 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.Stream, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.StreamList, 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.Stream, err error)
	StreamExpansion
}

StreamInterface has methods to work with Stream resources.

type StreamPoolExpansion

type StreamPoolExpansion interface{}

type StreamPoolInterface

type StreamPoolInterface interface {
	Create(ctx context.Context, streamPool *v1alpha1.StreamPool, opts v1.CreateOptions) (*v1alpha1.StreamPool, error)
	Update(ctx context.Context, streamPool *v1alpha1.StreamPool, opts v1.UpdateOptions) (*v1alpha1.StreamPool, error)
	UpdateStatus(ctx context.Context, streamPool *v1alpha1.StreamPool, opts v1.UpdateOptions) (*v1alpha1.StreamPool, 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.StreamPool, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.StreamPoolList, 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.StreamPool, err error)
	StreamPoolExpansion
}

StreamPoolInterface has methods to work with StreamPool resources.

type StreamPoolsGetter

type StreamPoolsGetter interface {
	StreamPools(namespace string) StreamPoolInterface
}

StreamPoolsGetter has a method to return a StreamPoolInterface. A group's client should implement this interface.

type StreamingV1alpha1Client

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

StreamingV1alpha1Client is used to interact with features provided by the streaming.oci.kubeform.com group.

func New

New creates a new StreamingV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new StreamingV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *StreamingV1alpha1Client

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

func (*StreamingV1alpha1Client) ConnectHarnesses

func (c *StreamingV1alpha1Client) ConnectHarnesses(namespace string) ConnectHarnessInterface

func (*StreamingV1alpha1Client) RESTClient

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

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

func (*StreamingV1alpha1Client) StreamPools

func (c *StreamingV1alpha1Client) StreamPools(namespace string) StreamPoolInterface

func (*StreamingV1alpha1Client) Streams

func (c *StreamingV1alpha1Client) Streams(namespace string) StreamInterface

type StreamingV1alpha1Interface

type StreamingV1alpha1Interface interface {
	RESTClient() rest.Interface
	ConnectHarnessesGetter
	StreamsGetter
	StreamPoolsGetter
}

type StreamsGetter

type StreamsGetter interface {
	Streams(namespace string) StreamInterface
}

StreamsGetter has a method to return a StreamInterface. 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