fix(v1alpha1): correct struct tag typo in RepositoryStatus (#6575)

Signed-off-by: Yash Raj <kyashraj991@gmail.com>

A
This commit is contained in:
Yash
2025-09-18 13:45:28 +05:30
committed by GitHub
parent 405d0e3896
commit 870816047f

View File

@@ -294,7 +294,7 @@ type RepositorySpec struct {
type RepositoryStatus struct { type RepositoryStatus struct {
// +optional // +optional
LastSyncTime *metav1.Time `json:"lastSyncTime,omitempty'"` LastSyncTime *metav1.Time `json:"lastSyncTime,omitempty"`
} }
// +kubebuilder:object:root=true // +kubebuilder:object:root=true