v1alpha1

package
v1.116.0 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 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 VertexAIDatasetExpansion

type VertexAIDatasetExpansion interface{}

type VertexAIDatasetInterface

type VertexAIDatasetInterface interface {
	Create(ctx context.Context, vertexAIDataset *v1alpha1.VertexAIDataset, opts v1.CreateOptions) (*v1alpha1.VertexAIDataset, error)
	Update(ctx context.Context, vertexAIDataset *v1alpha1.VertexAIDataset, opts v1.UpdateOptions) (*v1alpha1.VertexAIDataset, error)
	UpdateStatus(ctx context.Context, vertexAIDataset *v1alpha1.VertexAIDataset, opts v1.UpdateOptions) (*v1alpha1.VertexAIDataset, 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.VertexAIDataset, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VertexAIDatasetList, 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.VertexAIDataset, err error)
	VertexAIDatasetExpansion
}

VertexAIDatasetInterface has methods to work with VertexAIDataset resources.

type VertexAIDatasetsGetter

type VertexAIDatasetsGetter interface {
	VertexAIDatasets(namespace string) VertexAIDatasetInterface
}

VertexAIDatasetsGetter has a method to return a VertexAIDatasetInterface. A group's client should implement this interface.

type VertexAIEndpointExpansion

type VertexAIEndpointExpansion interface{}

type VertexAIEndpointInterface

type VertexAIEndpointInterface interface {
	Create(ctx context.Context, vertexAIEndpoint *v1alpha1.VertexAIEndpoint, opts v1.CreateOptions) (*v1alpha1.VertexAIEndpoint, error)
	Update(ctx context.Context, vertexAIEndpoint *v1alpha1.VertexAIEndpoint, opts v1.UpdateOptions) (*v1alpha1.VertexAIEndpoint, error)
	UpdateStatus(ctx context.Context, vertexAIEndpoint *v1alpha1.VertexAIEndpoint, opts v1.UpdateOptions) (*v1alpha1.VertexAIEndpoint, 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.VertexAIEndpoint, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VertexAIEndpointList, 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.VertexAIEndpoint, err error)
	VertexAIEndpointExpansion
}

VertexAIEndpointInterface has methods to work with VertexAIEndpoint resources.

type VertexAIEndpointsGetter

type VertexAIEndpointsGetter interface {
	VertexAIEndpoints(namespace string) VertexAIEndpointInterface
}

VertexAIEndpointsGetter has a method to return a VertexAIEndpointInterface. A group's client should implement this interface.

type VertexAIFeaturestoreEntityTypeExpansion

type VertexAIFeaturestoreEntityTypeExpansion interface{}

type VertexAIFeaturestoreEntityTypeFeatureExpansion

type VertexAIFeaturestoreEntityTypeFeatureExpansion interface{}

type VertexAIFeaturestoreEntityTypeFeatureInterface

VertexAIFeaturestoreEntityTypeFeatureInterface has methods to work with VertexAIFeaturestoreEntityTypeFeature resources.

type VertexAIFeaturestoreEntityTypeFeaturesGetter

type VertexAIFeaturestoreEntityTypeFeaturesGetter interface {
	VertexAIFeaturestoreEntityTypeFeatures(namespace string) VertexAIFeaturestoreEntityTypeFeatureInterface
}

VertexAIFeaturestoreEntityTypeFeaturesGetter has a method to return a VertexAIFeaturestoreEntityTypeFeatureInterface. A group's client should implement this interface.

type VertexAIFeaturestoreEntityTypeInterface

VertexAIFeaturestoreEntityTypeInterface has methods to work with VertexAIFeaturestoreEntityType resources.

type VertexAIFeaturestoreEntityTypesGetter

type VertexAIFeaturestoreEntityTypesGetter interface {
	VertexAIFeaturestoreEntityTypes(namespace string) VertexAIFeaturestoreEntityTypeInterface
}

VertexAIFeaturestoreEntityTypesGetter has a method to return a VertexAIFeaturestoreEntityTypeInterface. A group's client should implement this interface.

type VertexAIFeaturestoreExpansion

type VertexAIFeaturestoreExpansion interface{}

type VertexAIFeaturestoreInterface

