v1alpha1

package
v1.59.8 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 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 DeckhouseV1alpha1Client

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

DeckhouseV1alpha1Client is used to interact with features provided by the deckhouse.io group.

func New

New creates a new DeckhouseV1alpha1Client for the given RESTClient.

func NewForConfig

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

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

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

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

func (*DeckhouseV1alpha1Client) ModuleConfigs

func (*DeckhouseV1alpha1Client) ModulePullOverrides added in v1.56.0

func (c *DeckhouseV1alpha1Client) ModulePullOverrides() ModulePullOverrideInterface

func (*DeckhouseV1alpha1Client) ModuleReleases added in v1.56.0

func (c *DeckhouseV1alpha1Client) ModuleReleases() ModuleReleaseInterface

func (*DeckhouseV1alpha1Client) ModuleSources added in v1.56.0

func (*DeckhouseV1alpha1Client) ModuleUpdatePolicies added in v1.56.0

func (c *DeckhouseV1alpha1Client) ModuleUpdatePolicies() ModuleUpdatePolicyInterface

func (*DeckhouseV1alpha1Client) Modules added in v1.56.0

func (*DeckhouseV1alpha1Client) RESTClient

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

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

type ModuleConfigExpansion

type ModuleConfigExpansion interface{}

type ModuleConfigInterface

type ModuleConfigInterface interface {
	Create(ctx context.Context, moduleConfig *v1alpha1.ModuleConfig, opts v1.CreateOptions) (*v1alpha1.ModuleConfig, error)
	Update(ctx context.Context, moduleConfig *v1alpha1.ModuleConfig, opts v1.UpdateOptions) (*v1alpha1.ModuleConfig, error)
	UpdateStatus(ctx context.Context, moduleConfig *v1alpha1.ModuleConfig, opts v1.UpdateOptions) (*v1alpha1.ModuleConfig, 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.ModuleConfig, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ModuleConfigList, 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.ModuleConfig, err error)
	ModuleConfigExpansion
}

ModuleConfigInterface has methods to work with ModuleConfig resources.

type ModuleConfigsGetter

type ModuleConfigsGetter interface {
	ModuleConfigs() ModuleConfigInterface
}

ModuleConfigsGetter has a method to return a ModuleConfigInterface. A group's client should implement this interface.

type ModuleExpansion added in v1.56.0

type ModuleExpansion interface{}

type ModuleInterface added in v1.56.0

type ModuleInterface interface {
	Create(ctx context.Context, module *v1alpha1.Module, opts v1.CreateOptions) (*v1alpha1.Module, error)
	Update(ctx context.Context, module *v1alpha1.Module, opts v1.UpdateOptions) (*v1alpha1.Module, error)
	UpdateStatus(ctx context.Context, module *v1alpha1.Module, opts v1.UpdateOptions) (*v1alpha1.Module, 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.Module, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ModuleList, 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.Module, err error)
	ModuleExpansion
}

ModuleInterface has methods to work with Module resources.

type ModulePullOverrideExpansion added in v1.56.0

type ModulePullOverrideExpansion interface{}

type ModulePullOverrideInterface added in v1.56.0

type ModulePullOverrideInterface interface {
	Create(ctx context.Context, modulePullOverride *v1alpha1.ModulePullOverride, opts v1.CreateOptions) (*v1alpha1.ModulePullOverride, error)
	Update(ctx context.Context, modulePullOverride *v1alpha1.ModulePullOverride, opts v1.UpdateOptions) (*v1alpha1.ModulePullOverride, error)
	UpdateStatus(ctx context.Context, modulePullOverride *v1alpha1.ModulePullOverride, opts v1.UpdateOptions) (*v1alpha1.ModulePullOverride, 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.ModulePullOverride, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ModulePullOverrideList, 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.ModulePullOverride, err error)
	ModulePullOverrideExpansion
}

ModulePullOverrideInterface has methods to work with ModulePullOverride resources.

