From 870816047fbcdcd91fcdea6c367a34af4c3ea529 Mon Sep 17 00:00:00 2001 From: Yash <133521290+Yashxp1@users.noreply.github.com> Date: Thu, 18 Sep 2025 13:45:28 +0530 Subject: [PATCH] fix(v1alpha1): correct struct tag typo in RepositoryStatus (#6575) Signed-off-by: Yash Raj A --- staging/src/kubesphere.io/api/core/v1alpha1/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/kubesphere.io/api/core/v1alpha1/types.go b/staging/src/kubesphere.io/api/core/v1alpha1/types.go index 59e889f18..54c51af92 100644 --- a/staging/src/kubesphere.io/api/core/v1alpha1/types.go +++ b/staging/src/kubesphere.io/api/core/v1alpha1/types.go @@ -294,7 +294,7 @@ type RepositorySpec struct { type RepositoryStatus struct { // +optional - LastSyncTime *metav1.Time `json:"lastSyncTime,omitempty'"` + LastSyncTime *metav1.Time `json:"lastSyncTime,omitempty"` } // +kubebuilder:object:root=true