fix: print column

Signed-off-by: Ivan Josipovic <9521987+IvanJosipovic@users.noreply.github.com>
This commit is contained in:
Ivan Josipovic 2024-04-19 09:49:49 -07:00 committed by GitHub
parent 0f3c081b1c
commit e947a38bee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ func (in ImageRepository) GetTimeout() time.Duration {
// +kubebuilder:object:root=true
// +kubebuilder:subresource:status
// +kubebuilder:printcolumn:name="Last scan",type=string,JSONPath=`.status.lastScanResult.scanTime`
// +kubebuilder:printcolumn:name="Tags",type=string,JSONPath=`.status.lastScanResult.tagCount`
// +kubebuilder:printcolumn:name="Tags",type=integer,JSONPath=`.status.lastScanResult.tagCount`
// ImageRepository is the Schema for the imagerepositories API
type ImageRepository struct {