type VertexAIFeaturestoreInterface interface {
	Create(ctx context.Context, vertexAIFeaturestore *v1alpha1.VertexAIFeaturestore, opts v1.CreateOptions) (*v1alpha1.VertexAIFeaturestore, error)
	Update(ctx context.Context, vertexAIFeaturestore *v1alpha1.VertexAIFeaturestore, opts v1.UpdateOptions) (*v1alpha1.VertexAIFeaturestore, error)
	UpdateStatus(ctx context.Context, vertexAIFeaturestore *v1alpha1.VertexAIFeaturestore, opts v1.UpdateOptions) (*v1alpha1.VertexAIFeaturestore, 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.VertexAIFeaturestore, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VertexAIFeaturestoreList, 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.VertexAIFeaturestore, err error)
	VertexAIFeaturestoreExpansion
}

VertexAIFeaturestoreInterface has methods to work with VertexAIFeaturestore resources.

type VertexAIFeaturestoresGetter

type VertexAIFeaturestoresGetter interface {
	VertexAIFeaturestores(namespace string) VertexAIFeaturestoreInterface
}

VertexAIFeaturestoresGetter has a method to return a VertexAIFeaturestoreInterface. A group's client should implement this interface.

type VertexAIIndexEndpointExpansion added in v1.109.0

type VertexAIIndexEndpointExpansion interface{}

type VertexAIIndexEndpointInterface added in v1.109.0

type VertexAIIndexEndpointInterface interface {
	Create(ctx context.Context, vertexAIIndexEndpoint *v1alpha1.VertexAIIndexEndpoint, opts v1.CreateOptions) (*v1alpha1.VertexAIIndexEndpoint, error)
	Update(ctx context.Context, vertexAIIndexEndpoint *v1alpha1.VertexAIIndexEndpoint, opts v1.UpdateOptions) (*v1alpha1.VertexAIIndexEndpoint, error)
	UpdateStatus(ctx context.Context, vertexAIIndexEndpoint *v1alpha1.VertexAIIndexEndpoint, opts v1.UpdateOptions) (*v1alpha1.VertexAIIndexEndpoint, 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.VertexAIIndexEndpoint, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VertexAIIndexEndpointList, 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.VertexAIIndexEndpoint, err error)
	VertexAIIndexEndpointExpansion
}

VertexAIIndexEndpointInterface has methods to work with VertexAIIndexEndpoint resources.

type VertexAIIndexEndpointsGetter added in v1.109.0

type VertexAIIndexEndpointsGetter interface {
	VertexAIIndexEndpoints(namespace string) VertexAIIndexEndpointInterface
}

VertexAIIndexEndpointsGetter has a method to return a VertexAIIndexEndpointInterface. A group's client should implement this interface.

type VertexAIIndexExpansion

type VertexAIIndexExpansion interface{}

type VertexAIIndexInterface

type VertexAIIndexInterface interface {
	Create(ctx context.Context, vertexAIIndex *v1alpha1.VertexAIIndex, opts v1.CreateOptions) (*v1alpha1.VertexAIIndex, error)
	Update(ctx context.Context, vertexAIIndex *v1alpha1.VertexAIIndex, opts v1.UpdateOptions) (*v1alpha1.VertexAIIndex, error)
	UpdateStatus(ctx context.Context, vertexAIIndex *v1alpha1.VertexAIIndex, opts v1.UpdateOptions) (*v1alpha1.VertexAIIndex, 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.VertexAIIndex, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VertexAIIndexList, 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.VertexAIIndex, err error)
	VertexAIIndexExpansion
}

VertexAIIndexInterface has methods to work with VertexAIIndex resources.

type VertexAIIndexesGetter

type VertexAIIndexesGetter interface {
	VertexAIIndexes(namespace string) VertexAIIndexInterface
}

VertexAIIndexesGetter has a method to return a VertexAIIndexInterface. A group's client should implement this interface.

type VertexAIMetadataStoreExpansion

type VertexAIMetadataStoreExpansion interface{}

type VertexAIMetadataStoreInterface

type VertexAIMetadataStoreInterface interface {
	Create(ctx context.Context, vertexAIMetadataStore *v1alpha1.VertexAIMetadataStore, opts v1.CreateOptions) (*v1alpha1.VertexAIMetadataStore, error)
	Update(ctx context.Context, vertexAIMetadataStore *v1alpha1.VertexAIMetadataStore, opts v1.UpdateOptions) (*v1alpha1.VertexAIMetadataStore, error)
	UpdateStatus(ctx context.Context, vertexAIMetadataStore *v1alpha1.VertexAIMetadataStore, opts v1.UpdateOptions) (*v1alpha1.VertexAIMetadataStore, 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.VertexAIMetadataStore, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VertexAIMetadataStoreList, 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.VertexAIMetadataStore, err error)
	VertexAIMetadataStoreExpansion
}

