Skip to content

Commit

Permalink
add memory bandwidth resource
Browse files Browse the repository at this point in the history
  • Loading branch information
luomingmeng committed Mar 14, 2024
1 parent 1cf6a8b commit 0518612
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/consts/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ const (

// const variables for resource names of guaranteed resource
const (
ResourceNetBandwidth v1.ResourceName = "resource.katalyst.kubewharf.io/net_bandwidth"
ResourceNetBandwidth v1.ResourceName = "resource.katalyst.kubewharf.io/net_bandwidth"
ResourceMemoryBandwidth v1.ResourceName = "resource.katalyst.kubewharf.io/memory_bandwidth"
)

// ResourceAnnotationKeyResourceIdentifier nominated the key to override the default name
Expand Down

0 comments on commit 0518612

Please sign in to comment.