Glyn Normington
Glyn Normington
In principle, this looks great. But after registering my site (several days ago), I notice that the search function is incapable of finding my /about and /now pages by words...
> * gvks that are no longer tracked should have their informers stopped and cache released It looks like controller-runtime's [Controller interface](https://github.com/kubernetes-sigs/controller-runtime/blob/43331a6c8f823b497660b368deb4311ae2030206/pkg/controller/controller.go#L56) doesn't allow watches to be removed. How hard...
> * gvks that are no longer tracked should have their informers stopped and cache released Also, a different issue, I'm wondering how often in practice the tracker [Lookup](https://github.com/vmware-labs/reconciler-runtime/blob/c3f7a2544435696a7255325c63da2f382734ff72/tracker/tracker.go#L117) method...
Please could you provide some steps to reproduce the issue. This worked fine for example: ``` $ docker run -d -p 5000:5000 --restart=always --name registry registry:2 $ ./irel copy nginx...
This library is based heavily on github.com/google/go-containerregistry (a.k.a. GGCR) and the error message in question comes from GGCR.
Perhaps. One starting point for a reference grammar is in a [code comment](https://github.com/docker/distribution/blob/a8371794149d1d95f1e846744b05c87f2f825e5a/reference/reference.go#L6); I am not aware of a grammar in the OCI specs. The [testcases](https://github.com/docker/distribution/blob/a8371794149d1d95f1e846744b05c87f2f825e5a/reference/reference_test.go) clarify the intention though.
Here you go. This one won't expire. https://join.slack.com/t/jsonpath-standard/shared_invite/zt-fp521hp0-D7gmDcmOMK4UkrRRug~SQQ
Returning indices or keys from a JSONPath query could require extending the spec's current notion of a nodelist, since the spec doesn't currently regard an index or a key as...
@cabo That's an interesting approach. For the output of `~` to be input to a segment such as `[2]`, wouldn't we have to extend the meaning of such segments to...
@He-Pin I agree with @gregsdennis in that JSONPath _per se_ doesn't solve your problem. However, it would be possible to implement JSONPath to support the use case you describe. Since...