Documentation
¶
Index ¶
- func NewAppImageConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewAppInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewCodeRepositoryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewDomainInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewEndpointConfigurationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewEndpointInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFeatureGroupInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAppImageConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAppInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCodeRepositoryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredDomainInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredEndpointConfigurationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredEndpointInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredFeatureGroupInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredImageInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredImageVersionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredModelInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredModelPackageGroupInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredNotebookInstanceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredNotebookInstanceLifecycleConfigurationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredUserProfileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewImageInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewImageVersionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewModelInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewModelPackageGroupInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewNotebookInstanceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewNotebookInstanceLifecycleConfigurationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewUserProfileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type AppImageConfigInformer
- type AppInformer
- type CodeRepositoryInformer
- type DomainInformer
- type EndpointConfigurationInformer
- type EndpointInformer
- type FeatureGroupInformer
- type ImageInformer
- type ImageVersionInformer
- type Interface
- type ModelInformer
- type ModelPackageGroupInformer
- type NotebookInstanceInformer
- type NotebookInstanceLifecycleConfigurationInformer
- type UserProfileInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAppImageConfigInformer ¶
func NewAppImageConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAppImageConfigInformer constructs a new informer for AppImageConfig 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 NewAppInformer ¶
func NewAppInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAppInformer constructs a new informer for App 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 NewCodeRepositoryInformer ¶
func NewCodeRepositoryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCodeRepositoryInformer constructs a new informer for CodeRepository 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 NewDomainInformer ¶
func NewDomainInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewDomainInformer constructs a new informer for Domain 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 NewEndpointConfigurationInformer ¶
func NewEndpointConfigurationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewEndpointConfigurationInformer constructs a new informer for EndpointConfiguration 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 NewEndpointInformer ¶
func NewEndpointInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewEndpointInformer constructs a new informer for Endpoint 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 NewFeatureGroupInformer ¶
func NewFeatureGroupInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewFeatureGroupInformer constructs a new informer for FeatureGroup 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 NewFilteredAppImageConfigInformer ¶
func NewFilteredAppImageConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAppImageConfigInformer constructs a new informer for AppImageConfig 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 NewFilteredAppInformer ¶
func NewFilteredAppInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAppInformer constructs a new informer for App 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 NewFilteredCodeRepositoryInformer ¶
func NewFilteredCodeRepositoryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCodeRepositoryInformer constructs a new informer for CodeRepository 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 NewFilteredDomainInformer ¶
func NewFilteredDomainInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredDomainInformer constructs a new informer for Domain 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 NewFilteredEndpointConfigurationInformer ¶
func NewFilteredEndpointConfigurationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredEndpointConfigurationInformer constructs a new informer for EndpointConfiguration 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 NewFilteredEndpointInformer ¶
func NewFilteredEndpointInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredEndpointInformer constructs a new informer for Endpoint 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 NewFilteredFeatureGroupInformer ¶
func NewFilteredFeatureGroupInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredFeatureGroupInformer constructs a new informer for FeatureGroup 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 NewFilteredImageInformer ¶
func NewFilteredImageInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredImageInformer constructs a new informer for Image 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 NewFilteredImageVersionInformer ¶
func NewFilteredImageVersionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredImageVersionInformer constructs a new informer for ImageVersion 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 NewFilteredModelInformer ¶
func NewFilteredModelInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredModelInformer constructs a new informer for Model 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 NewFilteredModelPackageGroupInformer ¶
func NewFilteredModelPackageGroupInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredModelPackageGroupInformer constructs a new informer for ModelPackageGroup 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 NewFilteredNotebookInstanceInformer ¶
func NewFilteredNotebookInstanceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredNotebookInstanceInformer constructs a new informer for NotebookInstance 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 NewFilteredNotebookInstanceLifecycleConfigurationInformer ¶
func NewFilteredNotebookInstanceLifecycleConfigurationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredNotebookInstanceLifecycleConfigurationInformer constructs a new informer for NotebookInstanceLifecycleConfiguration 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 NewFilteredUserProfileInformer ¶
func NewFilteredUserProfileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredUserProfileInformer constructs a new informer for UserProfile 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 NewImageInformer ¶
func NewImageInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewImageInformer constructs a new informer for Image 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 NewImageVersionInformer ¶
func NewImageVersionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewImageVersionInformer constructs a new informer for ImageVersion 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 NewModelInformer ¶
func NewModelInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewModelInformer constructs a new informer for Model 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 NewModelPackageGroupInformer ¶
func NewModelPackageGroupInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewModelPackageGroupInformer constructs a new informer for ModelPackageGroup 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 NewNotebookInstanceInformer ¶
func NewNotebookInstanceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewNotebookInstanceInformer constructs a new informer for NotebookInstance 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 NewNotebookInstanceLifecycleConfigurationInformer ¶
func NewNotebookInstanceLifecycleConfigurationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewNotebookInstanceLifecycleConfigurationInformer constructs a new informer for NotebookInstanceLifecycleConfiguration 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 NewUserProfileInformer ¶
func NewUserProfileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewUserProfileInformer constructs a new informer for UserProfile 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 AppImageConfigInformer ¶
type AppImageConfigInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1alpha1.AppImageConfigLister
}
AppImageConfigInformer provides access to a shared informer and lister for AppImageConfigs.
type AppInformer ¶
type AppInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1alpha1.AppLister
}
AppInformer provides access to a shared informer and lister for Apps.
type CodeRepositoryInformer ¶
type CodeRepositoryInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1alpha1.CodeRepositoryLister
}
CodeRepositoryInformer provides access to a shared informer and lister for CodeRepositories.
type DomainInformer ¶
type DomainInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1alpha1.DomainLister
}
DomainInformer provides access to a shared informer and lister for Domains.
type EndpointConfigurationInformer ¶
type EndpointConfigurationInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1alpha1.EndpointConfigurationLister
}
EndpointConfigurationInformer provides access to a shared informer and lister for EndpointConfigurations.
type EndpointInformer ¶
type EndpointInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1alpha1.EndpointLister
}
EndpointInformer provides access to a shared informer and lister for Endpoints.
type FeatureGroupInformer ¶
type FeatureGroupInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1alpha1.FeatureGroupLister
}
FeatureGroupInformer provides access to a shared informer and lister for FeatureGroups.
type ImageInformer ¶
type ImageInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1alpha1.ImageLister
}
ImageInformer provides access to a shared informer and lister for Images.
type ImageVersionInformer ¶
type ImageVersionInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1alpha1.ImageVersionLister
}
ImageVersionInformer provides access to a shared informer and lister for ImageVersions.
type Interface ¶
type Interface interface {
// Apps returns a AppInformer.
Apps() AppInformer
// AppImageConfigs returns a AppImageConfigInformer.
AppImageConfigs() AppImageConfigInformer
// CodeRepositories returns a CodeRepositoryInformer.
CodeRepositories() CodeRepositoryInformer
// Domains returns a DomainInformer.
Domains() DomainInformer
// Endpoints returns a EndpointInformer.
Endpoints() EndpointInformer
// EndpointConfigurations returns a EndpointConfigurationInformer.
EndpointConfigurations() EndpointConfigurationInformer
// FeatureGroups returns a FeatureGroupInformer.
FeatureGroups() FeatureGroupInformer
// Images returns a ImageInformer.
Images() ImageInformer
// ImageVersions returns a ImageVersionInformer.
ImageVersions() ImageVersionInformer
// Models returns a ModelInformer.
Models() ModelInformer
// ModelPackageGroups returns a ModelPackageGroupInformer.
ModelPackageGroups() ModelPackageGroupInformer
// NotebookInstances returns a NotebookInstanceInformer.
NotebookInstances() NotebookInstanceInformer
// NotebookInstanceLifecycleConfigurations returns a NotebookInstanceLifecycleConfigurationInformer.
NotebookInstanceLifecycleConfigurations() NotebookInstanceLifecycleConfigurationInformer
// UserProfiles returns a UserProfileInformer.
UserProfiles() UserProfileInformer
}
Interface provides access to all the informers in this group version.
func New ¶
func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface
New returns a new Interface.
type ModelInformer ¶
type ModelInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1alpha1.ModelLister
}
ModelInformer provides access to a shared informer and lister for Models.
type ModelPackageGroupInformer ¶
type ModelPackageGroupInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1alpha1.ModelPackageGroupLister
}
ModelPackageGroupInformer provides access to a shared informer and lister for ModelPackageGroups.
type NotebookInstanceInformer ¶
type NotebookInstanceInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1alpha1.NotebookInstanceLister
}
NotebookInstanceInformer provides access to a shared informer and lister for NotebookInstances.
type NotebookInstanceLifecycleConfigurationInformer ¶
type NotebookInstanceLifecycleConfigurationInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1alpha1.NotebookInstanceLifecycleConfigurationLister
}
NotebookInstanceLifecycleConfigurationInformer provides access to a shared informer and lister for NotebookInstanceLifecycleConfigurations.
type UserProfileInformer ¶
type UserProfileInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1alpha1.UserProfileLister
}
UserProfileInformer provides access to a shared informer and lister for UserProfiles.