Documentation ¶
Index ¶
Constants ¶
View Source
const ( PluginName = "ojx" // This should stay lowercase for routing purposes OverviewPath = "overview" BootPipelinesPath = "pipelines/boot" FailedPipelinesPath = "pipelines/failed" HealthPath = "health" SecretsPath = "secrets" BootJobsPath = "jobs/boot" GCPipelineJobsPath = "jobs/gcpipeline" GCPodJobsPath = "jobs/gcpod" GCPreviewJobsPath = "jobs/gcpreview" UpgradeJobsPath = "jobs/upgrades" WorkspacesPath = "workspaces" BootJobNamespace = "jx-git-operator" )
Variables ¶
View Source
var ( // RootBreadcrumb the root breadcrumb for the operator plugin RootBreadcrumb = viewhelpers.ToMarkdownLink("JX OPS", OverviewLink()) // BootPluginContext the context used for boot jobs BootPluginContext = pluginctx.Context{ Namespace: BootJobNamespace, Composite: false, } )
Functions ¶
func JobsLogsViewLink ¶
func JobsViewLink ¶
func OverviewLink ¶
func OverviewLink() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.