Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecretSyncOutput ¶
type SecretSyncOutput struct {
Name string `mapstructure:"name" json:"name,omitempty"`
ARN string `mapstructure:"arn" json:"arn,omitempty"`
KubernetesNamespace string `mapstructure:"kubernetes_namespace" json:"kubernetes_namespace,omitempty"`
KubernetesName string `mapstructure:"kubernetes_name" json:"kubernetes_name,omitempty"`
KubernetesKey string `mapstructure:"kubernetes_key" json:"kubernetes_key,omitempty"`
Timestamp *time.Time `mapstructure:"timestamp" json:"timestamp,omitempty"`
Length int `mapstructure:"length" json:"length,omitzero"`
Exists bool `mapstructure:"exists" json:"exists"`
}
type SyncSecretsOutput ¶
type SyncSecretsOutput map[string]SecretSyncOutput
Click to show internal directories.
Click to hide internal directories.