File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
keps/sig-node/2371-cri-pod-container-stats Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -445,13 +445,13 @@ message NetworkUsage {
445
445
// The time at which these stats were updated.
446
446
int64 timestamp = 1;
447
447
// Stats for the default interface, if found
448
- InterfaceUsage default_interface = 2;
448
+ NetworkInterfaceUsage default_interface = 2;
449
449
// Stats for all found interfaces
450
- repeated InterfaceUsage interfaces = 3;
450
+ repeated NetworkInterfaceUsage interfaces = 3;
451
451
}
452
452
453
- // InterfaceUsage contains resource value data about interface.
454
- type InterfaceUsage struct {
453
+ // NetworkInterfaceUsage contains resource value data about a network interface.
454
+ type NetworkInterfaceUsage struct {
455
455
// The name of the interface
456
456
string name = 1;
457
457
// Cumulative count of bytes received.
You can’t perform that action at this time.
0 commit comments