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 HealthMonitorExpansion

type HealthMonitorExpansion interface{}

type HealthMonitorInterface

type HealthMonitorInterface interface {
	Create(ctx context.Context, healthMonitor *v1alpha1.HealthMonitor, opts v1.CreateOptions) (*v1alpha1.HealthMonitor, error)
	Update(ctx context.Context, healthMonitor *v1alpha1.HealthMonitor, opts v1.UpdateOptions) (*v1alpha1.HealthMonitor, error)
	UpdateStatus(ctx context.Context, healthMonitor *v1alpha1.HealthMonitor, opts v1.UpdateOptions) (*v1alpha1.HealthMonitor, 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.HealthMonitor, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.HealthMonitorList, 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.HealthMonitor, err error)
	HealthMonitorExpansion
}

HealthMonitorInterface has methods to work with HealthMonitor resources.

type HealthMonitorsGetter

type HealthMonitorsGetter interface {
	HealthMonitors(namespace string) HealthMonitorInterface
}

HealthMonitorsGetter has a method to return a HealthMonitorInterface. A group's client should implement this interface.

type LbaasExpansion

type LbaasExpansion interface{}

type LbaasInterface

type LbaasInterface interface {
	Create(ctx context.Context, lbaas *v1alpha1.Lbaas, opts v1.CreateOptions) (*v1alpha1.Lbaas, error)
	Update(ctx context.Context, lbaas *v1alpha1.Lbaas, opts v1.UpdateOptions) (*v1alpha1.Lbaas, error)
	UpdateStatus(ctx context.Context, lbaas *v1alpha1.Lbaas, opts v1.UpdateOptions) (*v1alpha1.Lbaas, 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.Lbaas, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.LbaasList, 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.Lbaas, err error)
	LbaasExpansion
}

LbaasInterface has methods to work with Lbaas resources.

type LbaasV1alpha1Client

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

LbaasV1alpha1Client is used to interact with features provided by the lbaas.ibm.kubeform.com group.

func New

New creates a new LbaasV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new LbaasV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *LbaasV1alpha1Client

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

func (*LbaasV1alpha1Client) HealthMonitors

func (c *LbaasV1alpha1Client) HealthMonitors(namespace string) HealthMonitorInterface

func (*LbaasV1alpha1Client) Lbaases

func (c *LbaasV1alpha1Client) Lbaases(namespace string) LbaasInterface

func (*LbaasV1alpha1Client) RESTClient

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

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

func (*LbaasV1alpha1Client) ServerInstanceAttachments

func (c *LbaasV1alpha1Client) ServerInstanceAttachments(namespace string) ServerInstanceAttachmentInterface

type LbaasV1alpha1Interface

type LbaasV1alpha1Interface interface {
	RESTClient() rest.Interface
	HealthMonitorsGetter
	LbaasesGetter
	ServerInstanceAttachmentsGetter
}

type LbaasesGetter

type LbaasesGetter interface {
	Lbaases(namespace string) LbaasInterface
}

LbaasesGetter has a method to return a LbaasInterface. A group's client should implement this interface.

type ServerInstanceAttachmentExpansion

type ServerInstanceAttachmentExpansion interface{}

type ServerInstanceAttachmentInterface

type ServerInstanceAttachmentInterface interface {
	Create(ctx context.Context, serverInstanceAttachment *v1alpha1.ServerInstanceAttachment, opts v1.CreateOptions) (*v1alpha1.ServerInstanceAttachment, error)
	Update(ctx context.Context, serverInstanceAttachment *v1alpha1.ServerInstanceAttachment, opts v1.UpdateOptions) (*v1alpha1.ServerInstanceAttachment, error)
	UpdateStatus(ctx context.Context, serverInstanceAttachment *v1alpha1.ServerInstanceAttachment, opts v1.UpdateOptions) (*v1alpha1.ServerInstanceAttachment, 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.ServerInstanceAttachment, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ServerInstanceAttachmentList, 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.ServerInstanceAttachment, err error)
	ServerInstanceAttachmentExpansion
}

ServerInstanceAttachmentInterface has methods to work with ServerInstanceAttachment resources.

type ServerInstanceAttachmentsGetter

type ServerInstanceAttachmentsGetter interface {
	ServerInstanceAttachments(namespace string) ServerInstanceAttachmentInterface
}

ServerInstanceAttachmentsGetter has a method to return a ServerInstanceAttachmentInterface. 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