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 BridgeEventBusExpansion

type BridgeEventBusExpansion interface{}

type BridgeEventBusInterface

type BridgeEventBusInterface interface {
	Create(ctx context.Context, bridgeEventBus *v1alpha1.BridgeEventBus, opts v1.CreateOptions) (*v1alpha1.BridgeEventBus, error)
	Update(ctx context.Context, bridgeEventBus *v1alpha1.BridgeEventBus, opts v1.UpdateOptions) (*v1alpha1.BridgeEventBus, error)
	UpdateStatus(ctx context.Context, bridgeEventBus *v1alpha1.BridgeEventBus, opts v1.UpdateOptions) (*v1alpha1.BridgeEventBus, 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.BridgeEventBus, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.BridgeEventBusList, 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.BridgeEventBus, err error)
	BridgeEventBusExpansion
}

BridgeEventBusInterface has methods to work with BridgeEventBus resources.

type BridgeEventBusesGetter

type BridgeEventBusesGetter interface {
	BridgeEventBuses(namespace string) BridgeEventBusInterface
}

BridgeEventBusesGetter has a method to return a BridgeEventBusInterface. A group's client should implement this interface.

type BridgeEventSourceExpansion added in v0.4.0

type BridgeEventSourceExpansion interface{}

type BridgeEventSourceInterface added in v0.4.0

type BridgeEventSourceInterface interface {
	Create(ctx context.Context, bridgeEventSource *v1alpha1.BridgeEventSource, opts v1.CreateOptions) (*v1alpha1.BridgeEventSource, error)
	Update(ctx context.Context, bridgeEventSource *v1alpha1.BridgeEventSource, opts v1.UpdateOptions) (*v1alpha1.BridgeEventSource, error)
	UpdateStatus(ctx context.Context, bridgeEventSource *v1alpha1.BridgeEventSource, opts v1.UpdateOptions) (*v1alpha1.BridgeEventSource, 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.BridgeEventSource, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.BridgeEventSourceList, 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.BridgeEventSource, err error)
	BridgeEventSourceExpansion
}

BridgeEventSourceInterface has methods to work with BridgeEventSource resources.

type BridgeEventSourcesGetter added in v0.4.0

type BridgeEventSourcesGetter interface {
	BridgeEventSources(namespace string) BridgeEventSourceInterface
}

BridgeEventSourcesGetter has a method to return a BridgeEventSourceInterface. A group's client should implement this interface.

type BridgeRuleExpansion added in v0.4.0

type BridgeRuleExpansion interface{}

type BridgeRuleInterface added in v0.4.0

type BridgeRuleInterface interface {
	Create(ctx context.Context, bridgeRule *v1alpha1.BridgeRule, opts v1.CreateOptions) (*v1alpha1.BridgeRule, error)
	Update(ctx context.Context, bridgeRule *v1alpha1.BridgeRule, opts v1.UpdateOptions) (*v1alpha1.BridgeRule, error)
	UpdateStatus(ctx context.Context, bridgeRule *v1alpha1.BridgeRule, opts v1.UpdateOptions) (*v1alpha1.BridgeRule, 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.BridgeRule, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.BridgeRuleList, 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.BridgeRule, err error)
	BridgeRuleExpansion
}

BridgeRuleInterface has methods to work with BridgeRule resources.

type BridgeRulesGetter added in v0.4.0

type BridgeRulesGetter interface {
	BridgeRules(namespace string) BridgeRuleInterface
}

BridgeRulesGetter has a method to return a BridgeRuleInterface. A group's client should implement this interface.

type BridgeServiceLinkedRoleExpansion added in v0.5.0

type BridgeServiceLinkedRoleExpansion interface{}

type BridgeServiceLinkedRoleInterface added in v0.5.0

type BridgeServiceLinkedRoleInterface interface {
	Create(ctx context.Context, bridgeServiceLinkedRole *v1alpha1.BridgeServiceLinkedRole, opts v1.CreateOptions) (*v1alpha1.BridgeServiceLinkedRole, error)
	Update(ctx context.Context, bridgeServiceLinkedRole *v1alpha1.BridgeServiceLinkedRole, opts v1.UpdateOptions) (*v1alpha1.BridgeServiceLinkedRole, error)
	UpdateStatus(ctx context.Context, bridgeServiceLinkedRole *v1alpha1.BridgeServiceLinkedRole, opts v1.UpdateOptions) (*v1alpha1.BridgeServiceLinkedRole, 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.BridgeServiceLinkedRole, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.BridgeServiceLinkedRoleList, 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.BridgeServiceLinkedRole, err error)
	BridgeServiceLinkedRoleExpansion
}

BridgeServiceLinkedRoleInterface has methods to work with BridgeServiceLinkedRole resources.

type BridgeServiceLinkedRolesGetter added in v0.5.0

type BridgeServiceLinkedRolesGetter interface {
	BridgeServiceLinkedRoles(namespace string) BridgeServiceLinkedRoleInterface
}

BridgeServiceLinkedRolesGetter has a method to return a BridgeServiceLinkedRoleInterface. A group's client should implement this interface.

type BridgeSlrExpansion added in v0.4.0

type BridgeSlrExpansion interface{}

type BridgeSlrInterface added in v0.4.0

type BridgeSlrInterface interface {
	Create(ctx context.Context, bridgeSlr *v1alpha1.BridgeSlr, opts v1.CreateOptions) (*v1alpha1.BridgeSlr, error)
	Update(ctx context.Context, bridgeSlr *v1alpha1.BridgeSlr, opts v1.UpdateOptions) (*v1alpha1.BridgeSlr, error)
	UpdateStatus(ctx context.Context, bridgeSlr *v1alpha1.BridgeSlr, opts v1.UpdateOptions) (*v1alpha1.BridgeSlr, 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.BridgeSlr, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.BridgeSlrList, 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.BridgeSlr, err error)
	BridgeSlrExpansion
}

BridgeSlrInterface has methods to work with BridgeSlr resources.

type BridgeSlrsGetter added in v0.4.0

type BridgeSlrsGetter interface {
	BridgeSlrs(namespace string) BridgeSlrInterface
}

BridgeSlrsGetter has a method to return a BridgeSlrInterface. A group's client should implement this interface.

type EventV1alpha1Client

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

EventV1alpha1Client is used to interact with features provided by the event.alicloud.kubeform.com group.

func New

New creates a new EventV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new EventV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *EventV1alpha1Client

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

func (*EventV1alpha1Client) BridgeEventBuses

func (c *EventV1alpha1Client) BridgeEventBuses(namespace string) BridgeEventBusInterface

func (*EventV1alpha1Client) BridgeEventSources added in v0.4.0

func (c *EventV1alpha1Client) BridgeEventSources(namespace string) BridgeEventSourceInterface

func (*EventV1alpha1Client) BridgeRules added in v0.4.0

func (c *EventV1alpha1Client) BridgeRules(namespace string) BridgeRuleInterface

func (*EventV1alpha1Client) BridgeServiceLinkedRoles added in v0.5.0

func (c *EventV1alpha1Client) BridgeServiceLinkedRoles(namespace string) BridgeServiceLinkedRoleInterface

func (*EventV1alpha1Client) BridgeSlrs added in v0.4.0

func (c *EventV1alpha1Client) BridgeSlrs(namespace string) BridgeSlrInterface

func (*EventV1alpha1Client) RESTClient

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

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

type EventV1alpha1Interface

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