kubricate / secret/SecretsInjectionContext
secret/SecretsInjectionContext
Classes
| Class | Description |
|---|---|
| SecretsInjectionContext | SecretsInjectionContext manages the context for injecting secrets into resources within a stack. This class provides a fluent API for defining how secrets should be injected into Kubernetes resources. |
Type Aliases
| Type Alias | Description |
|---|---|
| ExtractProviderEnvKeys | Extracts the supported environment keys from a provider instance. This is a lower-level utility that works directly with provider keys. |
| ExtractProviderStrategies | Extracts the supported injection strategies from a provider instance. This is a lower-level utility that works directly with provider keys. |
| InferSecretEnvKeys | Infers the available environment keys for a given secret. This combines secret-to-provider lookup with environment key extraction. |
| InferSecretProviderKey | Infers the provider key (name) that a given secret is configured to use. This looks up which provider instance is associated with a specific secret entry. |
| InferSecretStrategies | Infers the available injection strategies for a given secret. This combines secret-to-provider lookup with strategy extraction. |