Fixed printcolumn

This commit is contained in:
jandre 2021-04-27 21:43:24 +02:00
parent ea03e9af62
commit 191207e901

View File

@ -45,7 +45,7 @@ type BackupSessionStatus struct {
// +kubebuilder:object:root=true
// +kubebuilder:resource:shortName="bs"
// +kubebuilder:subresource:status
// +kubebuilder:printcolumn:name="Ref",type=string,JSONPath=`.spec.ref.name`
// +kubebuilder:printcolumn:name="Ref",type=string,JSONPath=`.spec.ref`
// +kubebuilder:printcolumn:name="State",type=string,JSONPath=`.status.state`
// +kubebuilder:printcolumn:name="Started",type=string,format=date-time,JSONPath=`.status.startTime`
// +kubebuilder:printcolumn:name="Keep",type=string,JSONPath=`.status.keep`