From b23beca2e48bb250c45eccfa28b9d3a6bf0b3320 Mon Sep 17 00:00:00 2001 From: Scaleway Bot Date: Mon, 4 Jan 2021 13:47:09 +0100 Subject: [PATCH] feat(lb): add CreatedAt and UpdatedAt for certificate list (#1630) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Rémy Léone --- internal/namespaces/lb/v1/lb_cli.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/internal/namespaces/lb/v1/lb_cli.go b/internal/namespaces/lb/v1/lb_cli.go index 8388f4e336..1bd81aa189 100644 --- a/internal/namespaces/lb/v1/lb_cli.go +++ b/internal/namespaces/lb/v1/lb_cli.go @@ -1951,6 +1951,12 @@ func lbCertificateList() *core.Command { { FieldName: "Fingerprint", }, + { + FieldName: "CreatedAt", + }, + { + FieldName: "UpdatedAt", + }, }}, } }