Documentation ¶
Index ¶
Constants ¶
View Source
const ( FerryName = "ferry" FerryNamespace = FerryName + "-system" FerryTunnelName = FerryName + "-tunnel" FerryTunnelNamespace = FerryTunnelName + "-system" LabelPrefix = "traffic.ferryproxy.io/" LabelFerryExportedFromKey = LabelPrefix + "exported-from" LabelFerryImportedToKey = LabelPrefix + "imported-to" LabelFerryManagedByValue = "ferry" LabelGeneratedKey = "generated.ferryproxy.io" LabelGeneratedValue = "ferry-controller" LabelGeneratedTunnelValue = "ferry-tunnel" LabelMCSMarkHubKey = "mcs.traffic.ferryproxy.io/service" LabelMCSMarkHubValue = "enabled" TunnelRulesKey = "tunnel" TunnelRulesAllowKey = "allows" TunnelUserKey = "user" TunnelConfigKey = "tunnel.ferryproxy.io/config" TunnelConfigRulesValue = "rules" TunnelConfigDiscoverValue = "service" TunnelConfigAuthorizedValue = "authorized" TunnelConfigAllowValue = "allows" TunnelRulesConfigPath = "/var/ferry/bridge.conf" TunnelSshDir = "/var/ferry/ssh/" TunnelSshHomeDir = "/var/ferry/home/" TunnelPermissionsName = "permissions.json" TunnelAuthorizedKeyName = "authorized_keys" TunnelIdentityKeyName = "identity" )
Variables ¶
View Source
var ( Version = "unknown" ImagePrefix = "ghcr.io/ferryproxy/ferry" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.