forked from openshift/kubernetes-sigs-kueue
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose available ResourceFlavors from the ClusterQueue in the LocalQu…
…eue status. (kubernetes-sigs#3143) * Expose Flavors in LocalQueue Status. * Initialize flavors after check that feature enabled. * Sort flavors list. * Propagate gomega to eventually. * Get sorted list on Resources slice. * Sort flavor list by flavor order.
- Loading branch information
1 parent
c90d2ce
commit f419ed1
Showing
14 changed files
with
861 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
80 changes: 80 additions & 0 deletions
80
client-go/applyconfiguration/kueue/v1beta1/localqueueflavorstatus.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
26 changes: 20 additions & 6 deletions
26
client-go/applyconfiguration/kueue/v1beta1/localqueuestatus.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.