dashboard

package
v2.34.0 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2025 License: Apache-2.0 Imports: 47 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ComponentName = componentApi.DashboardComponentName

	ReadyConditionType = componentApi.DashboardKind + status.ReadySuffix

	LegacyComponentNameUpstream   = "dashboard"
	LegacyComponentNameDownstream = "rhods-dashboard"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type DashboardHardwareProfile added in v2.32.0

type DashboardHardwareProfile struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              DashboardHardwareProfileSpec `json:"spec"`
}

type DashboardHardwareProfileList added in v2.32.0

type DashboardHardwareProfileList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []DashboardHardwareProfile `json:"items"`
}

type DashboardHardwareProfileSpec added in v2.32.0

type DashboardHardwareProfileSpec struct {
	DisplayName  string                        `json:"displayName"`
	Enabled      bool                          `json:"enabled"`
	Description  string                        `json:"description,omitempty"`
	Tolerations  []corev1.Toleration           `json:"tolerations,omitempty"`
	Identifiers  []infraAPI.HardwareIdentifier `json:"identifiers,omitempty"`
	NodeSelector map[string]string             `json:"nodeSelector,omitempty"`
}

Jump to

Keyboard shortcuts

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