MCPcopy
hub / github.com/kubernetes/kubernetes / DecryptRequest

Struct DecryptRequest

staging/src/k8s.io/kms/apis/v1beta1/api.pb.go:186–198  ·  view source on GitHub ↗

Deprecated: KMSv1 is deprecated in v1.28 and will only receive security updates going forward. Use KMSv2 instead. Deprecated: The entire proto file staging/src/k8s.io/kms/apis/v1beta1/api.proto is marked as deprecated.

Source from the content-addressed store, hash-verified

184//
185// Deprecated: The entire proto file staging/src/k8s.io/kms/apis/v1beta1/api.proto is marked as deprecated.
186type DecryptRequest struct {
187 state protoimpl.MessageState `protogen:"open.v1"`
188 // Version of the KMS plugin API.
189 //
190 // Deprecated: The entire proto file staging/src/k8s.io/kms/apis/v1beta1/api.proto is marked as deprecated.
191 Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
192 // The data to be decrypted.
193 //
194 // Deprecated: The entire proto file staging/src/k8s.io/kms/apis/v1beta1/api.proto is marked as deprecated.
195 Cipher []byte `protobuf:"bytes,2,opt,name=cipher,proto3" json:"cipher,omitempty"`
196 unknownFields protoimpl.UnknownFields
197 sizeCache protoimpl.SizeCache
198}
199
200func (x *DecryptRequest) Reset() {
201 *x = DecryptRequest{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected