Enum V1NeonNodeTask.Phase
Enumerates the possible status of a V1NeonNodeTask.
Namespace: Neon.Kube.Resources.Cluster
Assembly: Neon.Kube.Resources.dll
Syntax
public enum V1NeonNodeTask.Phase
Fields
Name | Description |
---|---|
Failed | The task executed but failed with a non-zero exit code. |
New | The task has been newly submitted. neon-node-agent will set this to Pending when it sees the task for the first time. |
Orphaned | The task started executing on one neon-node-agent pod which crashed or was otherwise terminated and a newly scheduled pod detected this sutuation. |
Pending | The task is waiting to be executed by the neon-node-agent. |
Running | The task is currently running. |
Success | The task executed successfully with a zero exit code. |
Tardy | The task did not execute before its StartBeforeTimestamp property. |
Timeout | The task timed out while executing. |