mirror of
https://github.com/kubevela/kubevela.git
synced 2026-07-28 18:01:24 +00:00
ConditionedStatus.GetCondition returns a value-typed Condition, not a pointer, so it can never return nil. On a missing ConditionType it returns a Condition of that type with status Unknown. Update the doc comment, which still described the old crossplane-runtime pointer contract, to match the actual behavior. Signed-off-by: Anas Khan <83116240+anxkhn@users.noreply.github.com>