Documentation
¶
Index ¶
Constants ¶
View Source
const ( ParamName = "name" ParamProject = "project" APIV1Prefix = "/api/v1" PathDashboard = "dashboards" PathDatasource = "datasources" PathFolder = "folders" PathGlobalDatasource = "globaldatasources" PathGlobalRole = "globalroles" PathGlobalRoleBinding = "globalrolebindings" PathGlobalSecret = "globalsecrets" PathGlobalVariable = "globalvariables" PathProject = "projects" PathRole = "roles" PathRoleBinding = "rolebindings" PathSecret = "secrets" PathUser = "users" PathVariable = "variables" )
Variables ¶
View Source
var ProjectResourcePathList = []string{ PathDashboard, PathDatasource, PathFolder, PathSecret, PathVariable, }
ProjectResourcePathList is containing the list of the resource path that is part of a project.
Functions ¶
func GetMetadataProject ¶
GetMetadataProject Retrieve project from entity metadata
func GetNameParameter ¶
func GetProjectParameter ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.