Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DependencyStatus ¶ added in v0.3.0
type DependencyStatus struct {
Name string
Condition string
State dag.DisplayState
Satisfied bool
}
DependencyStatus is one dependency/dependent entry rendered in the Deps tab.
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model is the root Bubble Tea model.
type Row ¶ added in v0.2.0
type Row struct {
Kind RowKind
Label string
ProjectName string
ConfigFiles []string
Graph *dag.Graph
Node *dag.Node
Standalone *discover.Standalone
ContainerID string
// contains filtered or unexported fields
}
Row is one line in the unified navigation order.
type RowKind ¶ added in v0.2.0
type RowKind int
RowKind identifies a navigable or decorative row in the view.
type ServiceInspector ¶ added in v0.3.0
type ServiceInspector struct {
Name string
Project string
DisplayState dag.DisplayState
StateLabel string
ExitCode *int
Image string
Ports []string
CreatedAgo string
ContainerID string
WaitingOn []DependencyStatus
Dependencies []DependencyStatus
Dependents []DependencyStatus
}
ServiceInspector is a normalized, render-ready view of one service, shared by the Deps tab and the doctor/graph tabs' edge-condition lookups.
Click to show internal directories.
Click to hide internal directories.