Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/infra/internal/app/graph/schema.resolvers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ const (
NodePoolSpecMinCount = "spec.minCount"
NodePoolSpecNodeLabels = "spec.nodeLabels"
NodePoolSpecNodeTaints = "spec.nodeTaints"
NodePoolStateful = "stateful"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion (llm): The removal of NodePoolStateful constant suggests a refactoring or a change in the way stateful node pools are handled. It's important to ensure that any tests relying on this constant are reviewed and updated accordingly. If this constant's removal affects any functionality, tests should be added or modified to reflect the new behavior or structure. This ensures that the removal does not introduce regressions or unintended behavior changes.

)

// constant vars generated for struct OutputField
Expand Down