MCPcopy Create free account
hub / github.com/coderanger/migrations-operator / ReadyArgs

Struct ReadyArgs

http/ready.go:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35type ReadyArgs struct {
36 TargetImage string `json:"targetImage"`
37 MigratorNamespace string `json:"migratorNamespace"`
38 MigratorName string `json:"migratorName"`
39}
40
41func (h *readyHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
42 ready, err := h.handle(w, r)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected