v1alpha1

package
v0.0.0-...-398e186 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2023 License: BSD-3-Clause, Apache-2.0 Imports: 7 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 BackupExpansion

type BackupExpansion interface{}

type BackupInterface

type BackupInterface interface {
	Create(*v1alpha1.Backup) (*v1alpha1.Backup, error)
	Update(*v1alpha1.Backup) (*v1alpha1.Backup, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.Backup, error)
	List(opts v1.ListOptions) (*v1alpha1.BackupList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.Backup, err error)
	BackupExpansion
}

BackupInterface has methods to work with Backup resources.

type BackupScheduleExpansion

type BackupScheduleExpansion interface{}

type BackupScheduleInterface

type BackupScheduleInterface interface {
	Create(*v1alpha1.BackupSchedule) (*v1alpha1.BackupSchedule, error)
	Update(*v1alpha1.BackupSchedule) (*v1alpha1.BackupSchedule, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.BackupSchedule, error)
	List(opts v1.ListOptions) (*v1alpha1.BackupScheduleList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.BackupSchedule, err error)
	BackupScheduleExpansion
}

BackupScheduleInterface has methods to work with BackupSchedule resources.

type BackupSchedulesGetter

type BackupSchedulesGetter interface {
	BackupSchedules(namespace string) BackupScheduleInterface
}

BackupSchedulesGetter has a method to return a BackupScheduleInterface. A group's client should implement this interface.

type BackupsGetter

type BackupsGetter interface {
	Backups(namespace string) BackupInterface
}

BackupsGetter has a method to return a BackupInterface. A group's client should implement this interface.

type ClusterExpansion

type ClusterExpansion interface{}

type ClusterInterface

type ClusterInterface interface {
	Create(*v1alpha1.Cluster) (*v1alpha1.Cluster, error)
	Update(*v1alpha1.Cluster) (*v1alpha1.Cluster, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.Cluster, error)
	List(opts v1.ListOptions) (*v1alpha1.ClusterList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.Cluster, err error)
	ClusterExpansion
}

ClusterInterface has methods to work with Cluster resources.

type ClustersGetter

type ClustersGetter interface {
	Clusters(namespace string) ClusterInterface
}

ClustersGetter has a method to return a ClusterInterface. A group's client should implement this interface.

type MySQLV1alpha1Client

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

MySQLV1alpha1Client is used to interact with features provided by the mysql.oracle.com group.

func New

New creates a new MySQLV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new MySQLV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *MySQLV1alpha1Client

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

func (*MySQLV1alpha1Client) BackupSchedules

func (c *MySQLV1alpha1Client) BackupSchedules(namespace string) BackupScheduleInterface

func (*MySQLV1alpha1Client) Backups

func (c *MySQLV1alpha1Client) Backups(namespace string) BackupInterface

func (*MySQLV1alpha1Client) Clusters

func (c *MySQLV1alpha1Client) Clusters(namespace string) ClusterInterface

func (*MySQLV1alpha1Client) RESTClient

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

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

func (*MySQLV1alpha1Client) Restores

func (c *MySQLV1alpha1Client) Restores(namespace string) RestoreInterface

type MySQLV1alpha1Interface

type MySQLV1alpha1Interface interface {
	RESTClient() rest.Interface
	BackupsGetter
	BackupSchedulesGetter
	ClustersGetter
	RestoresGetter
}

type RestoreExpansion

type RestoreExpansion interface{}

type RestoreInterface

type RestoreInterface interface {
	Create(*v1alpha1.Restore) (*v1alpha1.Restore, error)
	Update(*v1alpha1.Restore) (*v1alpha1.Restore, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.Restore, error)
	List(opts v1.ListOptions) (*v1alpha1.RestoreList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.Restore, err error)
	RestoreExpansion
}

RestoreInterface has methods to work with Restore resources.

type RestoresGetter

type RestoresGetter interface {
	Restores(namespace string) RestoreInterface
}

RestoresGetter has a method to return a RestoreInterface. 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