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 AiV1alpha1Client

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

AiV1alpha1Client is used to interact with features provided by the ai.oci.kubeform.com group.

func New

New creates a new AiV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new AiV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *AiV1alpha1Client

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

func (*AiV1alpha1Client) AnomalyDetectionAiPrivateEndpoints

func (c *AiV1alpha1Client) AnomalyDetectionAiPrivateEndpoints(namespace string) AnomalyDetectionAiPrivateEndpointInterface

func (*AiV1alpha1Client) AnomalyDetectionDataAssets

func (c *AiV1alpha1Client) AnomalyDetectionDataAssets(namespace string) AnomalyDetectionDataAssetInterface

func (*AiV1alpha1Client) AnomalyDetectionModels

func (c *AiV1alpha1Client) AnomalyDetectionModels(namespace string) AnomalyDetectionModelInterface

func (*AiV1alpha1Client) AnomalyDetectionProjects

func (c *AiV1alpha1Client) AnomalyDetectionProjects(namespace string) AnomalyDetectionProjectInterface

func (*AiV1alpha1Client) RESTClient

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

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

func (*AiV1alpha1Client) VisionModels added in v0.5.0

func (c *AiV1alpha1Client) VisionModels(namespace string) VisionModelInterface

func (*AiV1alpha1Client) VisionProjects added in v0.5.0

func (c *AiV1alpha1Client) VisionProjects(namespace string) VisionProjectInterface

type AnomalyDetectionAiPrivateEndpointExpansion

type AnomalyDetectionAiPrivateEndpointExpansion interface{}

type AnomalyDetectionAiPrivateEndpointInterface

AnomalyDetectionAiPrivateEndpointInterface has methods to work with AnomalyDetectionAiPrivateEndpoint resources.

type AnomalyDetectionAiPrivateEndpointsGetter

type AnomalyDetectionAiPrivateEndpointsGetter interface {
	AnomalyDetectionAiPrivateEndpoints(namespace string) AnomalyDetectionAiPrivateEndpointInterface
}

AnomalyDetectionAiPrivateEndpointsGetter has a method to return a AnomalyDetectionAiPrivateEndpointInterface. A group's client should implement this interface.

type AnomalyDetectionDataAssetExpansion

type AnomalyDetectionDataAssetExpansion interface{}

type AnomalyDetectionDataAssetInterface

type AnomalyDetectionDataAssetInterface interface {
	Create(ctx context.Context, anomalyDetectionDataAsset *v1alpha1.AnomalyDetectionDataAsset, opts v1.CreateOptions) (*v1alpha1.AnomalyDetectionDataAsset, error)
	Update(ctx context.Context, anomalyDetectionDataAsset *v1alpha1.AnomalyDetectionDataAsset, opts v1.UpdateOptions) (*v1alpha1.AnomalyDetectionDataAsset, error)
	UpdateStatus(ctx context.Context, anomalyDetectionDataAsset *v1alpha1.AnomalyDetectionDataAsset, opts v1.UpdateOptions) (*v1alpha1.AnomalyDetectionDataAsset, 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.AnomalyDetectionDataAsset, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AnomalyDetectionDataAssetList, 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.AnomalyDetectionDataAsset, err error)
	AnomalyDetectionDataAssetExpansion
}

AnomalyDetectionDataAssetInterface has methods to work with AnomalyDetectionDataAsset resources.

type AnomalyDetectionDataAssetsGetter

type AnomalyDetectionDataAssetsGetter interface {
	AnomalyDetectionDataAssets(namespace string) AnomalyDetectionDataAssetInterface
}

AnomalyDetectionDataAssetsGetter has a method to return a AnomalyDetectionDataAssetInterface. A group's client should implement this interface.

type AnomalyDetectionModelExpansion

type AnomalyDetectionModelExpansion interface{}

type AnomalyDetectionModelInterface

