v1alpha2

package
v0.0.0-...-0a9c605 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 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 FilterExpansion

type FilterExpansion interface{}

type FilterInterface

type FilterInterface interface {
	Create(ctx context.Context, filter *v1alpha2.Filter, opts v1.CreateOptions) (*v1alpha2.Filter, error)
	Update(ctx context.Context, filter *v1alpha2.Filter, opts v1.UpdateOptions) (*v1alpha2.Filter, 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) (*v1alpha2.Filter, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha2.FilterList, 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 *v1alpha2.Filter, err error)
	FilterExpansion
}

FilterInterface has methods to work with Filter resources.

type FiltersGetter

type FiltersGetter interface {
	Filters(namespace string) FilterInterface
}

FiltersGetter has a method to return a FilterInterface. A group's client should implement this interface.

type FluentBitConfigExpansion

type FluentBitConfigExpansion interface{}

type FluentBitConfigInterface

type FluentBitConfigInterface interface {
	Create(ctx context.Context, fluentBitConfig *v1alpha2.FluentBitConfig, opts v1.CreateOptions) (*v1alpha2.FluentBitConfig, error)
	Update(ctx context.Context, fluentBitConfig *v1alpha2.FluentBitConfig, opts v1.UpdateOptions) (*v1alpha2.FluentBitConfig, 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) (*v1alpha2.FluentBitConfig, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha2.FluentBitConfigList, 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 *v1alpha2.FluentBitConfig, err error)
	FluentBitConfigExpansion
}

FluentBitConfigInterface has methods to work with FluentBitConfig resources.

type FluentBitConfigsGetter

type FluentBitConfigsGetter interface {
	FluentBitConfigs(namespace string) FluentBitConfigInterface
}

FluentBitConfigsGetter has a method to return a FluentBitConfigInterface. A group's client should implement this interface.

type FluentBitExpansion

type FluentBitExpansion interface{}

type FluentBitInterface

type FluentBitInterface interface {
	Create(ctx context.Context, fluentBit *v1alpha2.FluentBit, opts v1.CreateOptions) (*v1alpha2.FluentBit, error)
	Update(ctx context.Context, fluentBit *v1alpha2.FluentBit, opts v1.UpdateOptions) (*v1alpha2.FluentBit, error)
	UpdateStatus(ctx context.Context, fluentBit *v1alpha2.FluentBit, opts v1.UpdateOptions) (*v1alpha2.FluentBit, 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) (*v1alpha2.FluentBit, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha2.FluentBitList, 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 *v1alpha2.FluentBit, err error)
	FluentBitExpansion
}

FluentBitInterface has methods to work with FluentBit resources.

type FluentBitsGetter

type FluentBitsGetter interface {
	FluentBits(namespace string) FluentBitInterface
}

FluentBitsGetter has a method to return a FluentBitInterface. A group's client should implement this interface.

type InputExpansion

type InputExpansion interface{}

type InputInterface

type InputInterface interface {
	Create(ctx context.Context, input *v1alpha2.Input, opts v1.CreateOptions) (*v1alpha2.Input, error)
	Update(ctx context.Context, input *v1alpha2.Input, opts v1.UpdateOptions) (*v1alpha2.Input, 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) (*v1alpha2.Input, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha2.InputList, 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 *v1alpha2.Input, err error)
	InputExpansion
}

InputInterface has methods to work with Input resources.

type InputsGetter

type InputsGetter interface {
	Inputs(namespace string) InputInterface
}

InputsGetter has a method to return a InputInterface. A group's client should implement this interface.

type LoggingV1alpha2Client

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

LoggingV1alpha2Client is used to interact with features provided by the logging.kubesphere.io group.

func New

New creates a new LoggingV1alpha2Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new LoggingV1alpha2Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *LoggingV1alpha2Client

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

func (*LoggingV1alpha2Client) Filters

func (c *LoggingV1alpha2Client) Filters(namespace string) FilterInterface

func (*LoggingV1alpha2Client) FluentBitConfigs

func (c *LoggingV1alpha2Client) FluentBitConfigs(namespace string) FluentBitConfigInterface

func (*LoggingV1alpha2Client) FluentBits

func (c *LoggingV1alpha2Client) FluentBits(namespace string) FluentBitInterface

func (*LoggingV1alpha2Client) Inputs

func (c *LoggingV1alpha2Client) Inputs(namespace string) InputInterface

func (*LoggingV1alpha2Client) Outputs

func (c *LoggingV1alpha2Client) Outputs(namespace string) OutputInterface

func (*LoggingV1alpha2Client) Parsers

func (c *LoggingV1alpha2Client) Parsers(namespace string) ParserInterface

func (*LoggingV1alpha2Client) RESTClient

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

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

type OutputExpansion

type OutputExpansion interface{}

type OutputInterface

type OutputInterface interface {
	Create(ctx context.Context, output *v1alpha2.Output, opts v1.CreateOptions) (*v1alpha2.Output, error)
	Update(ctx context.Context, output *v1alpha2.Output, opts v1.UpdateOptions) (*v1alpha2.Output, 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) (*v1alpha2.Output, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha2.OutputList, 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 *v1alpha2.Output, err error)
	OutputExpansion
}

OutputInterface has methods to work with Output resources.

type OutputsGetter

type OutputsGetter interface {
	Outputs(namespace string) OutputInterface
}

OutputsGetter has a method to return a OutputInterface. A group's client should implement this interface.

type ParserExpansion

type ParserExpansion interface{}

type ParserInterface

type ParserInterface interface {
	Create(ctx context.Context, parser *v1alpha2.Parser, opts v1.CreateOptions) (*v1alpha2.Parser, error)
	Update(ctx context.Context, parser *v1alpha2.Parser, opts v1.UpdateOptions) (*v1alpha2.Parser, 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) (*v1alpha2.Parser, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha2.ParserList, 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 *v1alpha2.Parser, err error)
	ParserExpansion
}

ParserInterface has methods to work with Parser resources.

type ParsersGetter

type ParsersGetter interface {
	Parsers(namespace string) ParserInterface
}

ParsersGetter has a method to return a ParserInterface. 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