Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInitializationFailed = errors.New("worker initialization failed") ErrShutdown = errors.New("worker is shutting down") )
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*Worker)
func WithLabels ¶
func WithLogger ¶ added in v0.30.0
func WithLogger(logger logrus.FieldLogger) Option
func WithResources ¶ added in v0.79.0
func WithSecurity ¶ added in v0.102.0
func WithUpstream ¶ added in v0.87.0
Click to show internal directories.
Click to hide internal directories.