File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -248,10 +248,10 @@ const (
248
248
// this ClusterClass.
249
249
ClusterClassVariablesReadyV1Beta2Condition = "VariablesReady"
250
250
251
- // ClusterClassVariablesRefVersionsUpToDateV1Beta2Condition documents if the references in the ClusterClass are
251
+ // ClusterClassRefVersionsUpToDateV1Beta2Condition documents if the references in the ClusterClass are
252
252
// up-to-date (i.e. they are using the latest apiVersion of the current Cluster API contract from
253
253
// the corresponding CRD).
254
- ClusterClassVariablesRefVersionsUpToDateV1Beta2Condition = "RefVersionsUpToDate"
254
+ ClusterClassRefVersionsUpToDateV1Beta2Condition = "RefVersionsUpToDate"
255
255
256
256
// ClusterClassPausedV1Beta2Condition is true if this ClusterClass is paused.
257
257
ClusterClassPausedV1Beta2Condition = PausedV1Beta2Condition
You can’t perform that action at this time.
0 commit comments