Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MachineLearningAlgorithmCache ¶
type MachineLearningAlgorithmCache struct {
// contains filtered or unexported fields
}
func NewMachineLearningAlgorithmCache ¶
func NewMachineLearningAlgorithmCache(client *nexuscore.Clientset, resourceNamespace string, logger klog.Logger) *MachineLearningAlgorithmCache
NewMachineLearningAlgorithmCache creates a new cache + resource watcher for MLA resources
func (*MachineLearningAlgorithmCache) GetConfiguration ¶
func (c *MachineLearningAlgorithmCache) GetConfiguration(algorithmName string) (*v1.MachineLearningAlgorithm, error)
GetConfiguration retrieves a cached MLA resource from informer cache
Click to show internal directories.
Click to hide internal directories.