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 AwrHubExpansion added in v0.5.0

type AwrHubExpansion interface{}

type AwrHubInterface added in v0.5.0

type AwrHubInterface interface {
	Create(ctx context.Context, awrHub *v1alpha1.AwrHub, opts v1.CreateOptions) (*v1alpha1.AwrHub, error)
	Update(ctx context.Context, awrHub *v1alpha1.AwrHub, opts v1.UpdateOptions) (*v1alpha1.AwrHub, error)
	UpdateStatus(ctx context.Context, awrHub *v1alpha1.AwrHub, opts v1.UpdateOptions) (*v1alpha1.AwrHub, 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.AwrHub, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AwrHubList, 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.AwrHub, err error)
	AwrHubExpansion
}

AwrHubInterface has methods to work with AwrHub resources.

type AwrHubsGetter added in v0.5.0

type AwrHubsGetter interface {
	AwrHubs(namespace string) AwrHubInterface
}

AwrHubsGetter has a method to return a AwrHubInterface. A group's client should implement this interface.

type DatabaseInsightExpansion

type DatabaseInsightExpansion interface{}

type DatabaseInsightInterface

type DatabaseInsightInterface interface {
	Create(ctx context.Context, databaseInsight *v1alpha1.DatabaseInsight, opts v1.CreateOptions) (*v1alpha1.DatabaseInsight, error)
	Update(ctx context.Context, databaseInsight *v1alpha1.DatabaseInsight, opts v1.UpdateOptions) (*v1alpha1.DatabaseInsight, error)
	UpdateStatus(ctx context.Context, databaseInsight *v1alpha1.DatabaseInsight, opts v1.UpdateOptions) (*v1alpha1.DatabaseInsight, 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.DatabaseInsight, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.DatabaseInsightList, 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.DatabaseInsight, err error)
	DatabaseInsightExpansion
}

DatabaseInsightInterface has methods to work with DatabaseInsight resources.

type DatabaseInsightsGetter

type DatabaseInsightsGetter interface {
	DatabaseInsights(namespace string) DatabaseInsightInterface
}

DatabaseInsightsGetter has a method to return a DatabaseInsightInterface. A group's client should implement this interface.

type EnterpriseManagerBridgeExpansion

type EnterpriseManagerBridgeExpansion interface{}

type EnterpriseManagerBridgeInterface

type EnterpriseManagerBridgeInterface interface {
	Create(ctx context.Context, enterpriseManagerBridge *v1alpha1.EnterpriseManagerBridge, opts v1.CreateOptions) (*v1alpha1.EnterpriseManagerBridge, error)
	Update(ctx context.Context, enterpriseManagerBridge *v1alpha1.EnterpriseManagerBridge, opts v1.UpdateOptions) (*v1alpha1.EnterpriseManagerBridge, error)
	UpdateStatus(ctx context.Context, enterpriseManagerBridge *v1alpha1.EnterpriseManagerBridge, opts v1.UpdateOptions) (*v1alpha1.EnterpriseManagerBridge, 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.EnterpriseManagerBridge, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.EnterpriseManagerBridgeList, 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.EnterpriseManagerBridge, err error)
	EnterpriseManagerBridgeExpansion
}

EnterpriseManagerBridgeInterface has methods to work with EnterpriseManagerBridge resources.

type EnterpriseManagerBridgesGetter

type EnterpriseManagerBridgesGetter interface {
	EnterpriseManagerBridges(namespace string) EnterpriseManagerBridgeInterface
}

EnterpriseManagerBridgesGetter has a method to return a EnterpriseManagerBridgeInterface. A group's client should implement this interface.

type ExadataInsightExpansion

type ExadataInsightExpansion interface{}

type ExadataInsightInterface

type ExadataInsightInterface interface {
	Create(ctx context.Context, exadataInsight *v1alpha1.ExadataInsight, opts v1.CreateOptions) (*v1alpha1.ExadataInsight, error)
	Update(ctx context.Context, exadataInsight *v1alpha1.ExadataInsight, opts v1.UpdateOptions) (*v1alpha1.ExadataInsight, error)
	UpdateStatus(ctx context.Context, exadataInsight *v1alpha1.ExadataInsight, opts v1.UpdateOptions) (*v1alpha1.ExadataInsight, 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.ExadataInsight, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ExadataInsightList, 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.ExadataInsight, err error)
	ExadataInsightExpansion
}

ExadataInsightInterface has methods to work with ExadataInsight resources.

type ExadataInsightsGetter

type ExadataInsightsGetter interface {
	ExadataInsights(namespace string) ExadataInsightInterface
}

ExadataInsightsGetter has a method to return a ExadataInsightInterface. A group's client should implement this interface.

type HostInsightExpansion

type HostInsightExpansion interface{}

type HostInsightInterface

