Documentation ¶
Index ¶
- func NewCredentialsBindingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCredentialsBindingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredWorkloadIdentityInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewWorkloadIdentityInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type CredentialsBindingInformer
- type Interface
- type WorkloadIdentityInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCredentialsBindingInformer ¶
func NewCredentialsBindingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCredentialsBindingInformer constructs a new informer for CredentialsBinding 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 NewFilteredCredentialsBindingInformer ¶
func NewFilteredCredentialsBindingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCredentialsBindingInformer constructs a new informer for CredentialsBinding 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 NewFilteredWorkloadIdentityInformer ¶ added in v1.97.0
func NewFilteredWorkloadIdentityInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredWorkloadIdentityInformer constructs a new informer for WorkloadIdentity 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 NewWorkloadIdentityInformer ¶ added in v1.97.0
func NewWorkloadIdentityInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewWorkloadIdentityInformer constructs a new informer for WorkloadIdentity 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 CredentialsBindingInformer ¶
type CredentialsBindingInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.CredentialsBindingLister }
CredentialsBindingInformer provides access to a shared informer and lister for CredentialsBindings.
type Interface ¶
type Interface interface { // CredentialsBindings returns a CredentialsBindingInformer. CredentialsBindings() CredentialsBindingInformer // WorkloadIdentities returns a WorkloadIdentityInformer. WorkloadIdentities() WorkloadIdentityInformer }
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 WorkloadIdentityInformer ¶ added in v1.97.0
type WorkloadIdentityInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.WorkloadIdentityLister }
WorkloadIdentityInformer provides access to a shared informer and lister for WorkloadIdentities.