Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ConfigmapEnvVarPostfix is a postfix for configmap envVar ConfigmapEnvVarPostfix = "CONFIGMAP" // SecretEnvVarPostfix is a postfix for secret envVar SecretEnvVarPostfix = "SECRET" // EnvVarPrefix is a Prefix for environment variable EnvVarPrefix = "STAKATER_" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶ added in v0.0.22
type Result int
Result is a status for deployment update
const ( // Updated is returned when environment variable is created/updated Updated Result = 1 + iota // NotUpdated is returned when environment variable is found but had value equals to the new value NotUpdated // NoEnvVarFound is returned when no environment variable is found NoEnvVarFound // NoContainerFound is returned when no environment variable is found NoContainerFound )
Click to show internal directories.
Click to hide internal directories.