Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CurrentState = Status{ SecretQueueLen: 0, SecretQueueCap: 0, K8sQueueLen: 0, K8sQueueCap: 0, NumSecrets: 0, // contains filtered or unexported fields }
CurrentState is a global Status object that represents the current state of the Secrets Manager.
Functions ¶
This section is empty.
Types ¶
type Status ¶
type Status struct { SecretQueueLen int SecretQueueCap int K8sQueueLen int K8sQueueCap int NumSecrets int // contains filtered or unexported fields }
Status is a struct representing the current state of the secret manager, including the lengths and capacities of the secret queues and the total number of secrets stored.
func Stats ¶
func Stats() Status
Stats returns a copy of the CurrentState Status object, providing a snapshot of the current status of the secret manager.
Click to show internal directories.
Click to hide internal directories.