Skip to content

Commit 02a9b30

Browse files
committed
.
Signed-off-by: gshaibi <gshaibi@nvidia.com>
1 parent dcc5897 commit 02a9b30

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pkg/scheduler/plugins/dynamicresources/extended_resources_upstream.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33

44
// Functions in this file are ported from:
55
// k8s.io/kubernetes/pkg/scheduler/framework/plugins/dynamicresources/extendeddynamicresources.go
6+
// We couldn't import them and had to copy since they are private in the upstream dynamic resources packages.
67
//
78
// Signatures are adapted to use *extendedresourcecache.ExtendedResourceCache in place of
89
// fwk.DeviceClassResolver, and to drop klog.Logger and *stateData parameters that are
910
// not needed in KAI's scheduling context.
10-
//
11-
// When upgrading Kubernetes, replace this file wholesale with the updated upstream logic.
1211

1312
package dynamicresources
1413

0 commit comments

Comments
 (0)