type HostInsightInterface interface {
	Create(ctx context.Context, hostInsight *v1alpha1.HostInsight, opts v1.CreateOptions) (*v1alpha1.HostInsight, error)
	Update(ctx context.Context, hostInsight *v1alpha1.HostInsight, opts v1.UpdateOptions) (*v1alpha1.HostInsight, error)
	UpdateStatus(ctx context.Context, hostInsight *v1alpha1.HostInsight, opts v1.UpdateOptions) (*v1alpha1.HostInsight, 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.HostInsight, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.HostInsightList, 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.HostInsight, err error)
	HostInsightExpansion
}

HostInsightInterface has methods to work with HostInsight resources.

type HostInsightsGetter

type HostInsightsGetter interface {
	HostInsights(namespace string) HostInsightInterface
}

HostInsightsGetter has a method to return a HostInsightInterface. A group's client should implement this interface.

type OperationsInsightsWarehouseDownloadWarehouseWalletExpansion added in v0.5.0

type OperationsInsightsWarehouseDownloadWarehouseWalletExpansion interface{}

type OperationsInsightsWarehouseDownloadWarehouseWalletInterface added in v0.5.0

type OperationsInsightsWarehouseDownloadWarehouseWalletInterface interface {
	Create(ctx context.Context, operationsInsightsWarehouseDownloadWarehouseWallet *v1alpha1.OperationsInsightsWarehouseDownloadWarehouseWallet, opts v1.CreateOptions) (*v1alpha1.OperationsInsightsWarehouseDownloadWarehouseWallet, error)
	Update(ctx context.Context, operationsInsightsWarehouseDownloadWarehouseWallet *v1alpha1.OperationsInsightsWarehouseDownloadWarehouseWallet, opts v1.UpdateOptions) (*v1alpha1.OperationsInsightsWarehouseDownloadWarehouseWallet, error)
	UpdateStatus(ctx context.Context, operationsInsightsWarehouseDownloadWarehouseWallet *v1alpha1.OperationsInsightsWarehouseDownloadWarehouseWallet, opts v1.UpdateOptions) (*v1alpha1.OperationsInsightsWarehouseDownloadWarehouseWallet, 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.OperationsInsightsWarehouseDownloadWarehouseWallet, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.OperationsInsightsWarehouseDownloadWarehouseWalletList, 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.OperationsInsightsWarehouseDownloadWarehouseWallet, err error)
	OperationsInsightsWarehouseDownloadWarehouseWalletExpansion
}

OperationsInsightsWarehouseDownloadWarehouseWalletInterface has methods to work with OperationsInsightsWarehouseDownloadWarehouseWallet resources.

type OperationsInsightsWarehouseDownloadWarehouseWalletsGetter added in v0.5.0

type OperationsInsightsWarehouseDownloadWarehouseWalletsGetter interface {
	OperationsInsightsWarehouseDownloadWarehouseWallets(namespace string) OperationsInsightsWarehouseDownloadWarehouseWalletInterface
}

OperationsInsightsWarehouseDownloadWarehouseWalletsGetter has a method to return a OperationsInsightsWarehouseDownloadWarehouseWalletInterface. A group's client should implement this interface.

type OperationsInsightsWarehouseExpansion added in v0.5.0

type OperationsInsightsWarehouseExpansion interface{}

type OperationsInsightsWarehouseInterface added in v0.5.0

type OperationsInsightsWarehouseInterface interface {
	Create(ctx context.Context, operationsInsightsWarehouse *v1alpha1.OperationsInsightsWarehouse, opts v1.CreateOptions) (*v1alpha1.OperationsInsightsWarehouse, error)
	Update(ctx context.Context, operationsInsightsWarehouse *v1alpha1.OperationsInsightsWarehouse, opts v1.UpdateOptions) (*v1alpha1.OperationsInsightsWarehouse, error)
	UpdateStatus(ctx context.Context, operationsInsightsWarehouse *v1alpha1.OperationsInsightsWarehouse, opts v1.UpdateOptions) (*v1alpha1.OperationsInsightsWarehouse, 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.OperationsInsightsWarehouse, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.OperationsInsightsWarehouseList, 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.OperationsInsightsWarehouse, err error)
	OperationsInsightsWarehouseExpansion
}

OperationsInsightsWarehouseInterface has methods to work with OperationsInsightsWarehouse resources.

type OperationsInsightsWarehouseRotateWarehouseWalletExpansion added in v0.5.0

type OperationsInsightsWarehouseRotateWarehouseWalletExpansion interface{}

type OperationsInsightsWarehouseRotateWarehouseWalletInterface added in v0.5.0

