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 GateDatabaseRegistrationExpansion

type GateDatabaseRegistrationExpansion interface{}

type GateDatabaseRegistrationInterface

type GateDatabaseRegistrationInterface interface {
	Create(ctx context.Context, gateDatabaseRegistration *v1alpha1.GateDatabaseRegistration, opts v1.CreateOptions) (*v1alpha1.GateDatabaseRegistration, error)
	Update(ctx context.Context, gateDatabaseRegistration *v1alpha1.GateDatabaseRegistration, opts v1.UpdateOptions) (*v1alpha1.GateDatabaseRegistration, error)
	UpdateStatus(ctx context.Context, gateDatabaseRegistration *v1alpha1.GateDatabaseRegistration, opts v1.UpdateOptions) (*v1alpha1.GateDatabaseRegistration, 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.GateDatabaseRegistration, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.GateDatabaseRegistrationList, 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.GateDatabaseRegistration, err error)
	GateDatabaseRegistrationExpansion
}

GateDatabaseRegistrationInterface has methods to work with GateDatabaseRegistration resources.

type GateDatabaseRegistrationsGetter

type GateDatabaseRegistrationsGetter interface {
	GateDatabaseRegistrations(namespace string) GateDatabaseRegistrationInterface
}

GateDatabaseRegistrationsGetter has a method to return a GateDatabaseRegistrationInterface. A group's client should implement this interface.

type GateDeploymentBackupExpansion

type GateDeploymentBackupExpansion interface{}

type GateDeploymentBackupInterface

type GateDeploymentBackupInterface interface {
	Create(ctx context.Context, gateDeploymentBackup *v1alpha1.GateDeploymentBackup, opts v1.CreateOptions) (*v1alpha1.GateDeploymentBackup, error)
	Update(ctx context.Context, gateDeploymentBackup *v1alpha1.GateDeploymentBackup, opts v1.UpdateOptions) (*v1alpha1.GateDeploymentBackup, error)
	UpdateStatus(ctx context.Context, gateDeploymentBackup *v1alpha1.GateDeploymentBackup, opts v1.UpdateOptions) (*v1alpha1.GateDeploymentBackup, 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.GateDeploymentBackup, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.GateDeploymentBackupList, 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.GateDeploymentBackup, err error)
	GateDeploymentBackupExpansion
}

GateDeploymentBackupInterface has methods to work with GateDeploymentBackup resources.

type GateDeploymentBackupsGetter

type GateDeploymentBackupsGetter interface {
	GateDeploymentBackups(namespace string) GateDeploymentBackupInterface
}

GateDeploymentBackupsGetter has a method to return a GateDeploymentBackupInterface. A group's client should implement this interface.

type GateDeploymentExpansion

type GateDeploymentExpansion interface{}

type GateDeploymentInterface

type GateDeploymentInterface interface {
	Create(ctx context.Context, gateDeployment *v1alpha1.GateDeployment, opts v1.CreateOptions) (*v1alpha1.GateDeployment, error)
	Update(ctx context.Context, gateDeployment *v1alpha1.GateDeployment, opts v1.UpdateOptions) (*v1alpha1.GateDeployment, error)
	UpdateStatus(ctx context.Context, gateDeployment *v1alpha1.GateDeployment, opts v1.UpdateOptions) (*v1alpha1.GateDeployment, 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.GateDeployment, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.GateDeploymentList, 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.GateDeployment, err error)
	GateDeploymentExpansion
}

GateDeploymentInterface has methods to work with GateDeployment resources.

type GateDeploymentsGetter

type GateDeploymentsGetter interface {
	GateDeployments(namespace string) GateDeploymentInterface
}

GateDeploymentsGetter has a method to return a GateDeploymentInterface. A group's client should implement this interface.

type GoldenV1alpha1Client

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

GoldenV1alpha1Client is used to interact with features provided by the golden.oci.kubeform.com group.

func New

New creates a new GoldenV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new GoldenV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *GoldenV1alpha1Client

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

func (*GoldenV1alpha1Client) GateDatabaseRegistrations

func (c *GoldenV1alpha1Client) GateDatabaseRegistrations(namespace string) GateDatabaseRegistrationInterface

func (*GoldenV1alpha1Client) GateDeploymentBackups

func (c *GoldenV1alpha1Client) GateDeploymentBackups(namespace string) GateDeploymentBackupInterface

func (*GoldenV1alpha1Client) GateDeployments

func (c *GoldenV1alpha1Client) GateDeployments(namespace string) GateDeploymentInterface

func (*GoldenV1alpha1Client) RESTClient

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

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

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