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.
| 184 | // |
| 185 | // Deprecated: The entire proto file staging/src/k8s.io/kms/apis/v1beta1/api.proto is marked as deprecated. |
| 186 | type 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 | |
| 200 | func (x *DecryptRequest) Reset() { |
| 201 | *x = DecryptRequest{} |
nothing calls this directly
no outgoing calls
no test coverage detected