whitebox-controller
whitebox-controller copied to clipboard
Extensible generic controller for Kubernetes
This PR adds new field References.NamespaceFieldPath in order to match objects from arbitrary namespaces. It will only succeed if both name and namespace come in pairs. The usage scenario is...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 0.9.3-0.20190127221311-3c4408c8b829 to 1.11.1. Release notes Sourced from github.com/prometheus/client_golang's releases. 1.11.1 / 2022-02-15 [SECURITY FIX] promhttp: Check validity of method and code label values prometheus/client_golang#987 (Addressed CVE-2022-21698) What's...
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.0.0-20190913080033-27d36303b655 to 0.15.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.0.0-20190918160344-1fbdaa4c8d90 to 0.20.0-alpha.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
As the title says, I'm bumping dependencies to newer versions. I'm just sticking with controller-runtime 0.6.3 because I'm going to use this in combination with https://github.com/fluxcd/kustomize-controller and https://github.com/fluxcd/source-controller which is...
From a quick look it looks like whitebox-controller doesn't support using the status subresource any plans to do it?