Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Make the kubectl toolchain type public #624

Merged
merged 1 commit into from
Jan 6, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion toolchains/kubectl/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ package(default_visibility = ["//visibility:private"])
licenses(["notice"]) # Apache 2.0

# kubectl toolchain type
toolchain_type(name = "toolchain_type")
toolchain_type(
name = "toolchain_type",
visibility = ["//visibility:public"],
)

# Default kubectl toolchain that expects the 'kubectl' executable
# to be in the PATH
Expand Down