ingressservices
packageThis package is not in the latest version of its module.
Details
Validgo.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
Documentation¶
Overview¶
Package ingressservices contains shared types for exposing Kubernetes Services to tailnet.These are split into a separate package for consumption ofnon-Kubernetes shared libraries and binaries. Be mindful of not increasingdependency size for those consumers when adding anything new here.
Index¶
Constants¶
const IngressConfigKey = "ingress-config.json"IngressConfigKey is the key at which both the desired ingress firewallconfiguration is stored in the ingress proxies' ConfigMap and at which therecorded firewall configuration status is stored in the proxies' stateSecrets.
Variables¶
This section is empty.
Functions¶
This section is empty.
Types¶
typeConfig¶
type Config struct {IPv4Mapping *Mapping `json:"IPv4Mapping,omitempty"`IPv6Mapping *Mapping `json:"IPv6Mapping,omitempty"`}Config is an ingress service configuration.
typeConfigs¶
Configs contains the desired configuration for ingress proxies firewall. Mapkeys are Tailscale Service names.