kubernetes-sigs / kube-scheduler-wasm-extension

All the things to make the scheduler extendable with wasm.
Apache License 2.0
86 stars 17 forks source link

Fix tools.go not exist error #10

Closed kerthcet closed 12 months ago

kerthcet commented 12 months ago

What type of PR is this?

/kind bug /kind cleanup

What this PR does / why we need it:

    cd ./kubernetes/proto/tools; \
    cat tools.go | grep "_" | awk -F'"' '{print $$2}' | xargs -tI % go install %

tools.go not exists, rename tool.go -> tools.go

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?

NONE
k8s-ci-robot commented 12 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kerthcet, sanposhiho

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-sigs/kube-scheduler-wasm-extension/blob/main/OWNERS)~~ [kerthcet,sanposhiho] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment