Documentation ¶
Index ¶
- func NewFilteredSigningJobInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredSigningProfileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredSigningProfilePermissionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewSigningJobInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewSigningProfileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewSigningProfilePermissionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type Interface
- type SigningJobInformer
- type SigningProfileInformer
- type SigningProfilePermissionInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredSigningJobInformer ¶
func NewFilteredSigningJobInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredSigningJobInformer constructs a new informer for SigningJob 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 NewFilteredSigningProfileInformer ¶
func NewFilteredSigningProfileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredSigningProfileInformer constructs a new informer for SigningProfile 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 NewFilteredSigningProfilePermissionInformer ¶
func NewFilteredSigningProfilePermissionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredSigningProfilePermissionInformer constructs a new informer for SigningProfilePermission 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 NewSigningJobInformer ¶
func NewSigningJobInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewSigningJobInformer constructs a new informer for SigningJob 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 NewSigningProfileInformer ¶
func NewSigningProfileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewSigningProfileInformer constructs a new informer for SigningProfile 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 NewSigningProfilePermissionInformer ¶
func NewSigningProfilePermissionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewSigningProfilePermissionInformer constructs a new informer for SigningProfilePermission 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 { // SigningJobs returns a SigningJobInformer. SigningJobs() SigningJobInformer // SigningProfiles returns a SigningProfileInformer. SigningProfiles() SigningProfileInformer // SigningProfilePermissions returns a SigningProfilePermissionInformer. SigningProfilePermissions() SigningProfilePermissionInformer }
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 SigningJobInformer ¶
type SigningJobInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.SigningJobLister }
SigningJobInformer provides access to a shared informer and lister for SigningJobs.
type SigningProfileInformer ¶
type SigningProfileInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.SigningProfileLister }
SigningProfileInformer provides access to a shared informer and lister for SigningProfiles.
type SigningProfilePermissionInformer ¶
type SigningProfilePermissionInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.SigningProfilePermissionLister }
SigningProfilePermissionInformer provides access to a shared informer and lister for SigningProfilePermissions.