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