Documentation ¶
Index ¶
Constants ¶
View Source
const ( // UnitName is the name of the valitail service. UnitName = v1beta1constants.OperatingSystemConfigUnitNameValitailService // PathDirectory is the path for the valitail's directory. PathDirectory = "/var/lib/valitail" // PathAuthToken is the path for the file containing valitail's authentication token for communication with the Vali // sidecar proxy. PathAuthToken = PathDirectory + "/auth-token" // PathConfig is the path for the valitail's configuration file. PathConfig = v1beta1constants.OperatingSystemConfigFilePathValitailConfig // PathCACert is the path for the vali-tls certificate authority. PathCACert = PathDirectory + "/ca.crt" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.