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 AddressExpansion

type AddressExpansion interface{}

type AddressInterface

type AddressInterface interface {
	Create(ctx context.Context, address *v1alpha1.Address, opts v1.CreateOptions) (*v1alpha1.Address, error)
	Update(ctx context.Context, address *v1alpha1.Address, opts v1.UpdateOptions) (*v1alpha1.Address, error)
	UpdateStatus(ctx context.Context, address *v1alpha1.Address, opts v1.UpdateOptions) (*v1alpha1.Address, 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.Address, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AddressList, 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.Address, err error)
	AddressExpansion
}

AddressInterface has methods to work with Address resources.

type AddressesGetter

type AddressesGetter interface {
	Addresses(namespace string) AddressInterface
}

AddressesGetter has a method to return a AddressInterface. A group's client should implement this interface.

type AssociationExpansion

type AssociationExpansion interface{}

type AssociationInterface

type AssociationInterface interface {
	Create(ctx context.Context, association *v1alpha1.Association, opts v1.CreateOptions) (*v1alpha1.Association, error)
	Update(ctx context.Context, association *v1alpha1.Association, opts v1.UpdateOptions) (*v1alpha1.Association, error)
	UpdateStatus(ctx context.Context, association *v1alpha1.Association, opts v1.UpdateOptions) (*v1alpha1.Association, 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.Association, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AssociationList, 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.Association, err error)
	AssociationExpansion
}

AssociationInterface has methods to work with Association resources.

type AssociationsGetter

type AssociationsGetter interface {
	Associations(namespace string) AssociationInterface
}

AssociationsGetter has a method to return a AssociationInterface. A group's client should implement this interface.

type EipExpansion

type EipExpansion interface{}

type EipInterface

type EipInterface interface {
	Create(ctx context.Context, eip *v1alpha1.Eip, opts v1.CreateOptions) (*v1alpha1.Eip, error)
	Update(ctx context.Context, eip *v1alpha1.Eip, opts v1.UpdateOptions) (*v1alpha1.Eip, error)
	UpdateStatus(ctx context.Context, eip *v1alpha1.Eip, opts v1.UpdateOptions) (*v1alpha1.Eip, 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.Eip, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.EipList, 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.Eip, err error)
	EipExpansion
}

EipInterface has methods to work with Eip resources.

type EipV1alpha1Client

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

EipV1alpha1Client is used to interact with features provided by the eip.alicloud.kubeform.com group.

func New

New creates a new EipV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new EipV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *EipV1alpha1Client

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

func (*EipV1alpha1Client) Addresses

func (c *EipV1alpha1Client) Addresses(namespace string) AddressInterface

func (*EipV1alpha1Client) Associations

func (c *EipV1alpha1Client) Associations(namespace string) AssociationInterface

func (*EipV1alpha1Client) Eips

func (c *EipV1alpha1Client) Eips(namespace string) EipInterface

func (*EipV1alpha1Client) RESTClient

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

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

type EipV1alpha1Interface

type EipV1alpha1Interface interface {
	RESTClient() rest.Interface
	AddressesGetter
	AssociationsGetter
	EipsGetter
}

type EipsGetter

type EipsGetter interface {
	Eips(namespace string) EipInterface
}

EipsGetter has a method to return a EipInterface. 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