Documentation
¶
Index ¶
- func NewAliasInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewCodeSigningConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewEventSourceMappingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAliasInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCodeSigningConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredEventSourceMappingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredFunctionEventInvokeConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredFunctionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredLayerVersionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredPermissionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredProvisionedConcurrencyConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFunctionEventInvokeConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFunctionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewLayerVersionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewPermissionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewProvisionedConcurrencyConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type AliasInformer
- type CodeSigningConfigInformer
- type EventSourceMappingInformer
- type FunctionEventInvokeConfigInformer
- type FunctionInformer
- type Interface
- type LayerVersionInformer
- type PermissionInformer
- type ProvisionedConcurrencyConfigInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAliasInformer ¶
func NewAliasInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAliasInformer constructs a new informer for Alias 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 NewCodeSigningConfigInformer ¶
func NewCodeSigningConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCodeSigningConfigInformer constructs a new informer for CodeSigningConfig 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 NewEventSourceMappingInformer ¶
func NewEventSourceMappingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewEventSourceMappingInformer constructs a new informer for EventSourceMapping 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 NewFilteredAliasInformer ¶
func NewFilteredAliasInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAliasInformer constructs a new informer for Alias 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 NewFilteredCodeSigningConfigInformer ¶
func NewFilteredCodeSigningConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCodeSigningConfigInformer constructs a new informer for CodeSigningConfig 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 NewFilteredEventSourceMappingInformer ¶
func NewFilteredEventSourceMappingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredEventSourceMappingInformer constructs a new informer for EventSourceMapping 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 NewFilteredFunctionEventInvokeConfigInformer ¶
func NewFilteredFunctionEventInvokeConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredFunctionEventInvokeConfigInformer constructs a new informer for FunctionEventInvokeConfig 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 NewFilteredFunctionInformer ¶
func NewFilteredFunctionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredFunctionInformer constructs a new informer for Function 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 NewFilteredLayerVersionInformer ¶
func NewFilteredLayerVersionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredLayerVersionInformer constructs a new informer for LayerVersion 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 NewFilteredPermissionInformer ¶
func NewFilteredPermissionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredPermissionInformer constructs a new informer for Permission 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 NewFilteredProvisionedConcurrencyConfigInformer ¶
func NewFilteredProvisionedConcurrencyConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredProvisionedConcurrencyConfigInformer constructs a new informer for ProvisionedConcurrencyConfig 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 NewFunctionEventInvokeConfigInformer ¶
func NewFunctionEventInvokeConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewFunctionEventInvokeConfigInformer constructs a new informer for FunctionEventInvokeConfig 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 NewFunctionInformer ¶
func NewFunctionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewFunctionInformer constructs a new informer for Function 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 NewLayerVersionInformer ¶
func NewLayerVersionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewLayerVersionInformer constructs a new informer for LayerVersion 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 NewPermissionInformer ¶
func NewPermissionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewPermissionInformer constructs a new informer for Permission 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 NewProvisionedConcurrencyConfigInformer ¶
func NewProvisionedConcurrencyConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewProvisionedConcurrencyConfigInformer constructs a new informer for ProvisionedConcurrencyConfig 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 AliasInformer ¶
type AliasInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.AliasLister }
AliasInformer provides access to a shared informer and lister for Aliases.
type CodeSigningConfigInformer ¶
type CodeSigningConfigInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.CodeSigningConfigLister }
CodeSigningConfigInformer provides access to a shared informer and lister for CodeSigningConfigs.
type EventSourceMappingInformer ¶
type EventSourceMappingInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.EventSourceMappingLister }
EventSourceMappingInformer provides access to a shared informer and lister for EventSourceMappings.
type FunctionEventInvokeConfigInformer ¶
type FunctionEventInvokeConfigInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.FunctionEventInvokeConfigLister }
FunctionEventInvokeConfigInformer provides access to a shared informer and lister for FunctionEventInvokeConfigs.
type FunctionInformer ¶
type FunctionInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.FunctionLister }
FunctionInformer provides access to a shared informer and lister for Functions.
type Interface ¶
type Interface interface { // Aliases returns a AliasInformer. Aliases() AliasInformer // CodeSigningConfigs returns a CodeSigningConfigInformer. CodeSigningConfigs() CodeSigningConfigInformer // EventSourceMappings returns a EventSourceMappingInformer. EventSourceMappings() EventSourceMappingInformer // Functions returns a FunctionInformer. Functions() FunctionInformer // FunctionEventInvokeConfigs returns a FunctionEventInvokeConfigInformer. FunctionEventInvokeConfigs() FunctionEventInvokeConfigInformer // LayerVersions returns a LayerVersionInformer. LayerVersions() LayerVersionInformer // Permissions returns a PermissionInformer. Permissions() PermissionInformer // ProvisionedConcurrencyConfigs returns a ProvisionedConcurrencyConfigInformer. ProvisionedConcurrencyConfigs() ProvisionedConcurrencyConfigInformer }
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 LayerVersionInformer ¶
type LayerVersionInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.LayerVersionLister }
LayerVersionInformer provides access to a shared informer and lister for LayerVersions.
type PermissionInformer ¶
type PermissionInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.PermissionLister }
PermissionInformer provides access to a shared informer and lister for Permissions.
type ProvisionedConcurrencyConfigInformer ¶
type ProvisionedConcurrencyConfigInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ProvisionedConcurrencyConfigLister }
ProvisionedConcurrencyConfigInformer provides access to a shared informer and lister for ProvisionedConcurrencyConfigs.