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
What would you like to be added:
I would like to review all places in code which use string to represent ClusterQueue and replace with ClusterQueueReference. Some candidate places:
https://github.com/kubernetes-sigs/kueue/blob/6e25ebfcf2491236e385f644e4f7280c3d315ead/pkg/cache/snapshot.go#L39C2-L39C26
kueue/pkg/hierarchy/manager.go
Line 23 in 6e25ebf
but likely many more. It is ok to miss some, but we would like to set the direction.
Why is this needed:
To make it easier to analyze the code and see what the "string" is.
The text was updated successfully, but these errors were encountered:
Follow up to #4417
cc @vladikkuzn @PBundyra @tenzen-y
Sorry, something went wrong.
No branches or pull requests
What would you like to be added:
I would like to review all places in code which use string to represent ClusterQueue and replace with ClusterQueueReference. Some candidate places:
https://github.com/kubernetes-sigs/kueue/blob/6e25ebfcf2491236e385f644e4f7280c3d315ead/pkg/cache/snapshot.go#L39C2-L39C26
kueue/pkg/hierarchy/manager.go
Line 23 in 6e25ebf
but likely many more. It is ok to miss some, but we would like to set the direction.
Why is this needed:
To make it easier to analyze the code and see what the "string" is.
The text was updated successfully, but these errors were encountered: