Documentation
¶
Index ¶
Constants ¶
View Source
const ( ACTIVE = "active" DISABLED = "disable" STANDBY = "standby" DEGRADED = "degraded" QUEUE = "queue" RUNNING = "running" DONE = "done" DOWN = "down" UP = "up" FAILED = "failed" DeploymentType = "deployment" StatefulsetType = "statefulset" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerRequest ¶
type ControllerRequest struct { RequestData SwitchoverAnnotation string `json:"switchoverAnnotation,omitempty"` Status SwitchoverState `json:"status"` EventType watch.EventType `json:"eventType"` Object map[string]interface{} `json:"object"` }
type ControllerResponse ¶
type ControllerResponse struct {
SwitchoverState
}
type HealthRequest ¶
type HealthResponse ¶
type ModeDataUpdate ¶
type RequestData ¶
type StatusResponse ¶
type SwitchoverState ¶
Click to show internal directories.
Click to hide internal directories.