VertexAIMetadataStoreInterface has methods to work with VertexAIMetadataStore resources.

type VertexAIMetadataStoresGetter

type VertexAIMetadataStoresGetter interface {
	VertexAIMetadataStores(namespace string) VertexAIMetadataStoreInterface
}

VertexAIMetadataStoresGetter has a method to return a VertexAIMetadataStoreInterface. A group's client should implement this interface.

type VertexAITensorboardExpansion

type VertexAITensorboardExpansion interface{}

type VertexAITensorboardInterface

type VertexAITensorboardInterface interface {
	Create(ctx context.Context, vertexAITensorboard *v1alpha1.VertexAITensorboard, opts v1.CreateOptions) (*v1alpha1.VertexAITensorboard, error)
	Update(ctx context.Context, vertexAITensorboard *v1alpha1.VertexAITensorboard, opts v1.UpdateOptions) (*v1alpha1.VertexAITensorboard, error)
	UpdateStatus(ctx context.Context, vertexAITensorboard *v1alpha1.VertexAITensorboard, opts v1.UpdateOptions) (*v1alpha1.VertexAITensorboard, 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.VertexAITensorboard, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VertexAITensorboardList, 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.VertexAITensorboard, err error)
	VertexAITensorboardExpansion
}

VertexAITensorboardInterface has methods to work with VertexAITensorboard resources.

type VertexAITensorboardsGetter

type VertexAITensorboardsGetter interface {
	VertexAITensorboards(namespace string) VertexAITensorboardInterface
}

VertexAITensorboardsGetter has a method to return a VertexAITensorboardInterface. A group's client should implement this interface.

type VertexaiV1alpha1Client

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

VertexaiV1alpha1Client is used to interact with features provided by the vertexai.cnrm.cloud.google.com group.

func New

New creates a new VertexaiV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new VertexaiV1alpha1Client 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) (*VertexaiV1alpha1Client, error)

NewForConfigAndClient creates a new VertexaiV1alpha1Client 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) *VertexaiV1alpha1Client

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

func (*VertexaiV1alpha1Client) RESTClient

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

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

func (*VertexaiV1alpha1Client) VertexAIDatasets

func (c *VertexaiV1alpha1Client) VertexAIDatasets(namespace string) VertexAIDatasetInterface

func (*VertexaiV1alpha1Client) VertexAIEndpoints

func (c *VertexaiV1alpha1Client) VertexAIEndpoints(namespace string) VertexAIEndpointInterface

func (*VertexaiV1alpha1Client) VertexAIFeaturestoreEntityTypeFeatures

func (c *VertexaiV1alpha1Client) VertexAIFeaturestoreEntityTypeFeatures(namespace string) VertexAIFeaturestoreEntityTypeFeatureInterface

func (*VertexaiV1alpha1Client) VertexAIFeaturestoreEntityTypes

func (c *VertexaiV1alpha1Client) VertexAIFeaturestoreEntityTypes(namespace string) VertexAIFeaturestoreEntityTypeInterface

func (*VertexaiV1alpha1Client) VertexAIFeaturestores

func (c *VertexaiV1alpha1Client) VertexAIFeaturestores(namespace string) VertexAIFeaturestoreInterface

func (*VertexaiV1alpha1Client) VertexAIIndexEndpoints added in v1.109.0

func (c *VertexaiV1alpha1Client) VertexAIIndexEndpoints(namespace string) VertexAIIndexEndpointInterface

func (*VertexaiV1alpha1Client) VertexAIIndexes

func (c *VertexaiV1alpha1Client) VertexAIIndexes(namespace string) VertexAIIndexInterface

func (*VertexaiV1alpha1Client) VertexAIMetadataStores

func (c *VertexaiV1alpha1Client) VertexAIMetadataStores(namespace string) VertexAIMetadataStoreInterface

func (*VertexaiV1alpha1Client) VertexAITensorboards

func (c *VertexaiV1alpha1Client) VertexAITensorboards(namespace string) VertexAITensorboardInterface

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