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 AccountExpansion added in v0.5.0

type AccountExpansion interface{}

type AccountInterface added in v0.5.0

type AccountInterface interface {
	Create(ctx context.Context, account *v1alpha1.Account, opts v1.CreateOptions) (*v1alpha1.Account, error)
	Update(ctx context.Context, account *v1alpha1.Account, opts v1.UpdateOptions) (*v1alpha1.Account, error)
	UpdateStatus(ctx context.Context, account *v1alpha1.Account, opts v1.UpdateOptions) (*v1alpha1.Account, 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.Account, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AccountList, 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.Account, err error)
	AccountExpansion
}

AccountInterface has methods to work with Account resources.

type AccountsGetter added in v0.5.0

type AccountsGetter interface {
	Accounts(namespace string) AccountInterface
}

AccountsGetter has a method to return a AccountInterface. A group's client should implement this interface.

type AuditPoliciesGetter added in v0.5.0

type AuditPoliciesGetter interface {
	AuditPolicies(namespace string) AuditPolicyInterface
}

AuditPoliciesGetter has a method to return a AuditPolicyInterface. A group's client should implement this interface.

type AuditPolicyExpansion added in v0.5.0

type AuditPolicyExpansion interface{}

type AuditPolicyInterface added in v0.5.0

type AuditPolicyInterface interface {
	Create(ctx context.Context, auditPolicy *v1alpha1.AuditPolicy, opts v1.CreateOptions) (*v1alpha1.AuditPolicy, error)
	Update(ctx context.Context, auditPolicy *v1alpha1.AuditPolicy, opts v1.UpdateOptions) (*v1alpha1.AuditPolicy, error)
	UpdateStatus(ctx context.Context, auditPolicy *v1alpha1.AuditPolicy, opts v1.UpdateOptions) (*v1alpha1.AuditPolicy, 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.AuditPolicy, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AuditPolicyList, 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.AuditPolicy, err error)
	AuditPolicyExpansion
}

AuditPolicyInterface has methods to work with AuditPolicy resources.

type InstanceExpansion

type InstanceExpansion interface{}

type InstanceInterface

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

type InstancesGetter interface {
	Instances(namespace string) InstanceInterface
}

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

type MongodbV1alpha1Client

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

MongodbV1alpha1Client is used to interact with features provided by the mongodb.alicloud.kubeform.com group.

func New

New creates a new MongodbV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new MongodbV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *MongodbV1alpha1Client

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

func (*MongodbV1alpha1Client) Accounts added in v0.5.0

func (c *MongodbV1alpha1Client) Accounts(namespace string) AccountInterface

func (*MongodbV1alpha1Client) AuditPolicies added in v0.5.0

func (c *MongodbV1alpha1Client) AuditPolicies(namespace string) AuditPolicyInterface

func (*MongodbV1alpha1Client) Instances

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

func (*MongodbV1alpha1Client) RESTClient

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

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

func (*MongodbV1alpha1Client) ServerlessInstances added in v0.5.0

func (c *MongodbV1alpha1Client) ServerlessInstances(namespace string) ServerlessInstanceInterface

func (*MongodbV1alpha1Client) ShardingInstances

func (c *MongodbV1alpha1Client) ShardingInstances(namespace string) ShardingInstanceInterface

func (*MongodbV1alpha1Client) ShardingNetworkPrivateAddresses added in v0.5.0

func (c *MongodbV1alpha1Client) ShardingNetworkPrivateAddresses(namespace string) ShardingNetworkPrivateAddressInterface

func (*MongodbV1alpha1Client) ShardingNetworkPublicAddresses added in v0.5.0

func (c *MongodbV1alpha1Client) ShardingNetworkPublicAddresses(namespace string) ShardingNetworkPublicAddressInterface

type ServerlessInstanceExpansion added in v0.5.0

type ServerlessInstanceExpansion interface{}

type ServerlessInstanceInterface added in v0.5.0

type ServerlessInstanceInterface interface {
	Create(ctx context.Context, serverlessInstance *v1alpha1.ServerlessInstance, opts v1.CreateOptions) (*v1alpha1.ServerlessInstance, error)
	Update(ctx context.Context, serverlessInstance *v1alpha1.ServerlessInstance, opts v1.UpdateOptions) (*v1alpha1.ServerlessInstance, error)
	UpdateStatus(ctx context.Context, serverlessInstance *v1alpha1.ServerlessInstance, opts v1.UpdateOptions) (*v1alpha1.ServerlessInstance, 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.ServerlessInstance, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ServerlessInstanceList, 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.ServerlessInstance, err error)
	ServerlessInstanceExpansion
}

