v1alpha1

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewBaseModelInformer

func NewBaseModelInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewBaseModelInformer constructs a new informer for BaseModel type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

func NewCheckpointInformer

func NewCheckpointInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewCheckpointInformer constructs a new informer for Checkpoint type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

func NewDataLoadRequestInformer

func NewDataLoadRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewDataLoadRequestInformer constructs a new informer for DataLoadRequest type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

func NewDataSetInformer

func NewDataSetInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewDataSetInformer constructs a new informer for DataSet type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

func NewFilteredBaseModelInformer

func NewFilteredBaseModelInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredBaseModelInformer constructs a new informer for BaseModel type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

func NewFilteredCheckpointInformer

func NewFilteredCheckpointInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredCheckpointInformer constructs a new informer for Checkpoint type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

func NewFilteredDataLoadRequestInformer

func NewFilteredDataLoadRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredDataLoadRequestInformer constructs a new informer for DataLoadRequest type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

func NewFilteredDataSetInformer

func NewFilteredDataSetInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredDataSetInformer constructs a new informer for DataSet type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

Types

type BaseModelInformer

type BaseModelInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.BaseModelLister
}

BaseModelInformer provides access to a shared informer and lister for BaseModels.

type CheckpointInformer

type CheckpointInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.CheckpointLister
}

CheckpointInformer provides access to a shared informer and lister for Checkpoints.

type DataLoadRequestInformer

type DataLoadRequestInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.DataLoadRequestLister
}

DataLoadRequestInformer provides access to a shared informer and lister for DataLoadRequests.

type DataSetInformer

type DataSetInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.DataSetLister
}

DataSetInformer provides access to a shared informer and lister for DataSets.

type Interface

type Interface interface {
	// BaseModels returns a BaseModelInformer.
	BaseModels() BaseModelInformer
	// Checkpoints returns a CheckpointInformer.
	Checkpoints() CheckpointInformer
	// DataLoadRequests returns a DataLoadRequestInformer.
	DataLoadRequests() DataLoadRequestInformer
	// DataSets returns a DataSetInformer.
	DataSets() DataSetInformer
}

Interface provides access to all the informers in this group version.

func New

New returns a new Interface.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL