package encryptionconfig
import "k8s.io/apiserver/pkg/server/options/encryptionconfig"
Index ¶
- func GetKMSPluginHealthzCheckers(filepath string, stopCh <-chan struct{}) ([]healthz.HealthChecker, error)
- func GetTransformerOverrides(filepath string, stopCh <-chan struct{}) (map[schema.GroupResource]value.Transformer, error)
Functions ¶
func GetKMSPluginHealthzCheckers ¶
func GetKMSPluginHealthzCheckers(filepath string, stopCh <-chan struct{}) ([]healthz.HealthChecker, error)
GetKMSPluginHealthzCheckers extracts KMSPluginProbes from the EncryptionConfig.
func GetTransformerOverrides ¶
func GetTransformerOverrides(filepath string, stopCh <-chan struct{}) (map[schema.GroupResource]value.Transformer, error)
GetTransformerOverrides returns the transformer overrides by reading and parsing the encryption provider configuration file
Source Files ¶
config.go
- Version
- v0.26.0-alpha.1
- Published
- Sep 20, 2022
- Platform
- js/wasm
- Imports
- 29 packages
- Last checked
- 10 seconds ago –
Tools for package owners.