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 AclAttachmentExpansion

type AclAttachmentExpansion interface{}

type AclAttachmentInterface

type AclAttachmentInterface interface {
	Create(ctx context.Context, aclAttachment *v1alpha1.AclAttachment, opts v1.CreateOptions) (*v1alpha1.AclAttachment, error)
	Update(ctx context.Context, aclAttachment *v1alpha1.AclAttachment, opts v1.UpdateOptions) (*v1alpha1.AclAttachment, error)
	UpdateStatus(ctx context.Context, aclAttachment *v1alpha1.AclAttachment, opts v1.UpdateOptions) (*v1alpha1.AclAttachment, 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.AclAttachment, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AclAttachmentList, 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.AclAttachment, err error)
	AclAttachmentExpansion
}

AclAttachmentInterface has methods to work with AclAttachment resources.

type AclAttachmentsGetter

type AclAttachmentsGetter interface {
	AclAttachments(namespace string) AclAttachmentInterface
}

AclAttachmentsGetter has a method to return a AclAttachmentInterface. A group's client should implement this interface.

type AclEntriesExpansion

type AclEntriesExpansion interface{}

type AclEntriesInterface

type AclEntriesInterface interface {
	Create(ctx context.Context, aclEntries *v1alpha1.AclEntries, opts v1.CreateOptions) (*v1alpha1.AclEntries, error)
	Update(ctx context.Context, aclEntries *v1alpha1.AclEntries, opts v1.UpdateOptions) (*v1alpha1.AclEntries, error)
	UpdateStatus(ctx context.Context, aclEntries *v1alpha1.AclEntries, opts v1.UpdateOptions) (*v1alpha1.AclEntries, 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.AclEntries, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AclEntriesList, 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.AclEntries, err error)
	AclEntriesExpansion
}

AclEntriesInterface has methods to work with AclEntries resources.

type AclEntriesesGetter

type AclEntriesesGetter interface {
	AclEntrieses(namespace string) AclEntriesInterface
}

AclEntriesesGetter has a method to return a AclEntriesInterface. A group's client should implement this interface.

type AclExpansion

type AclExpansion interface{}

type AclInterface

type AclInterface interface {
	Create(ctx context.Context, acl *v1alpha1.Acl, opts v1.CreateOptions) (*v1alpha1.Acl, error)
	Update(ctx context.Context, acl *v1alpha1.Acl, opts v1.UpdateOptions) (*v1alpha1.Acl, error)
	UpdateStatus(ctx context.Context, acl *v1alpha1.Acl, opts v1.UpdateOptions) (*v1alpha1.Acl, 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.Acl, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AclList, 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.Acl, err error)
	AclExpansion
}

AclInterface has methods to work with Acl resources.

type AclsGetter

type AclsGetter interface {
	Acls(namespace string) AclInterface
}

AclsGetter has a method to return a AclInterface. A group's client should implement this interface.

type InterfaceAttachmentExpansion

type InterfaceAttachmentExpansion interface{}

type InterfaceAttachmentInterface

type InterfaceAttachmentInterface interface {
	Create(ctx context.Context, interfaceAttachment *v1alpha1.InterfaceAttachment, opts v1.CreateOptions) (*v1alpha1.InterfaceAttachment, error)
	Update(ctx context.Context, interfaceAttachment *v1alpha1.InterfaceAttachment, opts v1.UpdateOptions) (*v1alpha1.InterfaceAttachment, error)
	UpdateStatus(ctx context.Context, interfaceAttachment *v1alpha1.InterfaceAttachment, opts v1.UpdateOptions) (*v1alpha1.InterfaceAttachment, 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.InterfaceAttachment, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.InterfaceAttachmentList, 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.InterfaceAttachment, err error)
	InterfaceAttachmentExpansion
}

InterfaceAttachmentInterface has methods to work with InterfaceAttachment resources.

type InterfaceAttachmentsGetter

type InterfaceAttachmentsGetter interface {
	InterfaceAttachments(namespace string) InterfaceAttachmentInterface
}

InterfaceAttachmentsGetter has a method to return a InterfaceAttachmentInterface. A group's client should implement this interface.

type InterfaceExpansion

type InterfaceExpansion interface{}

type InterfaceInterface

type InterfaceInterface interface {
	Create(ctx context.Context, interface_ *v1alpha1.Interface, opts v1.CreateOptions) (*v1alpha1.Interface, error)
	Update(ctx context.Context, interface_ *v1alpha1.Interface, opts v1.UpdateOptions) (*v1alpha1.Interface, error)
	UpdateStatus(ctx context.Context, interface_ *v1alpha1.Interface, opts v1.UpdateOptions) (*v1alpha1.Interface, 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.Interface, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.InterfaceList, 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.Interface, err error)
	InterfaceExpansion
}

InterfaceInterface has methods to work with Interface resources.

type InterfacesGetter

type InterfacesGetter interface {
	Interfaces(namespace string) InterfaceInterface
}

InterfacesGetter has a method to return a InterfaceInterface. A group's client should implement this interface.

type NetworkV1alpha1Client

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

NetworkV1alpha1Client is used to interact with features provided by the network.alicloud.kubeform.com group.

func New

New creates a new NetworkV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new NetworkV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *NetworkV1alpha1Client

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

func (*NetworkV1alpha1Client) AclAttachments

func (c *NetworkV1alpha1Client) AclAttachments(namespace string) AclAttachmentInterface

func (*NetworkV1alpha1Client) AclEntrieses

func (c *NetworkV1alpha1Client) AclEntrieses(namespace string) AclEntriesInterface

func (*NetworkV1alpha1Client) Acls

func (c *NetworkV1alpha1Client) Acls(namespace string) AclInterface

func (*NetworkV1alpha1Client) InterfaceAttachments

func (c *NetworkV1alpha1Client) InterfaceAttachments(namespace string) InterfaceAttachmentInterface

func (*NetworkV1alpha1Client) Interfaces

func (c *NetworkV1alpha1Client) Interfaces(namespace string) InterfaceInterface

func (*NetworkV1alpha1Client) RESTClient

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

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

type NetworkV1alpha1Interface

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