recro / medulla

A Cloud Native Low-Code Platform
https://recro.github.io/docs/
Apache License 2.0
6 stars 4 forks source link

Generic Storage Api #171

Closed keithlogan94 closed 2 years ago

keithlogan94 commented 2 years ago

Summary

Write Grpc ProtoBuf file for Generic Storage Api

Time Requirements

This task is only to write the protobuf file which will be very simple. Should take 4 hours at most.

Acceptance Criteria

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

User Story

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

AndrewBabbitt97 commented 2 years ago

Not needed now with move away from CRDs.