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 MscV1alpha1Client

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

MscV1alpha1Client is used to interact with features provided by the msc.alicloud.kubeform.com group.

func New

New creates a new MscV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new MscV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *MscV1alpha1Client

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

func (*MscV1alpha1Client) RESTClient

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

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

func (*MscV1alpha1Client) SubContacts

func (c *MscV1alpha1Client) SubContacts(namespace string) SubContactInterface

func (*MscV1alpha1Client) SubSubscriptions

func (c *MscV1alpha1Client) SubSubscriptions(namespace string) SubSubscriptionInterface

func (*MscV1alpha1Client) SubWebhooks added in v0.5.0

func (c *MscV1alpha1Client) SubWebhooks(namespace string) SubWebhookInterface

type MscV1alpha1Interface

type MscV1alpha1Interface interface {
	RESTClient() rest.Interface
	SubContactsGetter
	SubSubscriptionsGetter
	SubWebhooksGetter
}

type SubContactExpansion

type SubContactExpansion interface{}

type SubContactInterface

type SubContactInterface interface {
	Create(ctx context.Context, subContact *v1alpha1.SubContact, opts v1.CreateOptions) (*v1alpha1.SubContact, error)
	Update(ctx context.Context, subContact *v1alpha1.SubContact, opts v1.UpdateOptions) (*v1alpha1.SubContact, error)
	UpdateStatus(ctx context.Context, subContact *v1alpha1.SubContact, opts v1.UpdateOptions) (*v1alpha1.SubContact, 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.SubContact, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SubContactList, 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.SubContact, err error)
	SubContactExpansion
}

SubContactInterface has methods to work with SubContact resources.

type SubContactsGetter

type SubContactsGetter interface {
	SubContacts(namespace string) SubContactInterface
}

SubContactsGetter has a method to return a SubContactInterface. A group's client should implement this interface.

type SubSubscriptionExpansion

type SubSubscriptionExpansion interface{}

type SubSubscriptionInterface

type SubSubscriptionInterface interface {
	Create(ctx context.Context, subSubscription *v1alpha1.SubSubscription, opts v1.CreateOptions) (*v1alpha1.SubSubscription, error)
	Update(ctx context.Context, subSubscription *v1alpha1.SubSubscription, opts v1.UpdateOptions) (*v1alpha1.SubSubscription, error)
	UpdateStatus(ctx context.Context, subSubscription *v1alpha1.SubSubscription, opts v1.UpdateOptions) (*v1alpha1.SubSubscription, 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.SubSubscription, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SubSubscriptionList, 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.SubSubscription, err error)
	SubSubscriptionExpansion
}

SubSubscriptionInterface has methods to work with SubSubscription resources.

type SubSubscriptionsGetter

type SubSubscriptionsGetter interface {
	SubSubscriptions(namespace string) SubSubscriptionInterface
}

SubSubscriptionsGetter has a method to return a SubSubscriptionInterface. A group's client should implement this interface.

type SubWebhookExpansion added in v0.5.0

type SubWebhookExpansion interface{}

type SubWebhookInterface added in v0.5.0

type SubWebhookInterface interface {
	Create(ctx context.Context, subWebhook *v1alpha1.SubWebhook, opts v1.CreateOptions) (*v1alpha1.SubWebhook, error)
	Update(ctx context.Context, subWebhook *v1alpha1.SubWebhook, opts v1.UpdateOptions) (*v1alpha1.SubWebhook, error)
	UpdateStatus(ctx context.Context, subWebhook *v1alpha1.SubWebhook, opts v1.UpdateOptions) (*v1alpha1.SubWebhook, 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.SubWebhook, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SubWebhookList, 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.SubWebhook, err error)
	SubWebhookExpansion
}

SubWebhookInterface has methods to work with SubWebhook resources.

type SubWebhooksGetter added in v0.5.0

type SubWebhooksGetter interface {
	SubWebhooks(namespace string) SubWebhookInterface
}

SubWebhooksGetter has a method to return a SubWebhookInterface. 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