diff --git a/pkg/registry/proxyserver/licensestatus/table.go b/pkg/registry/proxyserver/licensestatus/table.go index 78c6f29e..2bd87078 100644 --- a/pkg/registry/proxyserver/licensestatus/table.go +++ b/pkg/registry/proxyserver/licensestatus/table.go @@ -121,8 +121,8 @@ func (c defaultTableConvertor) ConvertToTable(ctx context.Context, object runtim {Name: "Product", Type: "string", Description: ""}, {Name: "Requester", Type: "string", Description: ""}, {Name: "Contract", Type: "string", Description: ""}, - {Name: "Valid For", Type: "string", Description: ""}, - {Name: "Refreshes In", Type: "string", Description: ""}, + {Name: "Valid", Type: "string", Description: ""}, + {Name: "Rotates", Type: "string", Description: ""}, } } return &table, nil