Ben Luddy
Ben Luddy
If the context is canceled, the first `context.Canceled` error returned from a component results in a second SIGTERM that ends the process without waiting for other components to stop.
just a hack to get started identifying follow-up work /hold
Internally, the catalog operator has always maintained a set of registry clients for each CatalogSource. Although this set is reconciled toward containing a client per CatalogSource object, there is some...
https://github.com/operator-framework/operator-registry/blob/cce33175cb1713bffd71a779f76d5a0da99ba741/pkg/api/registry.proto#L59-L60 Consumers can get the same information from the properties/dependencies fields.
### Description #### PR Was Proposed and Welcomed in Currently Open Issue - [x] This PR was proposed and welcomed by maintainer(s) in issue #501 - [x] Closes or Updates...
### Description This is a proof-of-concept solution for https://github.com/fxamacker/cbor/issues/449. It includes a test that roundtrips a struct value with fields of types `[]byte` and `[5]byte` to `interface{}` and back to...
### Description Proof of concept implementation of https://github.com/fxamacker/cbor/issues/477. #### PR Was Proposed and Welcomed in Currently Open Issue - [ ] This PR was proposed and welcomed by maintainer(s) in...
**Is your feature request related to a problem? Please describe.** This request comes from a similar use case as https://github.com/fxamacker/cbor/issues/446. Essentially, Go struct objects are being serialized using `encoding/json`, transmitted...
**Is your feature request related to a problem? Please describe.** Currently, decoding well-formed but unrecognized CBOR simple values into `interface{}` produces a concrete value of type `cbor.SimpleValue`, and decoding the...
### Enhancement Description - One-line enhancement description (can be used as a release note): Adds the CBOR data format as an efficient alternative to JSON. - Kubernetes Enhancement Proposal: https://github.com/kubernetes/enhancements/tree/master/keps/sig-api-machinery/4222-cbor-serializer...