mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
fix: typo err for GetConditions comment (#23807)
Signed-off-by: warjiang <1096409085@qq.com>
This commit is contained in:
@@ -3357,7 +3357,7 @@ func findConditionIndexByType(conditions []ApplicationCondition, t ApplicationCo
|
||||
return -1
|
||||
}
|
||||
|
||||
// GetErrorConditions returns list of application error conditions
|
||||
// GetConditions returns list of application error conditions
|
||||
func (status *ApplicationStatus) GetConditions(conditionTypes map[ApplicationConditionType]bool) []ApplicationCondition {
|
||||
result := make([]ApplicationCondition, 0)
|
||||
for i := range status.Conditions {
|
||||
|
||||
Reference in New Issue
Block a user