| 43 | ) |
| 44 | |
| 45 | type statusWaiter struct { |
| 46 | client dynamic.Interface |
| 47 | restMapper meta.RESTMapper |
| 48 | ctx context.Context |
| 49 | watchUntilReadyCtx context.Context |
| 50 | waitCtx context.Context |
| 51 | waitWithJobsCtx context.Context |
| 52 | waitForDeleteCtx context.Context |
| 53 | readers []engine.StatusReader |
| 54 | logging.LogHolder |
| 55 | } |
| 56 | |
| 57 | // DefaultStatusWatcherTimeout is the timeout used by the status waiter when a |
| 58 | // zero timeout is provided. This prevents callers from accidentally passing a |
nothing calls this directly
no outgoing calls
no test coverage detected