conditions | []Condition | Exclusive set: InProgress, Succeeded, Failed. Independent (additive): ValidationFailed — aggregates Job validation failures; set True alongside Failed whenever any Job failed performance threshold validation, even when hardware failures determine the Failed reason. When the threshold miss is the only cause, Failed carries reason JobValidationFailed |
namespace | string | Resolved namespace where Jobs and dependencies are created |
succeededNodesRef | TypedLocalObjectReference | ConfigMap reference for the succeeded-nodes list |
failedNodesRef | TypedLocalObjectReference | ConfigMap reference for the failed-nodes list |
orchestration.completedIterations | int | Number of fully completed iterations |
orchestration.currentIteration | int | The iteration currently in progress (1-based) |
orchestration.totalNodes | int | Total nodes discovered from the target |
orchestration.nodesPerJob | int | Nodes per job (auto-detected from workload template) |
orchestration.detectedGPUArchitecture | string | Detected GPU architecture (e.g. gb200) |
orchestration.detectedPlatform | string | Detected cloud platform (e.g. aws) |
orchestration.appliedOverrides | []AppliedOverride | Which spec overrides matched and were applied |
orchestration.groups | []GroupStatus | Per-group job status for the current iteration |