mirror of
https://github.com/tailscale/tailscale.git
synced 2025-05-16 23:38:32 +00:00
9 lines
227 B
Go
9 lines
227 B
Go
![]() |
// Copyright (c) Tailscale Inc & AUTHORS
|
||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||
|
|
||
|
//go:build !plan9
|
||
|
|
||
|
// Package apiproxy contains the Kubernetes API Proxy implementation used by
|
||
|
// k8s-operator and k8s-proxy.
|
||
|
package apiproxy
|