dashboard

package
v2.19.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 9, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

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 +groupName=datasciencecluster.opendatahub.io

Index

Constants

This section is empty.

Variables

View Source
var (
	ComponentNameUpstream = "dashboard"
	PathUpstream          = deploy.DefaultManifestPath + "/" + ComponentNameUpstream + "/odh"

	ComponentNameDownstream = "rhods-dashboard"
	PathDownstream          = deploy.DefaultManifestPath + "/" + ComponentNameUpstream + "/rhoai"
	PathSelfDownstream      = PathDownstream + "/onprem"
	PathManagedDownstream   = PathDownstream + "/addon"
	OverridePath            = ""
	DefaultPath             = ""
)

Functions

This section is empty.

Types

type Dashboard

type Dashboard struct {
	components.Component `json:""`
}

Dashboard struct holds the configuration for the Dashboard component. +kubebuilder:object:generate=true

func (*Dashboard) DeepCopy added in v2.7.0

func (in *Dashboard) DeepCopy() *Dashboard

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Dashboard.

func (*Dashboard) DeepCopyInto

func (in *Dashboard) DeepCopyInto(out *Dashboard)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Dashboard) GetComponentName

func (d *Dashboard) GetComponentName() string

func (*Dashboard) Init added in v2.19.0

func (d *Dashboard) Init(ctx context.Context, platform cluster.Platform) error

func (*Dashboard) OverrideManifests added in v2.2.0

func (d *Dashboard) OverrideManifests(ctx context.Context, platform cluster.Platform) error

func (*Dashboard) ReconcileComponent

func (d *Dashboard) ReconcileComponent(ctx context.Context,
	cli client.Client,
	l logr.Logger,
	owner metav1.Object,
	dscispec *dsciv1.DSCInitializationSpec,
	platform cluster.Platform,
	currentComponentExist bool,
) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL