actions-runner-controller/controllers/actions.github.com/constants.go

11 lines
208 B
Go

package actionsgithubcom
const (
LabelKeyRunnerTemplateHash = "runner-template-hash"
LabelKeyPodTemplateHash = "pod-template-hash"
)
const (
EnvVarRunnerJITConfig = "ACTIONS_RUNNER_INPUT_JITCONFIG"
)