Documentation
¶
Index ¶
Constants ¶
View Source
const ( RootStagingPath = "/tmp/gatekeeper/" PrivateKeysStagingPath = RootStagingPath + "keys/" PrivateKeysStagingTarPath = RootStagingPath + "keys.tar" BaseImageName = "gatekeeper:latest" BaseContainerName = "gatekeeper" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextKeyType ¶
type ContextKeyType string
var OptionContextKey ContextKeyType = "ctx_option"
var PlanContextKey ContextKeyType = "ctx_plan"
var UserContextKey ContextKeyType = "ctx_username"
Click to show internal directories.
Click to hide internal directories.