Skip to content

Commit

Permalink
Remove verificationStatus column from Snapshot (#98)
Browse files Browse the repository at this point in the history
Signed-off-by: Md. Ishtiaq Islam <ishtiaq@appscode.com>
  • Loading branch information
ishtiaqhimel committed Jan 22, 2024
1 parent 70eeee2 commit dfea43c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion apis/storage/v1alpha1/snapshot_types.go
Expand Up @@ -43,7 +43,6 @@ const (
// +kubebuilder:printcolumn:name="Snapshot-Time",type="string",JSONPath=".status.snapshotTime"
// +kubebuilder:printcolumn:name="Deletion-Policy",type="string",JSONPath=".spec.deletionPolicy"
// +kubebuilder:printcolumn:name="Phase",type="string",JSONPath=".status.phase"
// +kubebuilder:printcolumn:name="Verification-Status",type="string",JSONPath=".status.verificationStatus"
// +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp"

// Snapshot represents the state of a backup run to a particular Repository.
Expand Down
3 changes: 0 additions & 3 deletions crds/storage.kubestash.com_snapshots.yaml
Expand Up @@ -33,9 +33,6 @@ spec:
- jsonPath: .status.phase
name: Phase
type: string
- jsonPath: .status.verificationStatus
name: Verification-Status
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
Expand Down

0 comments on commit dfea43c

Please sign in to comment.