config

package
v1.6.3 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// InfoSectionColor system info component section text color
	InfoSectionColor = tcell.ColorRoyalBlue
	// InfoTextColor system info component text color
	InfoTextColor = tcell.ColorLightGray
	// LogoTextColor logo text color
	LogoTextColor = tcell.ColorRoyalBlue
	// CrumbsBackgroundColor crumbs background color
	CrumbsBackgroundColor = tcell.ColorRoyalBlue
	// ResourceTableTitleColor resource component title color
	ResourceTableTitleColor = tcell.ColorBlue
	// ResourceTableHeaderColor resource table header text color
	ResourceTableHeaderColor = tcell.ColorLightGray
	// ResourceTableBodyColor resource table body text color
	ResourceTableBodyColor = tcell.ColorBlue
	// ApplicationStartingAndRenderingPhaseColor application Starting and Rendering phase text color
	ApplicationStartingAndRenderingPhaseColor = "[blue::]"
	// ApplicationWorkflowSuspendingPhaseColor application WorkflowSuspending phase text color
	ApplicationWorkflowSuspendingPhaseColor = "[yellow::]"
	// ApplicationWorkflowTerminatedPhaseColor application WorkflowTerminated phase text color
	ApplicationWorkflowTerminatedPhaseColor = "[red::]"
	// ApplicationRunningPhaseColor application Running phase text color
	ApplicationRunningPhaseColor = "[green::]"
	// NamespaceActiveStatusColor is namespace active status text color
	NamespaceActiveStatusColor = "[green::]"
	// NamespaceTerminateStatusColor is namespace terminate status text color
	NamespaceTerminateStatusColor = "[red::]"
	// ObjectHealthyStatusColor is object Healthy status text color
	ObjectHealthyStatusColor = "[green::]"
	// ObjectUnhealthyStatusColor is object Unhealthy status text color
	ObjectUnhealthyStatusColor = "[red::]"
	// ObjectProgressingStatusColor is object Progressing status text color
	ObjectProgressingStatusColor = "[blue::]"
	// ObjectUnKnownStatusColor is object UnKnown status text color
	ObjectUnKnownStatusColor = "[gray::]"
	// PodPendingPhaseColor is pod pending phase text color
	PodPendingPhaseColor = "[yellow::]"
	// PodRunningPhaseColor is pod running phase text color
	PodRunningPhaseColor = "[green::]"
	// PodSucceededPhase is pod succeeded phase text color
	PodSucceededPhase = "[purple::]"
	// PodFailedPhase is pod failed phase text color
	PodFailedPhase = "[red::]"
	// YamlKeyColor is the color of key in highlighted yaml
	YamlKeyColor = "mediumturquoise"
	// YamlColonColor is the color of colon in highlighted yaml
	YamlColonColor = "white"
	// YamlValueColor is the color of value in highlighted yaml
	YamlValueColor = "orangered"
	// ContainerWaitingPhaseColor is container waiting phase text color
	ContainerWaitingPhaseColor = "[yellow::]"
	// ContainerRunningPhaseColor is container running phase text color
	ContainerRunningPhaseColor = "[green::]"
	// ContainerTerminatedPhaseColor is container terminated phase text color
	ContainerTerminatedPhaseColor = "[red::]"
)
View Source
const (
	// HeaderRowNum ui header max row num
	HeaderRowNum = 7
	// FooterRowNum ui footer max row num
	FooterRowNum = 1
	// MenuRowNum menu component max row num
	MenuRowNum = 6
	// LogoColumnNum logo component max column num
	LogoColumnNum = 50
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	RestConfig *rest.Config
}

Config application configs

Jump to

Keyboard shortcuts

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