Skip to content

Commit 03d34e8

Browse files
authored
Merge pull request #46 from yue9944882/bugfix/remove-dummy-table-printer
Bugfix: Commenting dummy table printer implementation
2 parents bc58d3a + 451e23e commit 03d34e8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pkg/experimental/storage/filepath/jsonfile_rest.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ func (w *jsonWatch) ResultChan() <-chan watch.Event {
416416
return w.ch
417417
}
418418

419-
func (f *filepathREST) ConvertToTable(ctx context.Context, object runtime.Object, tableOptions runtime.Object) (*metav1.Table, error) {
420-
return &metav1.Table{}, nil
421-
}
419+
// TODO: implement custom table printer optionally
420+
// func (f *filepathREST) ConvertToTable(ctx context.Context, object runtime.Object, tableOptions runtime.Object) (*metav1.Table, error) {
421+
// return &metav1.Table{}, nil
422+
// }

0 commit comments

Comments
 (0)