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 @@ -444,13 +444,13 @@ message NetworkUsage {
444444 // The time at which these stats were updated.
445445 int64 timestamp = 1;
446446 // Stats for the default interface, if found
447- InterfaceUsage default_interface = 2;
447+ NetworkInterfaceUsage default_interface = 2;
448448 // Stats for all found interfaces
449- repeated InterfaceUsage interfaces = 3;
449+ repeated NetworkInterfaceUsage interfaces = 3;
450450}
451451
452- // InterfaceUsage contains resource value data about interface.
453- type InterfaceUsage struct {
452+ // NetworkInterfaceUsage contains resource value data about a network interface.
453+ type NetworkInterfaceUsage struct {
454454 // The name of the interface
455455 string name = 1;
456456 // Cumulative count of bytes received.
You can’t perform that action at this time.
0 commit comments