Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Health ¶
type Health struct {
Healthiness map[string]ProcessHealth `json:"statuses"`
ProcessPlans map[string]MmsDirectorStatus `json:"mmsStatus"`
}
type MmsDirectorStatus ¶
type MmsDirectorStatus struct {
Name string `json:"name"`
LastGoalStateClusterConfigVersion int64 `json:"lastGoalVersionAchieved"`
Plans []*PlanStatus `json:"plans"`
}
type MoveStatus ¶
type MoveStatus struct {
Move string `json:"move"`
Steps []*StepStatus `json:"steps"`
}
type PlanStatus ¶
type PlanStatus struct {
Moves []*MoveStatus `json:"moves"`
Started *time.Time `json:"started"`
Completed *time.Time `json:"completed"`
}
type ProcessHealth ¶
Click to show internal directories.
Click to hide internal directories.