ObjectiveResult
ObjectiveResult
An ObjectiveResult
is the result of comparing an Objective with an Indicator.
Structure
apiVersion: reliablyhq.com/v1
kind: ObjectiveResult
metadata:
labels: {}
relatedTo: {}
spec:
indicatorSelector: {}
objectivePercent: <number>
actualPercent: <number>
remainingPercent: <number>
Properties
key | description |
---|---|
apiVersion | see APIVersion |
kind | see Kind |
metadata | see metadata |
spec | see spec |
spec.indicatorSelector | The criteria that defines the indicators this result relates to. See spec for more info. |
spec.objectivePercent | The percentage defined by the objective that this result is generated from. |
spec.actualPercent | The percentage defined by the indicator that this result is generated from. |
spec.remainingPercent | The result of spec.actualPercent - spec.objectivePercent . |