Skip to content

Add a Benchmark Status

Benedikt Wetzel requested to merge wetzel/spesb:introduce-benchmark-state into master

At the moment, our benchmark CRD does not have a custom status. This MR adds a state called ResourceSet. This state currently has the possible states AVAILABLE and NOT_AVAILABLE. AVAILABLE indicates that all required resources are available.

The Operator/Controller takes only benchmarks with state AVAILABLE.

Edited by Benedikt Wetzel

Merge request reports