v1alpha1

package
v0.0.26 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 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 ConfigExpansion

type ConfigExpansion interface{}

type ConfigInterface

type ConfigInterface interface {
	Create(ctx context.Context, config *v1alpha1.Config, opts v1.CreateOptions) (*v1alpha1.Config, error)
	Update(ctx context.Context, config *v1alpha1.Config, opts v1.UpdateOptions) (*v1alpha1.Config, error)
	UpdateStatus(ctx context.Context, config *v1alpha1.Config, opts v1.UpdateOptions) (*v1alpha1.Config, 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.Config, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ConfigList, 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.Config, err error)
	ConfigExpansion
}

ConfigInterface has methods to work with Config resources.

type ConfigSetExpansion

type ConfigSetExpansion interface{}

type ConfigSetInterface

type ConfigSetInterface interface {
	Create(ctx context.Context, configSet *v1alpha1.ConfigSet, opts v1.CreateOptions) (*v1alpha1.ConfigSet, error)
	Update(ctx context.Context, configSet *v1alpha1.ConfigSet, opts v1.UpdateOptions) (*v1alpha1.ConfigSet, error)
	UpdateStatus(ctx context.Context, configSet *v1alpha1.ConfigSet, opts v1.UpdateOptions) (*v1alpha1.ConfigSet, 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.ConfigSet, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ConfigSetList, 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.ConfigSet, err error)
	ConfigSetExpansion
}

ConfigSetInterface has methods to work with ConfigSet resources.

type ConfigSetsGetter

type ConfigSetsGetter interface {
	ConfigSets(namespace string) ConfigSetInterface
}

ConfigSetsGetter has a method to return a ConfigSetInterface. A group's client should implement this interface.

type ConfigV1alpha1Client

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

ConfigV1alpha1Client is used to interact with features provided by the config.sdcio.dev group.

func New

New creates a new ConfigV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new ConfigV1alpha1Client 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) (*ConfigV1alpha1Client, error)

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

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

func (*ConfigV1alpha1Client) ConfigSets

func (c *ConfigV1alpha1Client) ConfigSets(namespace string) ConfigSetInterface

func (*ConfigV1alpha1Client) Configs

func (c *ConfigV1alpha1Client) Configs(namespace string) ConfigInterface

func (*ConfigV1alpha1Client) RESTClient

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

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

func (*ConfigV1alpha1Client) RunningConfigs

func (c *ConfigV1alpha1Client) RunningConfigs(namespace string) RunningConfigInterface

func (*ConfigV1alpha1Client) UnManagedConfigs

func (c *ConfigV1alpha1Client) UnManagedConfigs(namespace string) UnManagedConfigInterface

type ConfigsGetter

type ConfigsGetter interface {
	Configs(namespace string) ConfigInterface
}

ConfigsGetter has a method to return a ConfigInterface. A group's client should implement this interface.

type RunningConfigExpansion

type RunningConfigExpansion interface{}

type RunningConfigInterface

type RunningConfigInterface interface {
	Create(ctx context.Context, runningConfig *v1alpha1.RunningConfig, opts v1.CreateOptions) (*v1alpha1.RunningConfig, error)
	Update(ctx context.Context, runningConfig *v1alpha1.RunningConfig, opts v1.UpdateOptions) (*v1alpha1.RunningConfig, error)
	UpdateStatus(ctx context.Context, runningConfig *v1alpha1.RunningConfig, opts v1.UpdateOptions) (*v1alpha1.RunningConfig, 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.RunningConfig, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.RunningConfigList, 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.RunningConfig, err error)
	RunningConfigExpansion
}

RunningConfigInterface has methods to work with RunningConfig resources.

type RunningConfigsGetter

type RunningConfigsGetter interface {
	RunningConfigs(namespace string) RunningConfigInterface
}

RunningConfigsGetter has a method to return a RunningConfigInterface. A group's client should implement this interface.

type UnManagedConfigExpansion

type UnManagedConfigExpansion interface{}

type UnManagedConfigInterface

type UnManagedConfigInterface interface {
	Create(ctx context.Context, unManagedConfig *v1alpha1.UnManagedConfig, opts v1.CreateOptions) (*v1alpha1.UnManagedConfig, error)
	Update(ctx context.Context, unManagedConfig *v1alpha1.UnManagedConfig, opts v1.UpdateOptions) (*v1alpha1.UnManagedConfig, error)
	UpdateStatus(ctx context.Context, unManagedConfig *v1alpha1.UnManagedConfig, opts v1.UpdateOptions) (*v1alpha1.UnManagedConfig, 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.UnManagedConfig, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.UnManagedConfigList, 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.UnManagedConfig, err error)
	UnManagedConfigExpansion
}

UnManagedConfigInterface has methods to work with UnManagedConfig resources.

type UnManagedConfigsGetter

type UnManagedConfigsGetter interface {
	UnManagedConfigs(namespace string) UnManagedConfigInterface
}

UnManagedConfigsGetter has a method to return a UnManagedConfigInterface. 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