Documentation ¶
Index ¶
- Constants
- Variables
- func GetEnviromentsLink() string
- func GetHelmLink() string
- func GetHelmReleaseLink(releaseName string) string
- func GetPipelineContainerLink(ns, pipelineName, podName, step string) string
- func GetPipelineContainerLogLink(paName, containerName string) string
- func GetPipelineContainersLink(ns, pipelineName, podName string) string
- func GetPipelineLink(paName string) string
- func GetPipelineLogLink(paName string) string
- func GetPipelineTerminalLink(ns, pipelineName, podName string) string
- func GetPipelinesLink() string
- func GetPluginLink() string
Constants ¶
View Source
const ( Name = "jx" // This should stay lowercase for routing purposes // PathPrefix the initial prefix of all paths PathPrefix = "/#" AppsPath = "apps" EnvironmentsPath = "environments" HelmPath = "helm" LogsPath = "logs" OverviewPath = "overview" PipelinesPath = "pipelines" PipelineContainersPath = "pipeline/containers" PipelineContainerPath = "pipeline/container" PipelineTerminalPath = "pipeline/terminal" PipelinesRecentPath = "pipelines-recent" RepositoriesPath = "repositories" // RootBreadcrumb the root breadcrumb for the developer plugin RootBreadcrumb = `<a href="/#/jx/overview">Jenkins X</a>` )
Variables ¶
View Source
var ( navigation.Navigation{ { Title: "Apps", Path: Name + "/" + AppsPath, }, { Title: "Environments", Path: Name + "/" + EnvironmentsPath, }, { Title: "Helm", Path: Name + "/" + HelmPath, }, { Title: "Pipelines", Path: Name + "/" + PipelinesPath, }, { Title: "Pipelines: Recent", Path: Name + "/" + PipelinesRecentPath, }, { Title: "Repositories", Path: Name + "/" + RepositoriesPath, }, } )Navigations = []
Functions ¶
func GetEnviromentsLink ¶
func GetEnviromentsLink() string
func GetHelmLink ¶
func GetHelmLink() string
func GetHelmReleaseLink ¶
func GetPipelineLink ¶
func GetPipelineLogLink ¶
func GetPipelineTerminalLink ¶
func GetPipelinesLink ¶
func GetPipelinesLink() string
func GetPluginLink ¶
func GetPluginLink() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.