-
Notifications
You must be signed in to change notification settings - Fork 80
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
SQLite backed cache: indexed fields round #4 #430
Conversation
…/issues/48256wq Signed-off-by: Silvio Moioli <[email protected]>
Note this is already in main: steve/pkg/stores/sqlproxy/proxy_store.go Line 101 in 6512945
Should it be removed? Current PR leaves it alone. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gvkKey("storage.k8s.io", "v1", "StorageClass"): {
{"provisioner"},
{"metadata", "annotations[storageclass.kubernetes.io/is-default-class]"},
},
Looks good. Apologies i think i'd originally requested just annotations[storageclass.kubernetes.io/is-default-class]
(and set in UI), so the request for change was to ensure the correct value was in, which it already was. As per discussion it looks like the field isn't indexed, but will progress that issue once rancher/lasso#120 has merged
* Change indexed fields according to https://github.com/rancher/rancher/issues/48256wq Signed-off-by: Silvio Moioli <[email protected]> * Fix typo --------- Signed-off-by: Silvio Moioli <[email protected]>
* Change indexed fields according to https://github.com/rancher/rancher/issues/48256wq Signed-off-by: Silvio Moioli <[email protected]> * Fix typo --------- Signed-off-by: Silvio Moioli <[email protected]>
Addresses rancher/rancher#48256