type AnomalyDetectionModelInterface interface {
	Create(ctx context.Context, anomalyDetectionModel *v1alpha1.AnomalyDetectionModel, opts v1.CreateOptions) (*v1alpha1.AnomalyDetectionModel, error)
	Update(ctx context.Context, anomalyDetectionModel *v1alpha1.AnomalyDetectionModel, opts v1.UpdateOptions) (*v1alpha1.AnomalyDetectionModel, error)
	UpdateStatus(ctx context.Context, anomalyDetectionModel *v1alpha1.AnomalyDetectionModel, opts v1.UpdateOptions) (*v1alpha1.AnomalyDetectionModel, 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.AnomalyDetectionModel, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AnomalyDetectionModelList, 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.AnomalyDetectionModel, err error)
	AnomalyDetectionModelExpansion
}

AnomalyDetectionModelInterface has methods to work with AnomalyDetectionModel resources.

type AnomalyDetectionModelsGetter

type AnomalyDetectionModelsGetter interface {
	AnomalyDetectionModels(namespace string) AnomalyDetectionModelInterface
}

AnomalyDetectionModelsGetter has a method to return a AnomalyDetectionModelInterface. A group's client should implement this interface.

type AnomalyDetectionProjectExpansion

type AnomalyDetectionProjectExpansion interface{}

type AnomalyDetectionProjectInterface

type AnomalyDetectionProjectInterface interface {
	Create(ctx context.Context, anomalyDetectionProject *v1alpha1.AnomalyDetectionProject, opts v1.CreateOptions) (*v1alpha1.AnomalyDetectionProject, error)
	Update(ctx context.Context, anomalyDetectionProject *v1alpha1.AnomalyDetectionProject, opts v1.UpdateOptions) (*v1alpha1.AnomalyDetectionProject, error)
	UpdateStatus(ctx context.Context, anomalyDetectionProject *v1alpha1.AnomalyDetectionProject, opts v1.UpdateOptions) (*v1alpha1.AnomalyDetectionProject, 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.AnomalyDetectionProject, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AnomalyDetectionProjectList, 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.AnomalyDetectionProject, err error)
	AnomalyDetectionProjectExpansion
}

AnomalyDetectionProjectInterface has methods to work with AnomalyDetectionProject resources.

type AnomalyDetectionProjectsGetter

type AnomalyDetectionProjectsGetter interface {
	AnomalyDetectionProjects(namespace string) AnomalyDetectionProjectInterface
}

AnomalyDetectionProjectsGetter has a method to return a AnomalyDetectionProjectInterface. A group's client should implement this interface.

type VisionModelExpansion added in v0.5.0

type VisionModelExpansion interface{}

type VisionModelInterface added in v0.5.0

type VisionModelInterface interface {
	Create(ctx context.Context, visionModel *v1alpha1.VisionModel, opts v1.CreateOptions) (*v1alpha1.VisionModel, error)
	Update(ctx context.Context, visionModel *v1alpha1.VisionModel, opts v1.UpdateOptions) (*v1alpha1.VisionModel, error)
	UpdateStatus(ctx context.Context, visionModel *v1alpha1.VisionModel, opts v1.UpdateOptions) (*v1alpha1.VisionModel, 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.VisionModel, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VisionModelList, 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.VisionModel, err error)
	VisionModelExpansion
}

VisionModelInterface has methods to work with VisionModel resources.

type VisionModelsGetter added in v0.5.0

type VisionModelsGetter interface {
	VisionModels(namespace string) VisionModelInterface
}

VisionModelsGetter has a method to return a VisionModelInterface. A group's client should implement this interface.

type VisionProjectExpansion added in v0.5.0

type VisionProjectExpansion interface{}

type VisionProjectInterface added in v0.5.0

type VisionProjectInterface interface {
	Create(ctx context.Context, visionProject *v1alpha1.VisionProject, opts v1.CreateOptions) (*v1alpha1.VisionProject, error)
	Update(ctx context.Context, visionProject *v1alpha1.VisionProject, opts v1.UpdateOptions) (*v1alpha1.VisionProject, error)
	UpdateStatus(ctx context.Context, visionProject *v1alpha1.VisionProject, opts v1.UpdateOptions) (*v1alpha1.VisionProject, 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.VisionProject, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VisionProjectList, 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.VisionProject, err error)
	VisionProjectExpansion
}

VisionProjectInterface has methods to work with VisionProject resources.

type VisionProjectsGetter added in v0.5.0

type VisionProjectsGetter interface {
	VisionProjects(namespace string) VisionProjectInterface
}

VisionProjectsGetter has a method to return a VisionProjectInterface. 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