Documentation ¶
Index ¶
- func NewEnvironmentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewEnvironmentRoleBindingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewExtensionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredEnvironmentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredEnvironmentRoleBindingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredExtensionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredGitServiceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredPipelineActivityInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredReleaseInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredTeamInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredUserInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredWorkflowInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewGitServiceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewPipelineActivityInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewReleaseInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewTeamInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewUserInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewWorkflowInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type EnvironmentInformer
- type EnvironmentRoleBindingInformer
- type ExtensionInformer
- type GitServiceInformer
- type Interface
- type PipelineActivityInformer
- type ReleaseInformer
- type TeamInformer
- type UserInformer
- type WorkflowInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEnvironmentInformer ¶
func NewEnvironmentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewEnvironmentInformer constructs a new informer for Environment 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 NewEnvironmentRoleBindingInformer ¶ added in v1.3.16
func NewEnvironmentRoleBindingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewEnvironmentRoleBindingInformer constructs a new informer for EnvironmentRoleBinding 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 NewExtensionInformer ¶ added in v1.3.354
func NewExtensionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewExtensionInformer constructs a new informer for Extension 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 NewFilteredEnvironmentInformer ¶
func NewFilteredEnvironmentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredEnvironmentInformer constructs a new informer for Environment 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 NewFilteredEnvironmentRoleBindingInformer ¶ added in v1.3.16
func NewFilteredEnvironmentRoleBindingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredEnvironmentRoleBindingInformer constructs a new informer for EnvironmentRoleBinding 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 NewFilteredExtensionInformer ¶ added in v1.3.354
func NewFilteredExtensionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredExtensionInformer constructs a new informer for Extension 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 NewFilteredGitServiceInformer ¶ added in v1.0.114
func NewFilteredGitServiceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredGitServiceInformer constructs a new informer for GitService 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 NewFilteredPipelineActivityInformer ¶ added in v1.0.84
func NewFilteredPipelineActivityInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredPipelineActivityInformer constructs a new informer for PipelineActivity 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 NewFilteredReleaseInformer ¶ added in v1.0.90
func NewFilteredReleaseInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredReleaseInformer constructs a new informer for Release 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 NewFilteredTeamInformer ¶ added in v1.3.146
func NewFilteredTeamInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredTeamInformer constructs a new informer for Team 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 NewFilteredUserInformer ¶ added in v1.2.63
func NewFilteredUserInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredUserInformer constructs a new informer for User 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 NewFilteredWorkflowInformer ¶ added in v1.3.166
func NewFilteredWorkflowInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredWorkflowInformer constructs a new informer for Workflow 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 NewGitServiceInformer ¶ added in v1.0.114
func NewGitServiceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewGitServiceInformer constructs a new informer for GitService 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 NewPipelineActivityInformer ¶ added in v1.0.84
func NewPipelineActivityInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewPipelineActivityInformer constructs a new informer for PipelineActivity 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 NewReleaseInformer ¶ added in v1.0.90
func NewReleaseInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewReleaseInformer constructs a new informer for Release 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 NewTeamInformer ¶ added in v1.3.146
func NewTeamInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewTeamInformer constructs a new informer for Team 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 NewUserInformer ¶ added in v1.2.63
func NewUserInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewUserInformer constructs a new informer for User 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 NewWorkflowInformer ¶ added in v1.3.166
func NewWorkflowInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewWorkflowInformer constructs a new informer for Workflow 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 EnvironmentInformer ¶
type EnvironmentInformer interface { Informer() cache.SharedIndexInformer Lister() v1.EnvironmentLister }
EnvironmentInformer provides access to a shared informer and lister for Environments.
type EnvironmentRoleBindingInformer ¶ added in v1.3.16
type EnvironmentRoleBindingInformer interface { Informer() cache.SharedIndexInformer Lister() v1.EnvironmentRoleBindingLister }
EnvironmentRoleBindingInformer provides access to a shared informer and lister for EnvironmentRoleBindings.
type ExtensionInformer ¶ added in v1.3.354
type ExtensionInformer interface { Informer() cache.SharedIndexInformer Lister() v1.ExtensionLister }
ExtensionInformer provides access to a shared informer and lister for Extensions.
type GitServiceInformer ¶ added in v1.0.114
type GitServiceInformer interface { Informer() cache.SharedIndexInformer Lister() v1.GitServiceLister }
GitServiceInformer provides access to a shared informer and lister for GitServices.
type Interface ¶
type Interface interface { // Environments returns a EnvironmentInformer. Environments() EnvironmentInformer // EnvironmentRoleBindings returns a EnvironmentRoleBindingInformer. EnvironmentRoleBindings() EnvironmentRoleBindingInformer // Extensions returns a ExtensionInformer. Extensions() ExtensionInformer // GitServices returns a GitServiceInformer. GitServices() GitServiceInformer // PipelineActivities returns a PipelineActivityInformer. PipelineActivities() PipelineActivityInformer // Releases returns a ReleaseInformer. Releases() ReleaseInformer // Teams returns a TeamInformer. Teams() TeamInformer // Users returns a UserInformer. Users() UserInformer // Workflows returns a WorkflowInformer. Workflows() WorkflowInformer }
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 PipelineActivityInformer ¶ added in v1.0.84
type PipelineActivityInformer interface { Informer() cache.SharedIndexInformer Lister() v1.PipelineActivityLister }
PipelineActivityInformer provides access to a shared informer and lister for PipelineActivities.
type ReleaseInformer ¶ added in v1.0.90
type ReleaseInformer interface { Informer() cache.SharedIndexInformer Lister() v1.ReleaseLister }
ReleaseInformer provides access to a shared informer and lister for Releases.
type TeamInformer ¶ added in v1.3.146
type TeamInformer interface { Informer() cache.SharedIndexInformer Lister() v1.TeamLister }
TeamInformer provides access to a shared informer and lister for Teams.
type UserInformer ¶ added in v1.2.63
type UserInformer interface { Informer() cache.SharedIndexInformer Lister() v1.UserLister }
UserInformer provides access to a shared informer and lister for Users.
type WorkflowInformer ¶ added in v1.3.166
type WorkflowInformer interface { Informer() cache.SharedIndexInformer Lister() v1.WorkflowLister }
WorkflowInformer provides access to a shared informer and lister for Workflows.