diff --git a/api/v1alpha1/backupconfiguration_types.go b/api/v1alpha1/backupconfiguration_types.go index af85281..b460607 100644 --- a/api/v1alpha1/backupconfiguration_types.go +++ b/api/v1alpha1/backupconfiguration_types.go @@ -96,6 +96,8 @@ type BackupConfigurationStatus struct { // +kubebuilder:object:root=true // +kubebuilder:resource:shortName="bc" // +kubebuilder:subresource:status +// +kubebuilder:printcolumn:name="Suspended",type=boolean,JSONPath=`.spec.suspend` +// +kubebuilder:printcolumn:name="Schedule",type=string,JSONPath=`.spec.schedule` type BackupConfiguration struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"`