Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PACE-15] Add apiVersion and kind to all YAML representations of Proto messages #24

Open
trietsch opened this issue Nov 7, 2023 · 0 comments
Labels
linear Created by Linear-GitHub Sync

Comments

@trietsch
Copy link
Contributor

trietsch commented Nov 7, 2023

An example of a Data Policy that includes version and kind:

apiVersion: pace.getstrm.com/v1alpha
kind: DataPolicy
metadata:
  name: "alpha_test.demo"
platform:
...

This would enable us to operate multiple different api versions simultaneously. This is a client side feature, as it currently is not embedded in the protos themselves, and the client should read the fields to determine the RPC to call and to determine whether the version is still supported.
Another option would be to include this in the protos and enforce this server side.

PACE-15

@getstrmbot getstrmbot added the linear Created by Linear-GitHub Sync label Nov 7, 2023
@getstrmbot getstrmbot changed the title Add apiVersion and kind to all YAML representations of Proto messages [PACE-15] Add apiVersion and kind to all YAML representations of Proto messages Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linear Created by Linear-GitHub Sync
Projects
None yet
Development

No branches or pull requests

2 participants