Skip to content

Commit

Permalink
feat(lb): add CreatedAt and UpdatedAt for certificate list (#1630)
Browse files Browse the repository at this point in the history
Co-authored-by: Rémy Léone <[email protected]>
  • Loading branch information
scaleway-bot and remyleone authored Jan 4, 2021
1 parent 8b80ae0 commit b23beca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions internal/namespaces/lb/v1/lb_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -1951,6 +1951,12 @@ func lbCertificateList() *core.Command {
{
FieldName: "Fingerprint",
},
{
FieldName: "CreatedAt",
},
{
FieldName: "UpdatedAt",
},
}},
}
}
Expand Down

0 comments on commit b23beca

Please sign in to comment.