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 6b225fb commit 26e238eCopy full SHA for 26e238e
crates/client/src/lib.rs
@@ -118,7 +118,7 @@ macro_rules! with_namespace {
118
($req : ident, $ns: expr) => {{
119
let mut req = Request::new($req);
120
let md = req.metadata_mut();
121
- // https://github.com/containerd/containerd/blob/main/namespaces/grpc.go#L27
+ // https://github.com/containerd/containerd/blob/main/pkg/namespaces/grpc.go#L27
122
md.insert("containerd-namespace", $ns.parse().unwrap());
123
req
124
}};
0 commit comments