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 ¶
- Variables
- type Dashboard
- func (in *Dashboard) DeepCopyInto(out *Dashboard)
- func (d *Dashboard) GetComponentDevFlags() components.DevFlags
- func (d *Dashboard) GetComponentName() string
- func (d *Dashboard) OverrideManifests(platform string) error
- func (d *Dashboard) ReconcileComponent(cli client.Client, owner metav1.Object, dscispec *dsci.DSCInitializationSpec) error
- func (d *Dashboard) SetImageParamsMap(imageMap map[string]string) map[string]string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ComponentName = "odh-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) GetComponentDevFlags ¶ added in v2.2.0
func (d *Dashboard) GetComponentDevFlags() components.DevFlags
func (*Dashboard) GetComponentName ¶
func (*Dashboard) OverrideManifests ¶ added in v2.2.0
func (*Dashboard) ReconcileComponent ¶
Click to show internal directories.
Click to hide internal directories.