mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 03:33:26 +00:00
Enable client-gen for k8s.io/metrics
This commit turns on client-gen for k8s.io/metrics. Clients are generated for `k8s.io/metrics/pkg/apis/metrics` (both internal and v1alpha1). `k8s.io/metrics/pkg/apis/custom_metrics` uses a bespoke client due to the unique nature of its paths.
This commit is contained in:
@@ -104,3 +104,4 @@ ${informergen} \
|
||||
vendor/k8s.io/kube-aggregator/hack/update-codegen.sh
|
||||
vendor/k8s.io/sample-apiserver/hack/update-codegen.sh
|
||||
vendor/k8s.io/kube-apiextensions-server/hack/update-codegen.sh
|
||||
vendor/k8s.io/metrics/hack/update-codegen.sh
|
||||
|
Reference in New Issue
Block a user