Documentation ¶
Index ¶
Constants ¶
View Source
const (
TLSCAKey = "ca.crt"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecretBuilder ¶
type SecretBuilder interface {
Build(ks *keyhubv1alpha1.KeyHubSecret, secret *corev1.Secret) error
}
func NewSecretBuilder ¶
func NewSecretBuilder(client client.Client, log logr.Logger, records map[string]vault.VaultRecordWithGroup, retriever vault.VaultSecretRetriever) SecretBuilder
Click to show internal directories.
Click to hide internal directories.