From 6f9962a6c0c794518fecc26739f4ebc8979a249e Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Mon, 4 Sep 2023 12:03:29 -0700 Subject: [PATCH] Update license status column headers Signed-off-by: Tamal Saha --- pkg/registry/proxyserver/licensestatus/table.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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