From 5a3378192cfcfa7550e45856ffcc5945f2fc221c Mon Sep 17 00:00:00 2001 From: Bryce Palmer Date: Thu, 3 Oct 2024 14:51:05 -0400 Subject: [PATCH] minor grammar fix Co-authored-by: Jordan Keister --- api/core/v1alpha1/clustercatalog_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/core/v1alpha1/clustercatalog_types.go b/api/core/v1alpha1/clustercatalog_types.go index 3a69853f..ecc88403 100644 --- a/api/core/v1alpha1/clustercatalog_types.go +++ b/api/core/v1alpha1/clustercatalog_types.go @@ -112,7 +112,7 @@ type ClusterCatalogStatus struct { // The current set of reasons are: // - "Succeeded", this reason is set on the "Progressing" condition when progressing to a new state is successful. // - "Blocked", this reason is set on the "Progressing" condition when the ClusterCatalog controller has encountered an error that requires manual intervention for recovery. - // - "Retrying", this reason is set on the "Progressing" condition when the ClusterCatalog controller has encountered an error that could be resolved on subsequent reconciliation attempts. + // - "Retrying", this reason is set on the "Progressing" condition when the ClusterCatalog controller has encountered an error that might be resolvable on subsequent reconciliation attempts. // - "Available", this reason is set on the "Serving" condition when the contents of the ClusterCatalog are being served via an endpoint on the HTTP(S) web server. // - "Unavailable", this reason is set on the "Serving" condition when there is not an endpoint on the HTTP(S) web server that is serving the contents of the ClusterCatalog. //