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 AmqpV1alpha1Client

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

AmqpV1alpha1Client is used to interact with features provided by the amqp.alicloud.kubeform.com group.

func New

New creates a new AmqpV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new AmqpV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *AmqpV1alpha1Client

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

func (*AmqpV1alpha1Client) Bindings added in v0.4.0

func (c *AmqpV1alpha1Client) Bindings(namespace string) BindingInterface

func (*AmqpV1alpha1Client) Exchanges

func (c *AmqpV1alpha1Client) Exchanges(namespace string) ExchangeInterface

func (*AmqpV1alpha1Client) Instances added in v0.4.0

func (c *AmqpV1alpha1Client) Instances(namespace string) InstanceInterface

func (*AmqpV1alpha1Client) Queues

func (c *AmqpV1alpha1Client) Queues(namespace string) QueueInterface

func (*AmqpV1alpha1Client) RESTClient

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

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

func (*AmqpV1alpha1Client) VirtualHosts

func (c *AmqpV1alpha1Client) VirtualHosts(namespace string) VirtualHostInterface

type AmqpV1alpha1Interface

type AmqpV1alpha1Interface interface {
	RESTClient() rest.Interface
	BindingsGetter
	ExchangesGetter
	InstancesGetter
	QueuesGetter
	VirtualHostsGetter
}

type BindingExpansion added in v0.4.0

type BindingExpansion interface{}

type BindingInterface added in v0.4.0

type BindingInterface interface {
	Create(ctx context.Context, binding *v1alpha1.Binding, opts v1.CreateOptions) (*v1alpha1.Binding, error)
	Update(ctx context.Context, binding *v1alpha1.Binding, opts v1.UpdateOptions) (*v1alpha1.Binding, error)
	UpdateStatus(ctx context.Context, binding *v1alpha1.Binding, opts v1.UpdateOptions) (*v1alpha1.Binding, 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.Binding, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.BindingList, 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.Binding, err error)
	BindingExpansion
}

BindingInterface has methods to work with Binding resources.

type BindingsGetter added in v0.4.0

type BindingsGetter interface {
	Bindings(namespace string) BindingInterface
}

BindingsGetter has a method to return a BindingInterface. A group's client should implement this interface.

type ExchangeExpansion

type ExchangeExpansion interface{}

type ExchangeInterface

type ExchangeInterface interface {
	Create(ctx context.Context, exchange *v1alpha1.Exchange, opts v1.CreateOptions) (*v1alpha1.Exchange, error)
	Update(ctx context.Context, exchange *v1alpha1.Exchange, opts v1.UpdateOptions) (*v1alpha1.Exchange, error)
	UpdateStatus(ctx context.Context, exchange *v1alpha1.Exchange, opts v1.UpdateOptions) (*v1alpha1.Exchange, 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.Exchange, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ExchangeList, 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.Exchange, err error)
	ExchangeExpansion
}

ExchangeInterface has methods to work with Exchange resources.

type ExchangesGetter

type ExchangesGetter interface {
	Exchanges(namespace string) ExchangeInterface
}

ExchangesGetter has a method to return a ExchangeInterface. A group's client should implement this interface.

type InstanceExpansion added in v0.4.0

type InstanceExpansion interface{}

type InstanceInterface added in v0.4.0

type InstanceInterface interface {
	Create(ctx context.Context, instance *v1alpha1.Instance, opts v1.CreateOptions) (*v1alpha1.Instance, error)
	Update(ctx context.Context, instance *v1alpha1.Instance, opts v1.UpdateOptions) (*v1alpha1.Instance, error)
	UpdateStatus(ctx context.Context, instance *v1alpha1.Instance, opts v1.UpdateOptions) (*v1alpha1.Instance, 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.Instance, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.InstanceList, 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.Instance, err error)
	InstanceExpansion
}

InstanceInterface has methods to work with Instance resources.

type InstancesGetter added in v0.4.0

type InstancesGetter interface {
	Instances(namespace string) InstanceInterface
}

InstancesGetter has a method to return a InstanceInterface. A group's client should implement this interface.

type QueueExpansion

type QueueExpansion interface{}

type QueueInterface

type QueueInterface interface {
	Create(ctx context.Context, queue *v1alpha1.Queue, opts v1.CreateOptions) (*v1alpha1.Queue, error)
	Update(ctx context.Context, queue *v1alpha1.Queue, opts v1.UpdateOptions) (*v1alpha1.Queue, error)
	UpdateStatus(ctx context.Context, queue *v1alpha1.Queue, opts v1.UpdateOptions) (*v1alpha1.Queue, 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.Queue, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.QueueList, 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.Queue, err error)
	QueueExpansion
}

QueueInterface has methods to work with Queue resources.

type QueuesGetter

type QueuesGetter interface {
	Queues(namespace string) QueueInterface
}

QueuesGetter has a method to return a QueueInterface. A group's client should implement this interface.

type VirtualHostExpansion

type VirtualHostExpansion interface{}

type VirtualHostInterface

type VirtualHostInterface interface {
	Create(ctx context.Context, virtualHost *v1alpha1.VirtualHost, opts v1.CreateOptions) (*v1alpha1.VirtualHost, error)
	Update(ctx context.Context, virtualHost *v1alpha1.VirtualHost, opts v1.UpdateOptions) (*v1alpha1.VirtualHost, error)
	UpdateStatus(ctx context.Context, virtualHost *v1alpha1.VirtualHost, opts v1.UpdateOptions) (*v1alpha1.VirtualHost, 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.VirtualHost, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VirtualHostList, 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.VirtualHost, err error)
	VirtualHostExpansion
}

VirtualHostInterface has methods to work with VirtualHost resources.

type VirtualHostsGetter

type VirtualHostsGetter interface {
	VirtualHosts(namespace string) VirtualHostInterface
}

VirtualHostsGetter has a method to return a VirtualHostInterface. 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