mirror of
https://github.com/kubernetes/client-go.git
synced 2025-12-26 14:42:27 +00:00
client-go/pkt/util was removed in favor of client-go util, which consists only from CodeExitError and ExitError interface Kubernetes-commit: 8574bc564f4c54aa964d6c0c7ccec3202d9e2f1b
15 lines
241 B
Python
15 lines
241 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
licenses(["notice"])
|
|
|
|
load(
|
|
"@io_bazel_rules_go//go:def.bzl",
|
|
"go_library",
|
|
)
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = ["exec.go"],
|
|
tags = ["automanaged"],
|
|
)
|