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: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFilteredLearningComputeClusterInformer

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

NewFilteredLearningComputeClusterInformer constructs a new informer for LearningComputeCluster 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 NewFilteredLearningComputeInstanceInformer added in v0.5.0

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

NewFilteredLearningComputeInstanceInformer constructs a new informer for LearningComputeInstance 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 NewFilteredLearningInferenceClusterInformer

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

NewFilteredLearningInferenceClusterInformer constructs a new informer for LearningInferenceCluster 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 NewFilteredLearningSynapseSparkInformer added in v0.5.0

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

NewFilteredLearningSynapseSparkInformer constructs a new informer for LearningSynapseSpark 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 NewFilteredLearningWorkspaceInformer

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

NewFilteredLearningWorkspaceInformer constructs a new informer for LearningWorkspace 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 NewLearningComputeClusterInformer

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

NewLearningComputeClusterInformer constructs a new informer for LearningComputeCluster 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 NewLearningComputeInstanceInformer added in v0.5.0

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

NewLearningComputeInstanceInformer constructs a new informer for LearningComputeInstance 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 NewLearningInferenceClusterInformer

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

NewLearningInferenceClusterInformer constructs a new informer for LearningInferenceCluster 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 NewLearningSynapseSparkInformer added in v0.5.0

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

NewLearningSynapseSparkInformer constructs a new informer for LearningSynapseSpark 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 NewLearningWorkspaceInformer

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

NewLearningWorkspaceInformer constructs a new informer for LearningWorkspace 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 Interface

type Interface interface {
	// LearningComputeClusters returns a LearningComputeClusterInformer.
	LearningComputeClusters() LearningComputeClusterInformer
	// LearningComputeInstances returns a LearningComputeInstanceInformer.
	LearningComputeInstances() LearningComputeInstanceInformer
	// LearningInferenceClusters returns a LearningInferenceClusterInformer.
	LearningInferenceClusters() LearningInferenceClusterInformer
	// LearningSynapseSparks returns a LearningSynapseSparkInformer.
	LearningSynapseSparks() LearningSynapseSparkInformer
	// LearningWorkspaces returns a LearningWorkspaceInformer.
	LearningWorkspaces() LearningWorkspaceInformer
}

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

func New

New returns a new Interface.

type LearningComputeClusterInformer

type LearningComputeClusterInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.LearningComputeClusterLister
}

LearningComputeClusterInformer provides access to a shared informer and lister for LearningComputeClusters.

type LearningComputeInstanceInformer added in v0.5.0

type LearningComputeInstanceInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.LearningComputeInstanceLister
}

LearningComputeInstanceInformer provides access to a shared informer and lister for LearningComputeInstances.

type LearningInferenceClusterInformer

type LearningInferenceClusterInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.LearningInferenceClusterLister
}

LearningInferenceClusterInformer provides access to a shared informer and lister for LearningInferenceClusters.

type LearningSynapseSparkInformer added in v0.5.0

type LearningSynapseSparkInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.LearningSynapseSparkLister
}

LearningSynapseSparkInformer provides access to a shared informer and lister for LearningSynapseSparks.

type LearningWorkspaceInformer

type LearningWorkspaceInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.LearningWorkspaceLister
}

LearningWorkspaceInformer provides access to a shared informer and lister for LearningWorkspaces.

Jump to

Keyboard shortcuts

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