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 66c53b3 commit a861c12Copy full SHA for a861c12
keps/sig-node/2371-cri-pod-container-stats/README.md
@@ -444,13 +444,13 @@ message NetworkUsage {
444
// The time at which these stats were updated.
445
int64 timestamp = 1;
446
// Stats for the default interface, if found
447
- InterfaceUsage default_interface = 2;
+ NetworkInterfaceUsage default_interface = 2;
448
// Stats for all found interfaces
449
- repeated InterfaceUsage interfaces = 3;
+ repeated NetworkInterfaceUsage interfaces = 3;
450
}
451
452
-// InterfaceUsage contains resource value data about interface.
453
-type InterfaceUsage struct {
+// NetworkInterfaceUsage contains resource value data about interface.
+type NetworkInterfaceUsage struct {
454
// The name of the interface
455
string name = 1;
456
// Cumulative count of bytes received.
0 commit comments