consts

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2023 License: MPL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	NameDefault = "default"

	KVSecretTypeV2 = "kv-v2"
	KVSecretTypeV1 = "kv-v1"

	// TLSSecretCAKey used to access the CA certificates from a TLS K8s Secret.
	// Alias to v1.ServiceAccountRootCAKey, since that seems to be only API
	// constant that shares the expected key name.
	TLSSecretCAKey = v1.ServiceAccountRootCAKey

	AWSAccessKeyID     = "access_key_id"
	AWSSecretAccessKey = "secret_access_key"
	AWSRoleARN         = "role_arn"
	AWSSessionName     = "session_name"
	AWSSessionToken    = "session_token"
)
View Source
const (
	LogLevelWarning = 4
	LogLevelDebug   = 5
)

logr V-levels mapped to human relatable names See https://github.com/go-logr/logr#why-v-levels for more info.

View Source
const (
	ReasonAccepted                = "Accepted"
	ReasonInvalidConfiguration    = "InvalidConfiguration"
	ReasonInvalidResourceRef      = "InvalidResourceRef"
	ReasonK8sClientError          = "K8sClientError"
	ReasonRolloutRestartFailed    = "RolloutRestartFailed"
	ReasonRolloutRestartTriggered = "RolloutRestartTriggered"
	ReasonSecretLeaseRenewal      = "SecretLeaseRenewal"
	ReasonSecretLeaseRevoke       = "SecretLeaseRevoke"
	ReasonSecretLeaseRenewalError = "SecretLeaseRenewalError"
	ReasonSecretRotated           = "SecretRotated"
	ReasonSecretSync              = "SecretSync"
	ReasonSecretSyncError         = "SecretSyncError"
	ReasonSecretSynced            = "SecretSynced"
	ReasonStatusUpdateError       = "StatusUpdateError"
	ReasonUnrecoverable           = "Unrecoverable"
	ReasonVaultClientConfigError  = "VaultClientConfigError"
	ReasonVaultClientError        = "VaultClientError"
	ReasonVaultStaticSecret       = "VaultStaticSecretError"
)

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