hack/update-bazel.sh

This commit is contained in:
Benjamin Elder
2019-07-19 01:13:44 -07:00
parent 101de4a677
commit ece112524b
12 changed files with 16 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ go_library(
"azure_dd_max_disk_count.go",
"azure_mounter.go",
"azure_provision.go",
"doc.go",
],
importpath = "k8s.io/kubernetes/pkg/volume/azure_dd",
deps = [

View File

@@ -10,6 +10,7 @@ go_library(
name = "go_default_library",
srcs = [
"attacher.go",
"doc.go",
"vsphere_volume.go",
"vsphere_volume_block.go",
"vsphere_volume_util.go",