type OperationsInsightsWarehouseRotateWarehouseWalletInterface interface {
	Create(ctx context.Context, operationsInsightsWarehouseRotateWarehouseWallet *v1alpha1.OperationsInsightsWarehouseRotateWarehouseWallet, opts v1.CreateOptions) (*v1alpha1.OperationsInsightsWarehouseRotateWarehouseWallet, error)
	Update(ctx context.Context, operationsInsightsWarehouseRotateWarehouseWallet *v1alpha1.OperationsInsightsWarehouseRotateWarehouseWallet, opts v1.UpdateOptions) (*v1alpha1.OperationsInsightsWarehouseRotateWarehouseWallet, error)
	UpdateStatus(ctx context.Context, operationsInsightsWarehouseRotateWarehouseWallet *v1alpha1.OperationsInsightsWarehouseRotateWarehouseWallet, opts v1.UpdateOptions) (*v1alpha1.OperationsInsightsWarehouseRotateWarehouseWallet, 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.OperationsInsightsWarehouseRotateWarehouseWallet, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.OperationsInsightsWarehouseRotateWarehouseWalletList, 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.OperationsInsightsWarehouseRotateWarehouseWallet, err error)
	OperationsInsightsWarehouseRotateWarehouseWalletExpansion
}

OperationsInsightsWarehouseRotateWarehouseWalletInterface has methods to work with OperationsInsightsWarehouseRotateWarehouseWallet resources.

type OperationsInsightsWarehouseRotateWarehouseWalletsGetter added in v0.5.0

type OperationsInsightsWarehouseRotateWarehouseWalletsGetter interface {
	OperationsInsightsWarehouseRotateWarehouseWallets(namespace string) OperationsInsightsWarehouseRotateWarehouseWalletInterface
}

OperationsInsightsWarehouseRotateWarehouseWalletsGetter has a method to return a OperationsInsightsWarehouseRotateWarehouseWalletInterface. A group's client should implement this interface.

type OperationsInsightsWarehouseUserExpansion added in v0.5.0

type OperationsInsightsWarehouseUserExpansion interface{}

type OperationsInsightsWarehouseUserInterface added in v0.5.0

OperationsInsightsWarehouseUserInterface has methods to work with OperationsInsightsWarehouseUser resources.

type OperationsInsightsWarehouseUsersGetter added in v0.5.0

type OperationsInsightsWarehouseUsersGetter interface {
	OperationsInsightsWarehouseUsers(namespace string) OperationsInsightsWarehouseUserInterface
}

OperationsInsightsWarehouseUsersGetter has a method to return a OperationsInsightsWarehouseUserInterface. A group's client should implement this interface.

type OperationsInsightsWarehousesGetter added in v0.5.0

type OperationsInsightsWarehousesGetter interface {
	OperationsInsightsWarehouses(namespace string) OperationsInsightsWarehouseInterface
}

OperationsInsightsWarehousesGetter has a method to return a OperationsInsightsWarehouseInterface. A group's client should implement this interface.

type OpsiV1alpha1Client

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

OpsiV1alpha1Client is used to interact with features provided by the opsi.oci.kubeform.com group.

func New

New creates a new OpsiV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new OpsiV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *OpsiV1alpha1Client

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

func (*OpsiV1alpha1Client) AwrHubs added in v0.5.0

func (c *OpsiV1alpha1Client) AwrHubs(namespace string) AwrHubInterface

func (*OpsiV1alpha1Client) DatabaseInsights

func (c *OpsiV1alpha1Client) DatabaseInsights(namespace string) DatabaseInsightInterface

func (*OpsiV1alpha1Client) EnterpriseManagerBridges

func (c *OpsiV1alpha1Client) EnterpriseManagerBridges(namespace string) EnterpriseManagerBridgeInterface

func (*OpsiV1alpha1Client) ExadataInsights

func (c *OpsiV1alpha1Client) ExadataInsights(namespace string) ExadataInsightInterface

func (*OpsiV1alpha1Client) HostInsights

func (c *OpsiV1alpha1Client) HostInsights(namespace string) HostInsightInterface

func (*OpsiV1alpha1Client) OperationsInsightsWarehouseDownloadWarehouseWallets added in v0.5.0

func (c *OpsiV1alpha1Client) OperationsInsightsWarehouseDownloadWarehouseWallets(namespace string) OperationsInsightsWarehouseDownloadWarehouseWalletInterface

func (*OpsiV1alpha1Client) OperationsInsightsWarehouseRotateWarehouseWallets added in v0.5.0

func (c *OpsiV1alpha1Client) OperationsInsightsWarehouseRotateWarehouseWallets(namespace string) OperationsInsightsWarehouseRotateWarehouseWalletInterface

func (*OpsiV1alpha1Client) OperationsInsightsWarehouseUsers added in v0.5.0

func (c *OpsiV1alpha1Client) OperationsInsightsWarehouseUsers(namespace string) OperationsInsightsWarehouseUserInterface

func (*OpsiV1alpha1Client) OperationsInsightsWarehouses added in v0.5.0

func (c *OpsiV1alpha1Client) OperationsInsightsWarehouses(namespace string) OperationsInsightsWarehouseInterface

func (*OpsiV1alpha1Client) RESTClient

func (c *OpsiV1alpha1Client) 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