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 AnalyticsApplicationExpansion

type AnalyticsApplicationExpansion interface{}

type AnalyticsApplicationInterface

type AnalyticsApplicationInterface interface {
	Create(ctx context.Context, analyticsApplication *v1alpha1.AnalyticsApplication, opts v1.CreateOptions) (*v1alpha1.AnalyticsApplication, error)
	Update(ctx context.Context, analyticsApplication *v1alpha1.AnalyticsApplication, opts v1.UpdateOptions) (*v1alpha1.AnalyticsApplication, error)
	UpdateStatus(ctx context.Context, analyticsApplication *v1alpha1.AnalyticsApplication, opts v1.UpdateOptions) (*v1alpha1.AnalyticsApplication, 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.AnalyticsApplication, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AnalyticsApplicationList, 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.AnalyticsApplication, err error)
	AnalyticsApplicationExpansion
}

AnalyticsApplicationInterface has methods to work with AnalyticsApplication resources.

type AnalyticsApplicationsGetter

type AnalyticsApplicationsGetter interface {
	AnalyticsApplications(namespace string) AnalyticsApplicationInterface
}

AnalyticsApplicationsGetter has a method to return a AnalyticsApplicationInterface. A group's client should implement this interface.

type FirehoseDeliveryStreamExpansion

type FirehoseDeliveryStreamExpansion interface{}

type FirehoseDeliveryStreamInterface

type FirehoseDeliveryStreamInterface interface {
	Create(ctx context.Context, firehoseDeliveryStream *v1alpha1.FirehoseDeliveryStream, opts v1.CreateOptions) (*v1alpha1.FirehoseDeliveryStream, error)
	Update(ctx context.Context, firehoseDeliveryStream *v1alpha1.FirehoseDeliveryStream, opts v1.UpdateOptions) (*v1alpha1.FirehoseDeliveryStream, error)
	UpdateStatus(ctx context.Context, firehoseDeliveryStream *v1alpha1.FirehoseDeliveryStream, opts v1.UpdateOptions) (*v1alpha1.FirehoseDeliveryStream, 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.FirehoseDeliveryStream, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.FirehoseDeliveryStreamList, 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.FirehoseDeliveryStream, err error)
	FirehoseDeliveryStreamExpansion
}

FirehoseDeliveryStreamInterface has methods to work with FirehoseDeliveryStream resources.

type FirehoseDeliveryStreamsGetter

type FirehoseDeliveryStreamsGetter interface {
	FirehoseDeliveryStreams(namespace string) FirehoseDeliveryStreamInterface
}

FirehoseDeliveryStreamsGetter has a method to return a FirehoseDeliveryStreamInterface. A group's client should implement this interface.

type KinesisV1alpha1Client

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

KinesisV1alpha1Client is used to interact with features provided by the kinesis.aws.kubeform.com group.

func New

New creates a new KinesisV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new KinesisV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *KinesisV1alpha1Client

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

func (*KinesisV1alpha1Client) AnalyticsApplications

func (c *KinesisV1alpha1Client) AnalyticsApplications(namespace string) AnalyticsApplicationInterface

func (*KinesisV1alpha1Client) FirehoseDeliveryStreams

func (c *KinesisV1alpha1Client) FirehoseDeliveryStreams(namespace string) FirehoseDeliveryStreamInterface

func (*KinesisV1alpha1Client) RESTClient

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

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

func (*KinesisV1alpha1Client) StreamConsumers

func (c *KinesisV1alpha1Client) StreamConsumers(namespace string) StreamConsumerInterface

func (*KinesisV1alpha1Client) Streams

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

func (*KinesisV1alpha1Client) VideoStreams

func (c *KinesisV1alpha1Client) VideoStreams(namespace string) VideoStreamInterface

type StreamConsumerExpansion

type StreamConsumerExpansion interface{}

type StreamConsumerInterface

type StreamConsumerInterface interface {
	Create(ctx context.Context, streamConsumer *v1alpha1.StreamConsumer, opts v1.CreateOptions) (*v1alpha1.StreamConsumer, error)
	Update(ctx context.Context, streamConsumer *v1alpha1.StreamConsumer, opts v1.UpdateOptions) (*v1alpha1.StreamConsumer, error)
	UpdateStatus(ctx context.Context, streamConsumer *v1alpha1.StreamConsumer, opts v1.UpdateOptions) (*v1alpha1.StreamConsumer, 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.StreamConsumer, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.StreamConsumerList, 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.StreamConsumer, err error)
	StreamConsumerExpansion
}

StreamConsumerInterface has methods to work with StreamConsumer resources.

type StreamConsumersGetter

type StreamConsumersGetter interface {
	StreamConsumers(namespace string) StreamConsumerInterface
}

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

type StreamsGetter interface {
	Streams(namespace string) StreamInterface
}

StreamsGetter has a method to return a StreamInterface. A group's client should implement this interface.

type VideoStreamExpansion

type VideoStreamExpansion interface{}

type VideoStreamInterface

type VideoStreamInterface interface {
	Create(ctx context.Context, videoStream *v1alpha1.VideoStream, opts v1.CreateOptions) (*v1alpha1.VideoStream, error)
	Update(ctx context.Context, videoStream *v1alpha1.VideoStream, opts v1.UpdateOptions) (*v1alpha1.VideoStream, error)
	UpdateStatus(ctx context.Context, videoStream *v1alpha1.VideoStream, opts v1.UpdateOptions) (*v1alpha1.VideoStream, 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.VideoStream, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VideoStreamList, 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.VideoStream, err error)
	VideoStreamExpansion
}

VideoStreamInterface has methods to work with VideoStream resources.

type VideoStreamsGetter

type VideoStreamsGetter interface {
	VideoStreams(namespace string) VideoStreamInterface
}

VideoStreamsGetter has a method to return a VideoStreamInterface. 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