Documentation
¶
Overview ¶
Package dashboard provides utility functions to config Open Data Hub Dashboard: A web dashboard that displays installed Open Data Hub components with easy access to component UIs and documentation
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ComponentName = "dashboard" ComponentNameSupported = "rhods-dashboard" Path = deploy.DefaultManifestPath + "/" + ComponentName + "/base" PathSupported = deploy.DefaultManifestPath + "/" + ComponentName + "/overlays/rhods" PathISVSM = deploy.DefaultManifestPath + "/" + ComponentName + "/apps/apps-onprem" PathISVAddOn = deploy.DefaultManifestPath + "/" + ComponentName + "/apps/apps-addon" PathOVMS = deploy.DefaultManifestPath + "/" + ComponentName + "/modelserving" PathODHDashboardConfig = deploy.DefaultManifestPath + "/" + ComponentName + "/odhdashboardconfig" PathConsoleLink = deploy.DefaultManifestPath + "/" + ComponentName + "/consolelink" PathCRDs = deploy.DefaultManifestPath + "/" + ComponentName + "/crd" NameConsoleLink = "console" NamespaceConsoleLink = "openshift-console" PathAnaconda = deploy.DefaultManifestPath + "/partners/anaconda/base/" )
Functions ¶
This section is empty.
Types ¶
type Dashboard ¶
type Dashboard struct {
components.Component `json:""`
}
func (*Dashboard) DeepCopyInto ¶
func (*Dashboard) GetComponentName ¶
func (*Dashboard) OverrideManifests ¶ added in v2.2.0
func (*Dashboard) ReconcileComponent ¶
Click to show internal directories.
Click to hide internal directories.