v1

package
v2.0.0-...-656b533 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2023 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 ApplicationDefinitionExpansion

type ApplicationDefinitionExpansion interface{}

type ApplicationDefinitionInterface

type ApplicationDefinitionInterface interface {
	Create(ctx context.Context, applicationDefinition *v1.ApplicationDefinition, opts metav1.CreateOptions) (*v1.ApplicationDefinition, error)
	Update(ctx context.Context, applicationDefinition *v1.ApplicationDefinition, opts metav1.UpdateOptions) (*v1.ApplicationDefinition, error)
	Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error
	Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1.ApplicationDefinition, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.ApplicationDefinitionList, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1.ApplicationDefinition, err error)
	ApplicationDefinitionExpansion
}

ApplicationDefinitionInterface has methods to work with ApplicationDefinition resources.

type ApplicationDefinitionsGetter

type ApplicationDefinitionsGetter interface {
	ApplicationDefinitions(namespace string) ApplicationDefinitionInterface
}

ApplicationDefinitionsGetter has a method to return a ApplicationDefinitionInterface. A group's client should implement this interface.

type ApplicationInstallationExpansion

type ApplicationInstallationExpansion interface{}

type ApplicationInstallationInterface

type ApplicationInstallationInterface interface {
	Create(ctx context.Context, applicationInstallation *v1.ApplicationInstallation, opts metav1.CreateOptions) (*v1.ApplicationInstallation, error)
	Update(ctx context.Context, applicationInstallation *v1.ApplicationInstallation, opts metav1.UpdateOptions) (*v1.ApplicationInstallation, error)
	UpdateStatus(ctx context.Context, applicationInstallation *v1.ApplicationInstallation, opts metav1.UpdateOptions) (*v1.ApplicationInstallation, error)
	Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error
	Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1.ApplicationInstallation, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.ApplicationInstallationList, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1.ApplicationInstallation, err error)
	ApplicationInstallationExpansion
}

ApplicationInstallationInterface has methods to work with ApplicationInstallation resources.

type ApplicationInstallationsGetter

type ApplicationInstallationsGetter interface {
	ApplicationInstallations(namespace string) ApplicationInstallationInterface
}

ApplicationInstallationsGetter has a method to return a ApplicationInstallationInterface. A group's client should implement this interface.

type AppsV1Client

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

AppsV1Client is used to interact with features provided by the apps.kubermatic.k8c.io group.

func New

func New(c rest.Interface) *AppsV1Client

New creates a new AppsV1Client for the given RESTClient.

func NewForConfig

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

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

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

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

func (*AppsV1Client) ApplicationDefinitions

func (c *AppsV1Client) ApplicationDefinitions(namespace string) ApplicationDefinitionInterface

func (*AppsV1Client) ApplicationInstallations

func (c *AppsV1Client) ApplicationInstallations(namespace string) ApplicationInstallationInterface

func (*AppsV1Client) RESTClient

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

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

type AppsV1Interface

type AppsV1Interface interface {
	RESTClient() rest.Interface
	ApplicationDefinitionsGetter
	ApplicationInstallationsGetter
}

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