Closed keithlogan94 closed 2 years ago
Write Grpc ProtoBuf file for Generic Storage Api
This task is only to write the protobuf file which will be very simple. Should take 4 hours at most.
Protobuf file should have these functions SaveSerializedClass(string SerializedClass) : return uuid GetSerializedClass(string uuid) GetAllSerializedClasses() : returns all serialized strings List Should contain those 3 functions and the data messages to go with it
Protobuf file should have these functions
SaveSerializedClass(string SerializedClass) : return uuid
GetSerializedClass(string uuid)
GetAllSerializedClasses() : returns all serialized strings List
Should contain those 3 functions and the data messages to go with it
As a developer I want to serialize any class, and save it through this grpc api, and KubeOps will deserialize it and save it to a specific CRD
Not needed now with move away from CRDs.
Summary
Time Requirements
Acceptance Criteria
User Story