We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb01766 commit beb78e3Copy full SHA for beb78e3
protect/control/v1/control.proto
@@ -71,7 +71,7 @@ message GetHostStatusReply {
71
72
message DeviceStateRequest {
73
string name = 1;
74
- protect.common.v1.PciDevice state = 2;
+ PciDevice state = 2;
75
}
76
77
message DeviceStateReply {}
@@ -414,7 +414,7 @@ message WorkloadChangedEvent {
414
415
416
message DeviceChangedEvent {
417
- protect.common.v1.DeviceReferenceSpec device = 1;
+ DeviceReferenceSpec device = 1;
418
419
420
message ReadZoneMetricsRequest {
0 commit comments