Skip to content

Commit

Permalink
fix(platform): more info when get cluster (#1690)
Browse files Browse the repository at this point in the history
  • Loading branch information
leoryu authored Dec 1, 2021
1 parent b13686b commit 784381b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/platform/registry/cluster/storage/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ func NewStorage(optsGetter genericregistry.RESTOptionsGetter, platformClient pla

TableConvertor: printerstorage.TableConvertor{TableGenerator: printers.NewTableGenerator().With(AddHandlers)},
}
store.TableConvertor = rest.NewDefaultTableConvertor(store.DefaultQualifiedResource)
options := &genericregistry.StoreOptions{
RESTOptions: optsGetter,
AttrFunc: clusterstrategy.GetAttrs,
Expand Down

0 comments on commit 784381b

Please sign in to comment.