v1

package
v1.6.1 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2022 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 ConfigurationExpansion

type ConfigurationExpansion interface{}

type ConfigurationInterface

type ConfigurationInterface interface {
	Create(ctx context.Context, configuration *v1.Configuration, opts metav1.CreateOptions) (*v1.Configuration, error)
	Update(ctx context.Context, configuration *v1.Configuration, opts metav1.UpdateOptions) (*v1.Configuration, error)
	UpdateStatus(ctx context.Context, configuration *v1.Configuration, opts metav1.UpdateOptions) (*v1.Configuration, 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.Configuration, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.ConfigurationList, 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.Configuration, err error)
	ConfigurationExpansion
}

ConfigurationInterface has methods to work with Configuration resources.

type ConfigurationRevisionExpansion

type ConfigurationRevisionExpansion interface{}

type ConfigurationRevisionInterface

type ConfigurationRevisionInterface interface {
	Create(ctx context.Context, configurationRevision *v1.ConfigurationRevision, opts metav1.CreateOptions) (*v1.ConfigurationRevision, error)
	Update(ctx context.Context, configurationRevision *v1.ConfigurationRevision, opts metav1.UpdateOptions) (*v1.ConfigurationRevision, error)
	UpdateStatus(ctx context.Context, configurationRevision *v1.ConfigurationRevision, opts metav1.UpdateOptions) (*v1.ConfigurationRevision, 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.ConfigurationRevision, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.ConfigurationRevisionList, 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.ConfigurationRevision, err error)
	ConfigurationRevisionExpansion
}

ConfigurationRevisionInterface has methods to work with ConfigurationRevision resources.

type ConfigurationRevisionsGetter

type ConfigurationRevisionsGetter interface {
	ConfigurationRevisions() ConfigurationRevisionInterface
}

ConfigurationRevisionsGetter has a method to return a ConfigurationRevisionInterface. A group's client should implement this interface.

type ConfigurationsGetter

type ConfigurationsGetter interface {
	Configurations() ConfigurationInterface
}

ConfigurationsGetter has a method to return a ConfigurationInterface. A group's client should implement this interface.

type PkgV1Client

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

PkgV1Client is used to interact with features provided by the pkg.crossplane.io group.

func New

func New(c rest.Interface) *PkgV1Client

New creates a new PkgV1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new PkgV1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *PkgV1Client

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

func (*PkgV1Client) ConfigurationRevisions

func (c *PkgV1Client) ConfigurationRevisions() ConfigurationRevisionInterface

func (*PkgV1Client) Configurations

func (c *PkgV1Client) Configurations() ConfigurationInterface

func (*PkgV1Client) ProviderRevisions

func (c *PkgV1Client) ProviderRevisions() ProviderRevisionInterface

func (*PkgV1Client) Providers

func (c *PkgV1Client) Providers() ProviderInterface

func (*PkgV1Client) RESTClient

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

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

type ProviderExpansion

type ProviderExpansion interface{}

type ProviderInterface

type ProviderInterface interface {
	Create(ctx context.Context, provider *v1.Provider, opts metav1.CreateOptions) (*v1.Provider, error)
	Update(ctx context.Context, provider *v1.Provider, opts metav1.UpdateOptions) (*v1.Provider, error)
	UpdateStatus(ctx context.Context, provider *v1.Provider, opts metav1.UpdateOptions) (*v1.Provider, 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.Provider, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.ProviderList, 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.Provider, err error)
	ProviderExpansion
}

ProviderInterface has methods to work with Provider resources.

type ProviderRevisionExpansion

type ProviderRevisionExpansion interface{}

type ProviderRevisionInterface

type ProviderRevisionInterface interface {
	Create(ctx context.Context, providerRevision *v1.ProviderRevision, opts metav1.CreateOptions) (*v1.ProviderRevision, error)
	Update(ctx context.Context, providerRevision *v1.ProviderRevision, opts metav1.UpdateOptions) (*v1.ProviderRevision, error)
	UpdateStatus(ctx context.Context, providerRevision *v1.ProviderRevision, opts metav1.UpdateOptions) (*v1.ProviderRevision, 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.ProviderRevision, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.ProviderRevisionList, 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.ProviderRevision, err error)
	ProviderRevisionExpansion
}

ProviderRevisionInterface has methods to work with ProviderRevision resources.

type ProviderRevisionsGetter

type ProviderRevisionsGetter interface {
	ProviderRevisions() ProviderRevisionInterface
}

ProviderRevisionsGetter has a method to return a ProviderRevisionInterface. A group's client should implement this interface.

type ProvidersGetter

type ProvidersGetter interface {
	Providers() ProviderInterface
}

ProvidersGetter has a method to return a ProviderInterface. 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