v1

package
v3.0.0-...-b0a9388 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 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 KubermaticAppsV1Client

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

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

func New

New creates a new KubermaticAppsV1Client for the given RESTClient.

func NewForConfig

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

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

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

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

func (*KubermaticAppsV1Client) ApplicationDefinitions

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

func (*KubermaticAppsV1Client) ApplicationInstallations

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

func (*KubermaticAppsV1Client) RESTClient

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

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

type KubermaticAppsV1Interface

type KubermaticAppsV1Interface 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