Documentation
¶
Index ¶
Constants ¶
View Source
const BlankAgeKeyValue = "{}"
View Source
const InitialSecretValue = `{"empty":true}`
Variables ¶
This section is empty.
Functions ¶
func AllSecrets ¶
func ReadSecret ¶
func ReadSecret(key string) *entity.SecretStored
func UpsertSecret ¶
func UpsertSecret(secret entity.SecretStored)
Types ¶
type AegisInternalCommand ¶
type AegisInternalCommand struct {
LogLevel int `json:"logLevel"`
}
type StateStatus ¶
type StateStatus struct { SecretQueueLen int SecretQueueCap int K8sQueueLen int K8sQueueCap int NumSecrets int // contains filtered or unexported fields }
func Stats ¶
func Stats() StateStatus
func (*StateStatus) Decrement ¶
func (s *StateStatus) Decrement(name string)
func (*StateStatus) Increment ¶
func (s *StateStatus) Increment(name string)
Click to show internal directories.
Click to hide internal directories.