-
Notifications
You must be signed in to change notification settings - Fork 10
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
Update Placement snippets and templates #29
Comments
why reopened |
We updated only the templates. Not the snippet. |
@ilan-pinto we're confusing #26 (channel) and this one (placement). We also need to decide if we want to allow users to use old manifests. Meaning, should we add another snippet: {
"placement-v1alpha1": {
...
},
"placement-v1beta1": {
...
}
} Or replace the current one: {
"placement": {
...
}
} As you can see with the current object key, the original intention was to keep multiple versions. |
…snippets and templates Closes open-cluster-management-io#29
fixed in #69 |
Placement CRD can be found here.
Resource docs can be found here.
Snippets are saved in our snippets directory.
Templates are saved in our templates directory.
VSCode Snippet Guide.
VSCode Using Snippets.
Related issue: #21
The text was updated successfully, but these errors were encountered: