Skip to content

Commit 8d4ef12

Browse files
committed
forgotten comments
1 parent ef47887 commit 8d4ef12

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/api/informer.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ impl<T, U> Informer<T, U> where
5050
}
5151
}
5252

53+
// builders for QueryParams
54+
5355
/// Configure the timeout for the list/watch call.
5456
///
5557
/// This limits the duration of the call, regardless of any activity or inactivity.
@@ -84,6 +86,7 @@ impl<T, U> Informer<T, U> where
8486
self
8587
}
8688

89+
// finalizers:
8790

8891
/// Initialize without a prior version
8992
///

src/api/reflector.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ impl<T, U> Reflector<T, U> where
5353
}
5454
}
5555

56-
// builders for QueryParams - TODO: defer to internal informer in future
56+
// builders for QueryParams - TODO: defer to internal informer in future?
5757
// for now, copy paste of informer's methods.
5858

5959
/// Configure the timeout for the list/watch call.

0 commit comments

Comments
 (0)