Skip to content
Open
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
8 changes: 4 additions & 4 deletions pkg/apis/config/v1alpha1/adminqos.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,16 +184,16 @@ type QoSRegionType string

const (
// QoSRegionTypeShare for each share pool
QoSRegionTypeShare QoSRegionType = "share"

QoSRegionTypeShare QoSRegionType = "share"
QoSRegionTypeDedicated QoSRegionType = "dedicated"

// QoSRegionTypeIsolation for each isolation pool
QoSRegionTypeIsolation QoSRegionType = "isolation"
// QoSRegionEmptyNUMA for NUMAs without real workloads
QoSRegionEmptyNUMA QoSRegionType = "empty-numa"

// QoSRegionTypeDedicatedNumaExclusive for each dedicated core with numa binding
// and numa exclusive container
// deprecated, will be removed later, use QoSRegionTypeDedicated instead
// DEPRECATED, will be removed later, use QoSRegionTypeDedicated instead
QoSRegionTypeDedicatedNumaExclusive QoSRegionType = "dedicated-numa-exclusive"
)

Expand Down
Loading