v1

package
v1.3.94 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2018 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

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 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 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 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 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 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.

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 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
	// GitServices returns a GitServiceInformer.
	GitServices() GitServiceInformer
	// PipelineActivities returns a PipelineActivityInformer.
	PipelineActivities() PipelineActivityInformer
	// Releases returns a ReleaseInformer.
	Releases() ReleaseInformer
	// Users returns a UserInformer.
	Users() UserInformer
}

Interface provides access to all the informers in this group version.

func New

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 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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL