package encryptionconfig
import "k8s.io/apiserver/pkg/server/options/encryptionconfig"
Index ¶
- Variables
- func LoadEncryptionConfig(filepath string, stopCh <-chan struct{}) (map[schema.GroupResource]value.Transformer, []healthz.HealthChecker, error)
Variables ¶
var ( // The factory to create kmsv2 service. Exported for integration tests. EnvelopeKMSv2ServiceFactory = envelopekmsv2.NewGRPCService )
Functions ¶
func LoadEncryptionConfig ¶
func LoadEncryptionConfig(filepath string, stopCh <-chan struct{}) (map[schema.GroupResource]value.Transformer, []healthz.HealthChecker, error)
Source Files ¶
config.go
- Version
- v0.26.0-alpha.3
- Published
- Nov 2, 2022
- Platform
- darwin/amd64
- Imports
- 29 packages
- Last checked
- 1 second ago –
Tools for package owners.