package
0.33.0-alpha.2
Repository: https://github.com/kubernetes/apiserver.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewPrefixTransformers supports the Transformer interface by checking the incoming data against the provided prefixes in order.
RecordCacheMiss records a miss on Key Encryption Key(KEK) - call to KMS was required to decrypt KEK.
RecordDataKeyGeneration records latencies and count of Data Encryption Key generation operations.
RecordTransformation records latencies and count of TransformFromStorage and TransformToStorage operations.
No description provided by the author

# Structs

PrefixTransformer holds a transformer interface and the prefix that the transformation is located under.

# Interfaces

Context is additional information that a storage transformation may need to verify the data at rest.
No description provided by the author
ResourceTransformers returns a transformer for the provided resource.
Transformer allows a value to be transformed before being read from or written to the underlying store.
No description provided by the author

# Type aliases

DefaultContext is a simple implementation of Context for a slice of bytes.