fix(v1alpha1): correct struct tag typo in RepositoryStatus (#6575)
Signed-off-by: Yash Raj <kyashraj991@gmail.com> A
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user