Nick Stogner
Nick Stogner
It would be really nice if the anaconda.Logger interface could fit the popular [logrus](https://github.com/Sirupsen/logrus) implementation... ``` sh ./main.go:45: cannot use logrus.New() (type *logrus.Logger) as type anaconda.Logger in argument to twitterApi.SetLogger:...
Add terraform support for the resource settings API. Adding a single `google_resource_settings_organization_setting` resource at this time. This is the only level at which resource settings can be set currently. This...
Kustomize is a popular tool for deploying to kubernetes. It could be supported by adding a `kustomization.yaml` file into the `deploy/` dir: ```yaml apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - 00-roles.yaml...
**Describe the solution you'd like** I don't currently see a way of implementing a single SecretStore with the webhook provider that can fulfill a request for the following cases: 1....
I think it would be more desirable to translate `{"abc": {}}` as ``` go ... Abc interface{} `json:"abc"` ``` rather than ``` go ... Abc struct{} `json:"abc"` ``` The empty...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: Allow for existing jobs to be imported into Kueue by disabling...
Add missing fields from API docs.
Indicates which Pod processed a request
Consider adding S3/GCS/etc buckets as configurable sources and sinks for requests and responses. Possible features: * A batch API: An API for kicking off a batch job that runs across...
Currently errors encountered during the process of handling a message (from PubSub, etc) are sent directly back to the user via the response topic. Consider: * Resending failed requests back...