ServerlessInstanceInterface has methods to work with ServerlessInstance resources.

type ServerlessInstancesGetter added in v0.5.0

type ServerlessInstancesGetter interface {
	ServerlessInstances(namespace string) ServerlessInstanceInterface
}

ServerlessInstancesGetter has a method to return a ServerlessInstanceInterface. A group's client should implement this interface.

type ShardingInstanceExpansion

type ShardingInstanceExpansion interface{}

type ShardingInstanceInterface

type ShardingInstanceInterface interface {
	Create(ctx context.Context, shardingInstance *v1alpha1.ShardingInstance, opts v1.CreateOptions) (*v1alpha1.ShardingInstance, error)
	Update(ctx context.Context, shardingInstance *v1alpha1.ShardingInstance, opts v1.UpdateOptions) (*v1alpha1.ShardingInstance, error)
	UpdateStatus(ctx context.Context, shardingInstance *v1alpha1.ShardingInstance, opts v1.UpdateOptions) (*v1alpha1.ShardingInstance, 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.ShardingInstance, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ShardingInstanceList, 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.ShardingInstance, err error)
	ShardingInstanceExpansion
}

ShardingInstanceInterface has methods to work with ShardingInstance resources.

type ShardingInstancesGetter

type ShardingInstancesGetter interface {
	ShardingInstances(namespace string) ShardingInstanceInterface
}

ShardingInstancesGetter has a method to return a ShardingInstanceInterface. A group's client should implement this interface.

type ShardingNetworkPrivateAddressExpansion added in v0.5.0

type ShardingNetworkPrivateAddressExpansion interface{}

type ShardingNetworkPrivateAddressInterface added in v0.5.0

type ShardingNetworkPrivateAddressInterface interface {
	Create(ctx context.Context, shardingNetworkPrivateAddress *v1alpha1.ShardingNetworkPrivateAddress, opts v1.CreateOptions) (*v1alpha1.ShardingNetworkPrivateAddress, error)
	Update(ctx context.Context, shardingNetworkPrivateAddress *v1alpha1.ShardingNetworkPrivateAddress, opts v1.UpdateOptions) (*v1alpha1.ShardingNetworkPrivateAddress, error)
	UpdateStatus(ctx context.Context, shardingNetworkPrivateAddress *v1alpha1.ShardingNetworkPrivateAddress, opts v1.UpdateOptions) (*v1alpha1.ShardingNetworkPrivateAddress, 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.ShardingNetworkPrivateAddress, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ShardingNetworkPrivateAddressList, 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.ShardingNetworkPrivateAddress, err error)
	ShardingNetworkPrivateAddressExpansion
}

ShardingNetworkPrivateAddressInterface has methods to work with ShardingNetworkPrivateAddress resources.

type ShardingNetworkPrivateAddressesGetter added in v0.5.0

type ShardingNetworkPrivateAddressesGetter interface {
	ShardingNetworkPrivateAddresses(namespace string) ShardingNetworkPrivateAddressInterface
}

ShardingNetworkPrivateAddressesGetter has a method to return a ShardingNetworkPrivateAddressInterface. A group's client should implement this interface.

type ShardingNetworkPublicAddressExpansion added in v0.5.0

type ShardingNetworkPublicAddressExpansion interface{}

type ShardingNetworkPublicAddressInterface added in v0.5.0

type ShardingNetworkPublicAddressInterface interface {
	Create(ctx context.Context, shardingNetworkPublicAddress *v1alpha1.ShardingNetworkPublicAddress, opts v1.CreateOptions) (*v1alpha1.ShardingNetworkPublicAddress, error)
	Update(ctx context.Context, shardingNetworkPublicAddress *v1alpha1.ShardingNetworkPublicAddress, opts v1.UpdateOptions) (*v1alpha1.ShardingNetworkPublicAddress, error)
	UpdateStatus(ctx context.Context, shardingNetworkPublicAddress *v1alpha1.ShardingNetworkPublicAddress, opts v1.UpdateOptions) (*v1alpha1.ShardingNetworkPublicAddress, 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.ShardingNetworkPublicAddress, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ShardingNetworkPublicAddressList, 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.ShardingNetworkPublicAddress, err error)
	ShardingNetworkPublicAddressExpansion
}

ShardingNetworkPublicAddressInterface has methods to work with ShardingNetworkPublicAddress resources.

type ShardingNetworkPublicAddressesGetter added in v0.5.0

type ShardingNetworkPublicAddressesGetter interface {
	ShardingNetworkPublicAddresses(namespace string) ShardingNetworkPublicAddressInterface
}

ShardingNetworkPublicAddressesGetter has a method to return a ShardingNetworkPublicAddressInterface. 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