Skip to content

Commit

Permalink
Make HorizonMemcachedReadyCondition format more consistent
Browse files Browse the repository at this point in the history
Most of the conditions have <Service Name><Component>Ready format.
  • Loading branch information
kajinamit committed Jul 4, 2023
1 parent 956965e commit 5026d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1beta1/conditions.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
// Horizon Condition Types used by API objects.
const (
// HorizonMemcachedReadyCondition - Indicates the Horizon memcached service is ready to be consumed by Horizon
HorizonMemcachedReadyCondition condition.Type = "HorizonMemcached"
HorizonMemcachedReadyCondition condition.Type = "HorizonMemcachedReady"
)

// Horizon Messages used by API objects.
Expand Down

0 comments on commit 5026d64

Please sign in to comment.