Merge pull request #162 from Monokaix/pg

Add default queue for podgroup
This commit is contained in:
Volcano Bot 2025-03-21 17:47:01 +08:00 committed by GitHub
commit ffd8b8db39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -176,6 +176,7 @@ type PodGroupSpec struct {
// Queue defines the queue to allocate resource for PodGroup; if queue does not exist,
// the PodGroup will not be scheduled.
// +kubebuilder:default:="default"
Queue string
// If specified, indicates the PodGroup's priority. "system-node-critical" and

View File

@ -184,6 +184,7 @@ type PodGroupSpec struct {
// Queue defines the queue to allocate resource for PodGroup; if queue does not exist,
// the PodGroup will not be scheduled. Defaults to `default` Queue with the lowest weight.
// +optional
// +kubebuilder:default:="default"
Queue string `json:"queue,omitempty" protobuf:"bytes,2,opt,name=queue"`
// If specified, indicates the PodGroup's priority. "system-node-critical" and