Documentation ¶
Index ¶
Constants ¶
View Source
const ( EventName = "event" EventResourceType = "resourceType" EventResourceName = "resourceName" EventDescription = "description" EventRequestBody = "requestBody" )
Variables ¶
View Source
var ( CreateUser = &EventInfo{"createUser", "createUser", "user"} UpdateUser = &EventInfo{"updateUser", "updateUser", "user"} DeleteKey = &EventInfo{"deleteKey", "deleteKey", "key"} CreateKey = &EventInfo{"createKey", "createKey", "key"} CreateConfigMap = &EventInfo{"createConfigMap", "createConfigMap", "configmap"} DeleteConfigMap = &EventInfo{"deleteConfigMap", "deleteConfigMap", "configmap"} UpdateConfigMap = &EventInfo{"updateConfigMap", "updateConfigMap", "configmap"} RolloutConfigMap = &EventInfo{"rolloutConfigMap", "rolloutConfigMap", "configmap"} )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.