type ModulePullOverridesGetter added in v1.56.0

type ModulePullOverridesGetter interface {
	ModulePullOverrides() ModulePullOverrideInterface
}

ModulePullOverridesGetter has a method to return a ModulePullOverrideInterface. A group's client should implement this interface.

type ModuleReleaseExpansion added in v1.56.0

type ModuleReleaseExpansion interface{}

type ModuleReleaseInterface added in v1.56.0

type ModuleReleaseInterface interface {
	Create(ctx context.Context, moduleRelease *v1alpha1.ModuleRelease, opts v1.CreateOptions) (*v1alpha1.ModuleRelease, error)
	Update(ctx context.Context, moduleRelease *v1alpha1.ModuleRelease, opts v1.UpdateOptions) (*v1alpha1.ModuleRelease, error)
	UpdateStatus(ctx context.Context, moduleRelease *v1alpha1.ModuleRelease, opts v1.UpdateOptions) (*v1alpha1.ModuleRelease, 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.ModuleRelease, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ModuleReleaseList, 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.ModuleRelease, err error)
	ModuleReleaseExpansion
}

ModuleReleaseInterface has methods to work with ModuleRelease resources.

type ModuleReleasesGetter added in v1.56.0

type ModuleReleasesGetter interface {
	ModuleReleases() ModuleReleaseInterface
}

ModuleReleasesGetter has a method to return a ModuleReleaseInterface. A group's client should implement this interface.

type ModuleSourceExpansion added in v1.56.0

type ModuleSourceExpansion interface{}

type ModuleSourceInterface added in v1.56.0

type ModuleSourceInterface interface {
	Create(ctx context.Context, moduleSource *v1alpha1.ModuleSource, opts v1.CreateOptions) (*v1alpha1.ModuleSource, error)
	Update(ctx context.Context, moduleSource *v1alpha1.ModuleSource, opts v1.UpdateOptions) (*v1alpha1.ModuleSource, error)
	UpdateStatus(ctx context.Context, moduleSource *v1alpha1.ModuleSource, opts v1.UpdateOptions) (*v1alpha1.ModuleSource, 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.ModuleSource, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ModuleSourceList, 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.ModuleSource, err error)
	ModuleSourceExpansion
}

ModuleSourceInterface has methods to work with ModuleSource resources.

type ModuleSourcesGetter added in v1.56.0

type ModuleSourcesGetter interface {
	ModuleSources() ModuleSourceInterface
}

ModuleSourcesGetter has a method to return a ModuleSourceInterface. A group's client should implement this interface.

type ModuleUpdatePoliciesGetter added in v1.56.0

type ModuleUpdatePoliciesGetter interface {
	ModuleUpdatePolicies() ModuleUpdatePolicyInterface
}

ModuleUpdatePoliciesGetter has a method to return a ModuleUpdatePolicyInterface. A group's client should implement this interface.

type ModuleUpdatePolicyExpansion added in v1.56.0

type ModuleUpdatePolicyExpansion interface{}

type ModuleUpdatePolicyInterface added in v1.56.0

type ModuleUpdatePolicyInterface interface {
	Create(ctx context.Context, moduleUpdatePolicy *v1alpha1.ModuleUpdatePolicy, opts v1.CreateOptions) (*v1alpha1.ModuleUpdatePolicy, error)
	Update(ctx context.Context, moduleUpdatePolicy *v1alpha1.ModuleUpdatePolicy, opts v1.UpdateOptions) (*v1alpha1.ModuleUpdatePolicy, 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.ModuleUpdatePolicy, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ModuleUpdatePolicyList, 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.ModuleUpdatePolicy, err error)
	ModuleUpdatePolicyExpansion
}

ModuleUpdatePolicyInterface has methods to work with ModuleUpdatePolicy resources.

type ModulesGetter added in v1.56.0

type ModulesGetter interface {
	Modules() ModuleInterface
}

ModulesGetter has a method to return a ModuleInterface. 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