Skip to content

Commit 451e23e

Browse files
committed
commenting dummy table printer implementation
1 parent bc58d3a commit 451e23e

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)