v1alpha1

package
v0.0.0-...-a3a5c94 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2021 License: MIT 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 ComponentDefinitionExpansion

type ComponentDefinitionExpansion interface{}

type ComponentDefinitionInterface

type ComponentDefinitionInterface interface {
	Create(ctx context.Context, componentDefinition *v1alpha1.ComponentDefinition, opts v1.CreateOptions) (*v1alpha1.ComponentDefinition, error)
	Update(ctx context.Context, componentDefinition *v1alpha1.ComponentDefinition, opts v1.UpdateOptions) (*v1alpha1.ComponentDefinition, error)
	UpdateStatus(ctx context.Context, componentDefinition *v1alpha1.ComponentDefinition, opts v1.UpdateOptions) (*v1alpha1.ComponentDefinition, 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.ComponentDefinition, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ComponentDefinitionList, 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.ComponentDefinition, err error)
	ComponentDefinitionExpansion
}

ComponentDefinitionInterface has methods to work with ComponentDefinition resources.

type ComponentDefinitionsGetter

type ComponentDefinitionsGetter interface {
	ComponentDefinitions(namespace string) ComponentDefinitionInterface
}

ComponentDefinitionsGetter has a method to return a ComponentDefinitionInterface. A group's client should implement this interface.

type HelmAppExpansion

type HelmAppExpansion interface{}

type HelmAppInterface

type HelmAppInterface interface {
	Create(ctx context.Context, helmApp *v1alpha1.HelmApp, opts v1.CreateOptions) (*v1alpha1.HelmApp, error)
	Update(ctx context.Context, helmApp *v1alpha1.HelmApp, opts v1.UpdateOptions) (*v1alpha1.HelmApp, error)
	UpdateStatus(ctx context.Context, helmApp *v1alpha1.HelmApp, opts v1.UpdateOptions) (*v1alpha1.HelmApp, 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.HelmApp, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.HelmAppList, 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.HelmApp, err error)
	HelmAppExpansion
}

HelmAppInterface has methods to work with HelmApp resources.

type HelmAppsGetter

type HelmAppsGetter interface {
	HelmApps(namespace string) HelmAppInterface
}

HelmAppsGetter has a method to return a HelmAppInterface. A group's client should implement this interface.

type KatoV1alpha1Client

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

KatoV1alpha1Client is used to interact with features provided by the kato.io group.

func New

New creates a new KatoV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new KatoV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *KatoV1alpha1Client

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

func (*KatoV1alpha1Client) ComponentDefinitions

func (c *KatoV1alpha1Client) ComponentDefinitions(namespace string) ComponentDefinitionInterface

func (*KatoV1alpha1Client) HelmApps

func (c *KatoV1alpha1Client) HelmApps(namespace string) HelmAppInterface

func (*KatoV1alpha1Client) RESTClient

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

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

func (*KatoV1alpha1Client) ThirdComponents

func (c *KatoV1alpha1Client) ThirdComponents(namespace string) ThirdComponentInterface

type KatoV1alpha1Interface

type KatoV1alpha1Interface interface {
	RESTClient() rest.Interface
	ComponentDefinitionsGetter
	HelmAppsGetter
	ThirdComponentsGetter
}

type ThirdComponentExpansion

type ThirdComponentExpansion interface{}

type ThirdComponentInterface

type ThirdComponentInterface interface {
	Create(ctx context.Context, thirdComponent *v1alpha1.ThirdComponent, opts v1.CreateOptions) (*v1alpha1.ThirdComponent, error)
	Update(ctx context.Context, thirdComponent *v1alpha1.ThirdComponent, opts v1.UpdateOptions) (*v1alpha1.ThirdComponent, error)
	UpdateStatus(ctx context.Context, thirdComponent *v1alpha1.ThirdComponent, opts v1.UpdateOptions) (*v1alpha1.ThirdComponent, 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.ThirdComponent, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ThirdComponentList, 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.ThirdComponent, err error)
	ThirdComponentExpansion
}

ThirdComponentInterface has methods to work with ThirdComponent resources.

type ThirdComponentsGetter

type ThirdComponentsGetter interface {
	ThirdComponents(namespace string) ThirdComponentInterface
}

ThirdComponentsGetter has a method to return a ThirdComponentInterface. 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