pipeline

package
v0.0.0-...-c8bc4d7 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ErrListCode          = "1001"
	ErrPublishCode       = "1002"
	ErrDynamicClientCode = "1003"
	ErrCacheSyncCode     = "1014"
)

Variables

View Source
var (
	Name                 = internalconfig.PipelineNameKey
	GlobalDiscoveryStage = &pipeline.Stage{
		Name:       internalconfig.GlobalResourceKey,
		Concurrent: false,
		Steps:      []pipeline.Step{},
	}

	LocalDiscoveryStage = &pipeline.Stage{
		Name:       internalconfig.LocalResourceKey,
		Concurrent: false,
		Steps:      []pipeline.Step{},
	}

	StartInformersStage = &pipeline.Stage{
		Name:       "StartInformers",
		Concurrent: false,
		Steps:      []pipeline.Step{},
	}
)

Functions

func ErrCacheSync

func ErrCacheSync(name string, err error) error

func ErrDynamicClient

func ErrDynamicClient(name string, err error) error

func ErrList

func ErrList(name string, err error) error

func ErrPublish

func ErrPublish(name string, err error) error

func New

func New(log logger.Handler, informer dynamicinformer.DynamicSharedInformerFactory, broker broker.Handler, plConfigs map[string]internalconfig.PipelineConfigs, stopChan chan struct{}) *pipeline.Pipeline

Types

type RegisterInformer

type RegisterInformer struct {
	pipeline.StepContext
	// contains filtered or unexported fields
}

func (*RegisterInformer) Cancel

func (ri *RegisterInformer) Cancel() error

Cancel - step interface

func (*RegisterInformer) Exec

func (ri *RegisterInformer) Exec(request *pipeline.Request) *pipeline.Result

TODO: Find a way to respond when an informer has stopped for some reason unknown Exec - step interface

type StartInformers

type StartInformers struct {
	pipeline.StepContext
	// contains filtered or unexported fields
}

func (*StartInformers) Cancel

func (si *StartInformers) Cancel() error

Cancel - step interface

func (*StartInformers) Exec

func (si *StartInformers) Exec(request *pipeline.Request) *pipeline.Result

Jump to

Keyboard shortcuts

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