Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultScope = "default" SATokenPath = "/var/run/secrets/tokens/symphony-api-token" // These constants need to be in a shared package. GroupPrefix = "symphony" ManagerMetaKey = GroupPrefix + "/managed-by" InstanceMetaKey = GroupPrefix + "/instance" ResourceSeperator = "-v-" ReferenceSeparator = ":" DisplayName = "displayName" RootResource = "rootResource" ParentName = "parentName" StatusMessage = "statusMessage" Solution = "solution" Target = "target" Campaign = "campaign" )
View Source
const ( SymphonyCertEnvName = "SYMPHONY_ROOT_CA" SATokenPathName = "SA_TOKEN_PATH" ApiCertEnvName = "API_SERVING_CA" UseServiceAccountTokenEnvName = "USE_SERVICE_ACCOUNT_TOKENS" SymphonyAPIUrlEnvName = "SYMPHONY_API_URL" API = "symphony-api" EmitTimeFieldInUserLogs = "EMIT_TIME_FIELD_IN_USER_LOGS" )
Environment variables keys
View Source
const ( Generation string = "generation" Status string = "status" )
Variables ¶
View Source
var ( //go:embed eula.txt EulaMessage string )
Eula Message
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.