Skip to content

Commit eb47921

Browse files
pohlyk8s-publishing-bot
authored andcommitted
DRA structured: remove obsolete, confusing comment
Kubernetes-commit: 858d26fd4503d3e4c448b37277af7c8be66995cf
1 parent 52bd7f4 commit eb47921

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

structured/internal/allocatortesting/allocator_testing.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ type DeviceClassLister = internal.DeviceClassLister
5050
type Features = internal.Features
5151
type DeviceID = internal.DeviceID
5252

53-
// types_experimental
5453
type SharedDeviceID = internal.SharedDeviceID
5554
type ConsumedCapacityCollection = internal.ConsumedCapacityCollection
5655
type ConsumedCapacity = internal.ConsumedCapacity

structured/internal/experimental/allocator_experimental.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ func MakeDeviceID(driver, pool, device string) DeviceID {
4848
return internal.MakeDeviceID(driver, pool, device)
4949
}
5050

51-
// types_experimental
5251
type SharedDeviceID = internal.SharedDeviceID
5352
type DeviceConsumedCapacity = internal.DeviceConsumedCapacity
5453
type ConsumedCapacityCollection = internal.ConsumedCapacityCollection

structured/internal/incubating/allocator_incubating.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ func MakeDeviceID(driver, pool, device string) DeviceID {
4848
return internal.MakeDeviceID(driver, pool, device)
4949
}
5050

51-
// types_experimental
5251
type SharedDeviceID = internal.SharedDeviceID
5352
type DeviceConsumedCapacity = internal.DeviceConsumedCapacity
5453
type ConsumedCapacityCollection = internal.ConsumedCapacityCollection

0 commit comments

Comments
 (0)