Documentation ¶
Index ¶
- func NewDevOpsProjectInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredDevOpsProjectInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredPipelineInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewPipelineInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type DevOpsProjectInformer
- type Interface
- type PipelineInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDevOpsProjectInformer ¶
func NewDevOpsProjectInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewDevOpsProjectInformer constructs a new informer for DevOpsProject 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 NewFilteredDevOpsProjectInformer ¶
func NewFilteredDevOpsProjectInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredDevOpsProjectInformer constructs a new informer for DevOpsProject 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 NewFilteredPipelineInformer ¶
func NewFilteredPipelineInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredPipelineInformer constructs a new informer for Pipeline 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 NewPipelineInformer ¶
func NewPipelineInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewPipelineInformer constructs a new informer for Pipeline 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 DevOpsProjectInformer ¶
type DevOpsProjectInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha3.DevOpsProjectLister }
DevOpsProjectInformer provides access to a shared informer and lister for DevOpsProjects.
type Interface ¶
type Interface interface { // DevOpsProjects returns a DevOpsProjectInformer. DevOpsProjects() DevOpsProjectInformer // Pipelines returns a PipelineInformer. Pipelines() PipelineInformer }
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 PipelineInformer ¶
type PipelineInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha3.PipelineLister }
PipelineInformer provides access to a shared informer and lister for Pipelines.