Skip to content

Commit

Permalink
docs: update Index::route_refs docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S <[email protected]>
  • Loading branch information
the-wondersmith committed Apr 27, 2024
1 parent f35eb70 commit fa79a34
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions policy-controller/k8s/status/src/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ pub struct Index {
claims: Receiver<Arc<Claim>>,
updates: mpsc::Sender<Update>,

/// Maps route ids to a list of their parent and backend refs,
/// regardless of if those parents have accepted the route.
/// Maps HttpRoute and GrpcRoute ids to a list of their parent and
/// backend refs, regardless of if those parents have accepted the
/// route.
route_refs: HashMap<NamespaceGroupKindName, RouteRef>,
servers: HashSet<ResourceId>,
services: HashMap<ResourceId, Service>,
Expand Down

0 comments on commit fa79a34

Please sign in to comment.