Computed status of a provisioner job. Jobs could be stuck in a hung state, these states do not guarantee any transition to another state.
| 2995 | |
| 2996 | // Computed status of a provisioner job. Jobs could be stuck in a hung state, these states do not guarantee any transition to another state. |
| 2997 | type ProvisionerJobStatus string |
| 2998 | |
| 2999 | const ( |
| 3000 | ProvisionerJobStatusPending ProvisionerJobStatus = "pending" |
no outgoing calls
no test coverage detected