Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>
  • Loading branch information
helayoty committed Mar 8, 2023
1 parent 40d8e87 commit 77a6af7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/virtual-kubelet/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ import (

var (
buildVersion = "N/A"
buildTime = "N/A"
k8sVersion = "v1.25.0" // This should follow the version of k8s.io/client-go we are importing

taintKey = envOrDefault("VKUBELET_TAINT_KEY", "virtual-kubelet.io/provider")
Expand Down

0 comments on commit 77a6af7

Please sign in to comment.