Ian Roberts
Ian Roberts
This is a very simple patch against your master branch to make the nimble domain classes implement Serializable. Is this OK or should I have been working against a different...
Currently the `Dockerfile` includes the directive: ``` VOLUME ["/config"] ``` This is un-necessary since anyone following the documentation will manually specify a `-v` option to `docker run`, and the directive...
This PR adds a function `pluckAll` which works the same as `pluck` but expects the dicts-to-pluck-from as a single list-valued parameter rather than a series of varargs parameters. My particular...
The current implementation of the `pluck` function takes two-or-more arguments and expects the key to be plucked as the first argument and the maps to pluck from as the remaining...
When outputting a string value containing a supplementary Unicode code point, UTF8JsonGenerator is encoding the supplementary character as a pair of `\uNNNN` escapes representing the two halves of the surrogate...
#### Summary `kill-host-pods.py` iterates over all pods in all namespaces looking for pods that are running on the current node. But if any pods in the iteration do not have...
https://github.com/canonical/microk8s/blob/f9eb294558bf1103a3109504452077af059af384/scripts/kill-host-pods.py#L24 It is possible for a pod _not_ to have a `containerStatus` field, e.g. when it is in "Pending" state because no compatible node is available for it to be...
### Describe the feature Add an option to specify the STS endpoint URL explicitly, as an alternative to deriving it automatically from the AWS region. ### Use Case I want...
**This is a duplicate of #2244 which was inadvertently closed as stale** Add support for regex `path` matching and `rewriteTarget` transformations when using a `file:` URL as the upstream. ##...
## Summary Adds a new command line flag `-socket` as an alternative to `-ip` and `-port`, to cause webhook to bind a Unix domain socket instead of a TCP port,...