Jean-Rémy Bancel

Results 9 issues of Jean-Rémy Bancel

Our code analysis is flagging the use of `context.TODO()` in [NewUnboundedExecutor](https://github.com/modern-go/concurrent/blame/master/unbounded_executor.go#L39). What is the intent here? To pass a context to the constructor or if not, should `context.TODO()` be replaced...

The final capacity is known. The list should be created with the proper capacity to avoid unnecessary re-allocations and copying.

**What type of PR is this?** /kind bug /kind cleanup **What this PR does / why we need it**: See https://github.com/kubernetes-sigs/cluster-api-provider-azure/issues/4681. Currently, in the manager spec, the projected volume for...

kind/bug
cncf-cla: yes
size/S
kind/cleanup
release-note-none
ok-to-test

**Purpose of the PR** From an empirical observation, listing the repositories is `O(# of OCI objects)` and not `O(# of repositories)`. Therefore, what happens when a registry contains repositories with...

**Purpose of the PR** As explained in https://github.com/Azure/acr-cli/pull/353, listing all the repositories can possibly never complete, or with the workaround from that PR, it can still take hours in large...

We use `client-gen` like this: ``` client-gen \ --input-base "github.com//pkg/apis" \ --input "dedicated/v1alpha1" \ --output-pkg github.com//pkg/clientset \ --go-header-file hack/header.txt \ --clientset-name versioned \ --output-dir ./pkg/clientset ``` Works fine in 1.22.0...

### Is your feature request related to a problem? Please describe. A security context like this: ``` containerSecurityContext: runAsNonRoot: true readOnlyRootFilesystem: true allowPrivilegeEscalation: false capabilities: drop: - ALL securityContext: fsGroup:...

enhancement

### Is your feature request related to a problem? Please describe. [These](https://github.com/temporalio/helm-charts/blob/main/charts/temporal/templates/server-deployment.yaml#L41-L62) init containers should have a way to set a security context. It is pretty standard to not allow...

enhancement

### Is your feature request related to a problem? Please describe. The Web Deployment has no probes (startup/liveliness/readiness). ### Describe the solution you'd like Add probes, like on the other...

enhancement