Skip to content

Commit

Permalink
minor grammar fix
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Keister <jordan@nimblewidget.com>
  • Loading branch information
everettraven and grokspawn authored Oct 3, 2024
1 parent 69e1797 commit 5a33781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/core/v1alpha1/clustercatalog_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down

0 comments on commit 5a33781

Please sign in to comment.