v1alpha1

package
v0.0.0-...-ccbd80b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 12, 2024 License: Apache-2.0 Imports: 9 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 AppV1alpha1Client

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

AppV1alpha1Client is used to interact with features provided by the app.kubeserial.com group.

func New

New creates a new AppV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new AppV1alpha1Client for the given config. NewForConfig is equivalent to NewForConfigAndClient(c, httpClient), where httpClient was generated with rest.HTTPClientFor(c).

func NewForConfigAndClient

func NewForConfigAndClient(c *rest.Config, h *http.Client) (*AppV1alpha1Client, error)

NewForConfigAndClient creates a new AppV1alpha1Client for the given config and http client. Note the http client provided takes precedence over the configured transport values.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *AppV1alpha1Client

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

func (*AppV1alpha1Client) KubeSerials

func (c *AppV1alpha1Client) KubeSerials(namespace string) KubeSerialInterface

func (*AppV1alpha1Client) ManagerScheduleRequests

func (c *AppV1alpha1Client) ManagerScheduleRequests() ManagerScheduleRequestInterface

func (*AppV1alpha1Client) Managers

func (c *AppV1alpha1Client) Managers() ManagerInterface

func (*AppV1alpha1Client) RESTClient

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

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

func (*AppV1alpha1Client) SerialDevices

func (c *AppV1alpha1Client) SerialDevices() SerialDeviceInterface

type KubeSerialExpansion

type KubeSerialExpansion interface{}

type KubeSerialInterface

type KubeSerialInterface interface {
	Create(ctx context.Context, kubeSerial *v1alpha1.KubeSerial, opts v1.CreateOptions) (*v1alpha1.KubeSerial, error)
	Update(ctx context.Context, kubeSerial *v1alpha1.KubeSerial, opts v1.UpdateOptions) (*v1alpha1.KubeSerial, error)
	UpdateStatus(ctx context.Context, kubeSerial *v1alpha1.KubeSerial, opts v1.UpdateOptions) (*v1alpha1.KubeSerial, 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.KubeSerial, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.KubeSerialList, 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.KubeSerial, err error)
	KubeSerialExpansion
}

KubeSerialInterface has methods to work with KubeSerial resources.

type KubeSerialsGetter

type KubeSerialsGetter interface {
	KubeSerials(namespace string) KubeSerialInterface
}

KubeSerialsGetter has a method to return a KubeSerialInterface. A group's client should implement this interface.

type ManagerExpansion

type ManagerExpansion interface{}

type ManagerInterface

type ManagerInterface interface {
	Create(ctx context.Context, manager *v1alpha1.Manager, opts v1.CreateOptions) (*v1alpha1.Manager, error)
	Update(ctx context.Context, manager *v1alpha1.Manager, opts v1.UpdateOptions) (*v1alpha1.Manager, error)
	UpdateStatus(ctx context.Context, manager *v1alpha1.Manager, opts v1.UpdateOptions) (*v1alpha1.Manager, 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.Manager, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ManagerList, 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.Manager, err error)
	ManagerExpansion
}

ManagerInterface has methods to work with Manager resources.

type ManagerScheduleRequestExpansion

type ManagerScheduleRequestExpansion interface{}

type ManagerScheduleRequestInterface

type ManagerScheduleRequestInterface interface {
	Create(ctx context.Context, managerScheduleRequest *v1alpha1.ManagerScheduleRequest, opts v1.CreateOptions) (*v1alpha1.ManagerScheduleRequest, error)
	Update(ctx context.Context, managerScheduleRequest *v1alpha1.ManagerScheduleRequest, opts v1.UpdateOptions) (*v1alpha1.ManagerScheduleRequest, error)
	UpdateStatus(ctx context.Context, managerScheduleRequest *v1alpha1.ManagerScheduleRequest, opts v1.UpdateOptions) (*v1alpha1.ManagerScheduleRequest, 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.ManagerScheduleRequest, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ManagerScheduleRequestList, 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.ManagerScheduleRequest, err error)
	ManagerScheduleRequestExpansion
}

ManagerScheduleRequestInterface has methods to work with ManagerScheduleRequest resources.

type ManagerScheduleRequestsGetter

type ManagerScheduleRequestsGetter interface {
	ManagerScheduleRequests() ManagerScheduleRequestInterface
}

ManagerScheduleRequestsGetter has a method to return a ManagerScheduleRequestInterface. A group's client should implement this interface.

type ManagersGetter

type ManagersGetter interface {
	Managers() ManagerInterface
}

ManagersGetter has a method to return a ManagerInterface. A group's client should implement this interface.

type SerialDeviceExpansion

type SerialDeviceExpansion interface{}

type SerialDeviceInterface

type SerialDeviceInterface interface {
	Create(ctx context.Context, serialDevice *v1alpha1.SerialDevice, opts v1.CreateOptions) (*v1alpha1.SerialDevice, error)
	Update(ctx context.Context, serialDevice *v1alpha1.SerialDevice, opts v1.UpdateOptions) (*v1alpha1.SerialDevice, error)
	UpdateStatus(ctx context.Context, serialDevice *v1alpha1.SerialDevice, opts v1.UpdateOptions) (*v1alpha1.SerialDevice, 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.SerialDevice, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SerialDeviceList, 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.SerialDevice, err error)
	SerialDeviceExpansion
}

SerialDeviceInterface has methods to work with SerialDevice resources.

type SerialDevicesGetter

type SerialDevicesGetter interface {
	SerialDevices() SerialDeviceInterface
}

SerialDevicesGetter has a method to return a SerialDeviceInterface. 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