We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should have a version for the configuration files.
Probably something akin to K8s, with a apiVersion: v1alpha1 for the first line
apiVersion: v1alpha1
Don't think we need a grouping like apps/v1 like K8s does though.
apps/v1
The text was updated successfully, but these errors were encountered:
Since we have https://github.com/googleforgames/quilkin/blob/main/src/config/mod.rs#L43-L47 I think this can be closed now.
#[derive(Debug, Deserialize, Serialize)] pub enum Version { #[serde(rename = "v1alpha1")] V1Alpha1, }
Any objections?
Sorry, something went wrong.
Sounds good!
No branches or pull requests
We should have a version for the configuration files.
Probably something akin to K8s, with a
apiVersion: v1alpha1
for the first lineDon't think we need a grouping like
apps/v1
like K8s does though.The text was updated successfully, but these errors were encountered: