fengpengyun

Results 4 issues of fengpengyun

[source of the issue](https://github.com/kubernetes/apiserver/blob/master/pkg/quota/v1/resources.go) ``` newUsage := corev1.ResourceList{} for _, evaluator := range evaluators { // only trigger the evaluator if it matches a resource in the quota, otherwise, skip...

lifecycle/stale

[The location of the issues](https://github.com/kubernetes/apiserver/blob/master/pkg/endpoints/handlers/fieldmanager/internal/managedfields.go) ``` func encodeManagedFields(managed ManagedInterface) (encodedManagedFields []metav1.ManagedFieldsEntry, err error) { if len(managed.Fields()) == 0 { return nil, nil } encodedManagedFields = []metav1.ManagedFieldsEntry{} // Directly use key-value...

lifecycle/rotten

[traces utils.go](https://github.com/kubernetes/component-base/blob/master/traces/utils.go) The most fundamental is that TracingConfiguration does not yet provide a complete configuration ``` func NewProvider(ctx context.Context, baseSampler sdktrace.Sampler, resourceOpts []resource.Option, opts ...otlpgrpc.Option) trace.TracerProvider { opts = append(opts,...

lifecycle/rotten

### Go version go version go1.23.4 windows/amd64 ### GoFrame version 2.8.3 ### Can this bug be reproduced with the latest release? Option Yes ### What did you do? ```go gsvc.SetRegistry(zookeeper.New(...

bug