internalversion

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2021 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 8 more 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 AppExpansion

type AppExpansion interface{}

type AppHistoriesGetter

type AppHistoriesGetter interface {
	AppHistories(namespace string) AppHistoryInterface
}

AppHistoriesGetter has a method to return a AppHistoryInterface. A group's client should implement this interface.

type AppHistoryExpansion

type AppHistoryExpansion interface{}

type AppHistoryInterface

type AppHistoryInterface interface {
	AppHistoryExpansion
}

AppHistoryInterface has methods to work with AppHistory resources.

type AppInterface

type AppInterface interface {
	Create(ctx context.Context, app *application.App, opts v1.CreateOptions) (*application.App, error)
	Update(ctx context.Context, app *application.App, opts v1.UpdateOptions) (*application.App, error)
	UpdateStatus(ctx context.Context, app *application.App, opts v1.UpdateOptions) (*application.App, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*application.App, error)
	List(ctx context.Context, opts v1.ListOptions) (*application.AppList, 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 *application.App, err error)
	AppExpansion
}

AppInterface has methods to work with App resources.

type AppResourceExpansion

type AppResourceExpansion interface{}

type AppResourceInterface

type AppResourceInterface interface {
	AppResourceExpansion
}

AppResourceInterface has methods to work with AppResource resources.

type AppResourcesGetter

type AppResourcesGetter interface {
	AppResources(namespace string) AppResourceInterface
}

AppResourcesGetter has a method to return a AppResourceInterface. A group's client should implement this interface.

type ApplicationClient

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

ApplicationClient is used to interact with features provided by the application.tkestack.io group.

func New

New creates a new ApplicationClient for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new ApplicationClient for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *ApplicationClient

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

func (*ApplicationClient) AppHistories

func (c *ApplicationClient) AppHistories(namespace string) AppHistoryInterface

func (*ApplicationClient) AppResources

func (c *ApplicationClient) AppResources(namespace string) AppResourceInterface

func (*ApplicationClient) Apps

func (c *ApplicationClient) Apps(namespace string) AppInterface

func (*ApplicationClient) ConfigMaps

func (c *ApplicationClient) ConfigMaps() ConfigMapInterface

func (*ApplicationClient) RESTClient

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

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

type ApplicationInterface

type ApplicationInterface interface {
	RESTClient() rest.Interface
	AppsGetter
	AppHistoriesGetter
	AppResourcesGetter
	ConfigMapsGetter
}

type AppsGetter

type AppsGetter interface {
	Apps(namespace string) AppInterface
}

AppsGetter has a method to return a AppInterface. A group's client should implement this interface.

type ConfigMapExpansion

type ConfigMapExpansion interface{}

type ConfigMapInterface

type ConfigMapInterface interface {
	Create(ctx context.Context, configMap *application.ConfigMap, opts v1.CreateOptions) (*application.ConfigMap, error)
	Update(ctx context.Context, configMap *application.ConfigMap, opts v1.UpdateOptions) (*application.ConfigMap, 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) (*application.ConfigMap, error)
	List(ctx context.Context, opts v1.ListOptions) (*application.ConfigMapList, 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 *application.ConfigMap, err error)
	ConfigMapExpansion
}

ConfigMapInterface has methods to work with ConfigMap resources.

type ConfigMapsGetter

type ConfigMapsGetter interface {
	ConfigMaps() ConfigMapInterface
}

ConfigMapsGetter has a method to return a ConfigMapInterface. 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