Documentation ¶
Index ¶
- func NewEdgeFunctionInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewEdgeFunctionRevisionInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredEdgeFunctionInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredEdgeFunctionRevisionInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type EdgeFunctionInformer
- type EdgeFunctionRevisionInformer
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEdgeFunctionInformer ¶
func NewEdgeFunctionInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewEdgeFunctionInformer constructs a new informer for EdgeFunction 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 NewEdgeFunctionRevisionInformer ¶
func NewEdgeFunctionRevisionInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewEdgeFunctionRevisionInformer constructs a new informer for EdgeFunctionRevision 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 NewFilteredEdgeFunctionInformer ¶
func NewFilteredEdgeFunctionInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredEdgeFunctionInformer constructs a new informer for EdgeFunction 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 NewFilteredEdgeFunctionRevisionInformer ¶
func NewFilteredEdgeFunctionRevisionInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredEdgeFunctionRevisionInformer constructs a new informer for EdgeFunctionRevision 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 EdgeFunctionInformer ¶
type EdgeFunctionInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha2.EdgeFunctionLister }
EdgeFunctionInformer provides access to a shared informer and lister for EdgeFunctions.
type EdgeFunctionRevisionInformer ¶
type EdgeFunctionRevisionInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha2.EdgeFunctionRevisionLister }
EdgeFunctionRevisionInformer provides access to a shared informer and lister for EdgeFunctionRevisions.
type Interface ¶
type Interface interface { // EdgeFunctions returns a EdgeFunctionInformer. EdgeFunctions() EdgeFunctionInformer // EdgeFunctionRevisions returns a EdgeFunctionRevisionInformer. EdgeFunctionRevisions() EdgeFunctionRevisionInformer }
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.