v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 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 DiscovererExpansion

type DiscovererExpansion interface{}

type DiscovererInterface

type DiscovererInterface interface {
	Create(ctx context.Context, discoverer *v1alpha1.Discoverer, opts v1.CreateOptions) (*v1alpha1.Discoverer, error)
	Update(ctx context.Context, discoverer *v1alpha1.Discoverer, opts v1.UpdateOptions) (*v1alpha1.Discoverer, error)
	UpdateStatus(ctx context.Context, discoverer *v1alpha1.Discoverer, opts v1.UpdateOptions) (*v1alpha1.Discoverer, 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.Discoverer, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.DiscovererList, 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.Discoverer, err error)
	DiscovererExpansion
}

DiscovererInterface has methods to work with Discoverer resources.

type DiscoverersGetter

type DiscoverersGetter interface {
	Discoverers(namespace string) DiscovererInterface
}

DiscoverersGetter has a method to return a DiscovererInterface. A group's client should implement this interface.

type RegistriesGetter

type RegistriesGetter interface {
	Registries(namespace string) RegistryInterface
}

RegistriesGetter has a method to return a RegistryInterface. A group's client should implement this interface.

type RegistryExpansion

type RegistryExpansion interface{}

type RegistryInterface

type RegistryInterface interface {
	Create(ctx context.Context, registry *v1alpha1.Registry, opts v1.CreateOptions) (*v1alpha1.Registry, error)
	Update(ctx context.Context, registry *v1alpha1.Registry, opts v1.UpdateOptions) (*v1alpha1.Registry, error)
	UpdateStatus(ctx context.Context, registry *v1alpha1.Registry, opts v1.UpdateOptions) (*v1alpha1.Registry, 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.Registry, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.RegistryList, 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.Registry, err error)
	RegistryExpansion
}

RegistryInterface has methods to work with Registry resources.

type SchemaExpansion

type SchemaExpansion interface{}

type SchemaInterface

type SchemaInterface interface {
	Create(ctx context.Context, schema *v1alpha1.Schema, opts v1.CreateOptions) (*v1alpha1.Schema, error)
	Update(ctx context.Context, schema *v1alpha1.Schema, opts v1.UpdateOptions) (*v1alpha1.Schema, error)
	UpdateStatus(ctx context.Context, schema *v1alpha1.Schema, opts v1.UpdateOptions) (*v1alpha1.Schema, 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.Schema, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SchemaList, 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.Schema, err error)
	SchemaExpansion
}

SchemaInterface has methods to work with Schema resources.

type SchemasGetter

type SchemasGetter interface {
	Schemas(namespace string) SchemaInterface
}

SchemasGetter has a method to return a SchemaInterface. A group's client should implement this interface.

type SchemasV1alpha1Client

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

SchemasV1alpha1Client is used to interact with features provided by the schemas.aws.kubeform.com group.

func New

New creates a new SchemasV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new SchemasV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *SchemasV1alpha1Client

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

func (*SchemasV1alpha1Client) Discoverers

func (c *SchemasV1alpha1Client) Discoverers(namespace string) DiscovererInterface

func (*SchemasV1alpha1Client) RESTClient

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

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

func (*SchemasV1alpha1Client) Registries

func (c *SchemasV1alpha1Client) Registries(namespace string) RegistryInterface

func (*SchemasV1alpha1Client) Schemas

func (c *SchemasV1alpha1Client) Schemas(namespace string) SchemaInterface

type SchemasV1alpha1Interface

type SchemasV1alpha1Interface interface {
	RESTClient() rest.Interface
	DiscoverersGetter
	RegistriesGetter
	SchemasGetter
}

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