The current conditions
field looks like the following:
type ResourceCondition struct {
Condition ResourceConditionType `json:"condition,omitempty"`
Status metav1.ConditionStatus `json:"status,omitempty"`
Action ReconcileAction `json:"action,omitempty"`
}
If we use Kubernetes-format Conditions, we can carry some textual information through the message
and reason
fields that can help improve the usability of Function Mesh