Skip to content

Commit eb96f92

Browse files
More comments
1 parent 9e698fa commit eb96f92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/v1beta1/v1beta2_condition_consts.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,10 @@ const (
248248
// this ClusterClass.
249249
ClusterClassVariablesReadyV1Beta2Condition = "VariablesReady"
250250

251-
// ClusterClassVariablesRefVersionsUpToDateV1Beta2Condition documents if the references in the ClusterClass are
251+
// ClusterClassRefVersionsUpToDateV1Beta2Condition documents if the references in the ClusterClass are
252252
// up-to-date (i.e. they are using the latest apiVersion of the current Cluster API contract from
253253
// the corresponding CRD).
254-
ClusterClassVariablesRefVersionsUpToDateV1Beta2Condition = "RefVersionsUpToDate"
254+
ClusterClassRefVersionsUpToDateV1Beta2Condition = "RefVersionsUpToDate"
255255

256256
// ClusterClassPausedV1Beta2Condition is true if this ClusterClass is paused.
257257
ClusterClassPausedV1Beta2Condition = PausedV1Beta2Condition

0 commit comments

Comments
 (0)