Skip to content

Commit a861c12

Browse files
committed
cri stats: rename InterfaceUsage to NetworkInterfaceUsage
to be very clear about what it is Signed-off-by: Peter Hunt <pehunt@redhat.com>
1 parent 66c53b3 commit a861c12

File tree

1 file changed

+4
-4
lines changed
  • keps/sig-node/2371-cri-pod-container-stats

1 file changed

+4
-4
lines changed

keps/sig-node/2371-cri-pod-container-stats/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 interface.
453+
type NetworkInterfaceUsage struct {
454454
// The name of the interface
455455
string name = 1;
456456
// Cumulative count of bytes received.

0 commit comments

Comments
 (0)