Skip to content

feat: add PriorityClassName, GoMemLimit(Ratio), ExtendedResourceClaimAllocation for v0.1.2 - #13

Draft
SiorMeir wants to merge 2 commits into
mainfrom
siormeir/add-v0.1.2-types
Draft

feat: add PriorityClassName, GoMemLimit(Ratio), ExtendedResourceClaimAllocation for v0.1.2#13
SiorMeir wants to merge 2 commits into
mainfrom
siormeir/add-v0.1.2-types

Conversation

@SiorMeir

@SiorMeir SiorMeir commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Description

Adds three type additions needed by KAI-Scheduler PR #1917 (consume API types from api module), which pulled in commits from main that introduced new fields not yet present in this repo.

  • GlobalConfig.PriorityClassName *string — priority class for KAI control-plane pods (from KAI-Scheduler #1991)
  • SchedulingShardSpec.GoMemLimitRatio *float64 and GoMemLimit *resource.Quantity — scheduler Go memory limit tuning (from KAI-Scheduler #1988)
  • BindRequestSpec.ExtendedResourceClaimAllocation + new ExtendedResourceClaimAllocation struct — DRA-backed extended resource allocation (from KAI-Scheduler #1943)
  • Updated zz_generated.deepcopy.go in both kai/v1 and scheduling/v1alpha2

This unblocks v0.1.2 tagging.

Related Issues

Unblocks kai-scheduler/KAI-Scheduler#1917

Checklist

  • Self-reviewed
  • Added/updated tests (if needed)
  • Updated documentation (if needed)
  • Added a changelog fragment via make changelog (or applied the skip-changelog label). Do not edit CHANGELOG.md directly — pending fragments are folded into it at release time.

Breaking Changes

None.

…Allocation

- GlobalConfig.PriorityClassName for KAI control-plane pods
- SchedulingShardSpec.GoMemLimitRatio and GoMemLimit for scheduler memory tuning
- BindRequestSpec.ExtendedResourceClaimAllocation + new type for DRA-backed extended resources
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant