v1alpha1

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2020 License: Apache-2.0 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 AddonsConfigurationExpansion

type AddonsConfigurationExpansion interface{}

type AddonsConfigurationInterface

type AddonsConfigurationInterface interface {
	Create(ctx context.Context, addonsConfiguration *v1alpha1.AddonsConfiguration, opts v1.CreateOptions) (*v1alpha1.AddonsConfiguration, error)
	Update(ctx context.Context, addonsConfiguration *v1alpha1.AddonsConfiguration, opts v1.UpdateOptions) (*v1alpha1.AddonsConfiguration, error)
	UpdateStatus(ctx context.Context, addonsConfiguration *v1alpha1.AddonsConfiguration, opts v1.UpdateOptions) (*v1alpha1.AddonsConfiguration, 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.AddonsConfiguration, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AddonsConfigurationList, 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.AddonsConfiguration, err error)
	AddonsConfigurationExpansion
}

AddonsConfigurationInterface has methods to work with AddonsConfiguration resources.

type AddonsConfigurationsGetter

type AddonsConfigurationsGetter interface {
	AddonsConfigurations(namespace string) AddonsConfigurationInterface
}

AddonsConfigurationsGetter has a method to return a AddonsConfigurationInterface. A group's client should implement this interface.

type AddonsV1alpha1Client

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

AddonsV1alpha1Client is used to interact with features provided by the addons.kyma-project.io group.

func New

New creates a new AddonsV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new AddonsV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *AddonsV1alpha1Client

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

func (*AddonsV1alpha1Client) AddonsConfigurations

func (c *AddonsV1alpha1Client) AddonsConfigurations(namespace string) AddonsConfigurationInterface

func (*AddonsV1alpha1Client) ClusterAddonsConfigurations

func (c *AddonsV1alpha1Client) ClusterAddonsConfigurations() ClusterAddonsConfigurationInterface

func (*AddonsV1alpha1Client) RESTClient

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

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

type AddonsV1alpha1Interface

type AddonsV1alpha1Interface interface {
	RESTClient() rest.Interface
	AddonsConfigurationsGetter
	ClusterAddonsConfigurationsGetter
}

type ClusterAddonsConfigurationExpansion

type ClusterAddonsConfigurationExpansion interface{}

type ClusterAddonsConfigurationInterface

type ClusterAddonsConfigurationInterface interface {
	Create(ctx context.Context, clusterAddonsConfiguration *v1alpha1.ClusterAddonsConfiguration, opts v1.CreateOptions) (*v1alpha1.ClusterAddonsConfiguration, error)
	Update(ctx context.Context, clusterAddonsConfiguration *v1alpha1.ClusterAddonsConfiguration, opts v1.UpdateOptions) (*v1alpha1.ClusterAddonsConfiguration, error)
	UpdateStatus(ctx context.Context, clusterAddonsConfiguration *v1alpha1.ClusterAddonsConfiguration, opts v1.UpdateOptions) (*v1alpha1.ClusterAddonsConfiguration, 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.ClusterAddonsConfiguration, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ClusterAddonsConfigurationList, 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.ClusterAddonsConfiguration, err error)
	ClusterAddonsConfigurationExpansion
}

ClusterAddonsConfigurationInterface has methods to work with ClusterAddonsConfiguration resources.

type ClusterAddonsConfigurationsGetter

type ClusterAddonsConfigurationsGetter interface {
	ClusterAddonsConfigurations() ClusterAddonsConfigurationInterface
}

ClusterAddonsConfigurationsGetter has a method to return a ClusterAddonsConfigurationInterface. 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