Documentation ¶
Index ¶
- func NewFilteredSeldonDeploymentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewSeldonDeploymentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type Interface
- type SeldonDeploymentInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredSeldonDeploymentInformer ¶
func NewFilteredSeldonDeploymentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredSeldonDeploymentInformer constructs a new informer for SeldonDeployment 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 NewSeldonDeploymentInformer ¶
func NewSeldonDeploymentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewSeldonDeploymentInformer constructs a new informer for SeldonDeployment 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 { // SeldonDeployments returns a SeldonDeploymentInformer. SeldonDeployments() SeldonDeploymentInformer }
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 SeldonDeploymentInformer ¶
type SeldonDeploymentInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha2.SeldonDeploymentLister }
SeldonDeploymentInformer provides access to a shared informer and lister for SeldonDeployments.