Nick Stogner

Results 89 issues of 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:...

enhancement

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....

triage/needs-information
area/webhook-provider
Stale

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...

kind/feature
size/M
needs-rebase
ok-to-test
do-not-merge/work-in-progress
do-not-merge/release-note-label-needed
cncf-cla: yes

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...

enhancement

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...