Matt Simons
Matt Simons
## Bug Report **What did you do?** Deleted a CSV on our Openshift cluster **What did you expect to see?** The operator should uninstall successfully **What did you see instead?...
Hi, I originally raised this PR https://github.com/kubernetes-sigs/controller-runtime/pull/2174 which added a new matcher to a custom matcher library for Kubernetes however it was suggested that it might have wider benefits in...
The docs describe the following api https://docs.github.com/en/[email protected]/rest/actions/self-hosted-runners?apiVersion=2022-11-28#get-a-self-hosted-runner-for-an-enterprise however the EnterpriseService does not appear to have a corresponding method https://github.com/google/go-github/blob/master/github/enterprise_actions_runners.go Happy to raise a PR to add this capability
## Summary ## Change Type - [ ] Bug fix - [ ] New feature - [x] Non-functional (chore, refactoring, docs) - [ ] Performance ## Is this a breaking...
## Summary The `splunk_hec` sink now flattens objects and arrays. Presently Vector sends nested objects and arrays that the Splunk HEC api rejects. Integers also also silently dropped. Due to...