Rename PodGangSet to PodCliqueSet#186
Merged
Merged
Conversation
* Update doc strings for scheduler/api to use PodCliqueSet instead of PodGangSet. * Regenerated CRDS, clientset and deepcopy functions. * Regerated API docs. * Initial commit on adaption of PodGangSet to PodCliqueSet in the rest of the code base. Signed-off-by: madhav bhargava <madhav.bhargava@sap.com>
Signed-off-by: madhav bhargava <madhav.bhargava@sap.com>
Signed-off-by: madhav bhargava <madhav.bhargava@sap.com>
* Changed docs/installation.md to reflect PodCliqueSet changes. * Renamed component/podgangset to component/podcliqueset Signed-off-by: madhav bhargava <madhav.bhargava@sap.com>
Signed-off-by: madhav bhargava <madhav.bhargava@sap.com>
Signed-off-by: madhav bhargava <madhav.bhargava@sap.com>
Signed-off-by: madhav bhargava <madhav.bhargava@sap.com>
* Corrected charts to now use PodCliqueSet * Corrected Dockerfile label to use PodCliqueSet Signed-off-by: madhav bhargava <madhav.bhargava@sap.com>
Signed-off-by: madhav bhargava <madhav.bhargava@sap.com>
Signed-off-by: madhav bhargava <madhav.bhargava@sap.com>
Signed-off-by: madhav bhargava <madhav.bhargava@sap.com>
renormalize
reviewed
Sep 15, 2025
Signed-off-by: madhav bhargava <madhav.bhargava@sap.com>
renormalize
approved these changes
Sep 15, 2025
julienmancuso
approved these changes
Sep 15, 2025
sanjaychatterjee
approved these changes
Sep 15, 2025
renormalize
added a commit
to renormalize/grove
that referenced
this pull request
Oct 9, 2025
…namo#186. Signed-off-by: Saketh Kalaga <saketh.kalaga@sap.com>
unmarshall
pushed a commit
that referenced
this pull request
Oct 9, 2025
…#216) Signed-off-by: Saketh Kalaga <saketh.kalaga@sap.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
/kind api
What this PR does / why we need it:
Renames
PodGangSettoPodCliqueSet. It also changes all references to PodGangSet in the code to now use PodCliqueSet.Which issue(s) this PR fixes:
Fixes #182
Special notes for your reviewer:
Does this PR introduce a API change?
Additional documentation e.g., enhancement proposals, usage docs, etc.: