constants

package
v0.0.0-...-4494323 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	LvlDefault = iota + 1 // 1 - General configuration, routine logs
	LvlInfo               // 2 - Steady-state operations, HTTP requests, system state changes
	LvlEvent              // 3 - Extended changes, additional system details
	LvlDebug              // 4 - Debug-level logs, tricky logic areas
	LvlTrace              // 5 - Trace-level logs, detailed troubleshooting context
)

Log level constants for structured logging, starting from 1 0 is default if no level is provided Guidelines: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/logging.md#what-method-to-use

View Source
const (
	ActionCreateBucket       = "CreateBucket"
	ActionDeleteBucket       = "DeleteBucket"
	ActionGrantBucketAccess  = "GrantBucketAccess"
	ActionRevokeBucketAccess = "RevokeBucketAccess"
)

Action constants for error translation context These align with the driver operations and underlying API calls

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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