-
https://github.com/kubernetes/client-go/blob/master/tools/metrics/metrics.go#L132
metrics.Register() is in a sync.Once.Do(), so the register can only has effect once.
My program import controlle…
-
### Description
The Go Ethereum client does not work correctly with the Hedera JSON RPC relay for legacy transactions. The problem arises due to differences in how the `v` part of the signature is ha…
-
### What happened?
I'm trying to work with [Gateway API](https://github.com/kubernetes-sigs/gateway-api/) fake objects by doing the following:
```
package x
import (
"testing"
"github.co…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
see https://do.pingcap.net/jenkins/blue/rest/organizations/jenkins…
-
In "https://github.com/sonic-net/sonic-buildimage/tree/master/src/sonic-yang-models/yang-models/sonic-telemetry_client.yang" prefix expect as "Subscription|DestinationGroup"
leaf pr…
-
**Rancher Server Setup**
- Rancher version: 2.9.3/2.10.0
- Installation option (Docker install/Helm Chart): Helm Chart
- If Helm Chart, Kubernetes Cluster and version (RKE1, RKE2, k3s, EKS, etc)…
-
The Go Client SDK included in this provider is not Terraform-specific, and we can refactor it into a separate Go module for use in other applications. We could then also simplify much of this code by …
-
With reference to https://github.com/getsentry/raven-go/issues/246 , `sentry-go` is the new official Sentry Go client. We should migrate to using it.,
This also removes the requirement of using pri…
ghost updated
3 months ago
-
@seubert asked me today if there were plans for a Golang client, and since I don't even start until next week, i'm not sure what the plans are. We don't have any right now, though, so I'm going to mak…
-
We use `client-gen` like this:
```
client-gen \
--input-base "github.com//pkg/apis" \
--input "dedicated/v1alpha1" \
--output-pkg github.com//pkg/clientset \
--…