show service account status and expiry in ui (#2992)

This commit is contained in:
Prakash Senthil Vel
2023-08-16 23:25:07 +05:30
committed by GitHub
parent a2ba20e12f
commit e7fb205c31
14 changed files with 317 additions and 84 deletions

View File

@@ -4871,7 +4871,19 @@ definitions:
serviceAccounts:
type: array
items:
type: string
type: object
properties:
accountStatus:
type: string
name:
type: string
description:
type: string
expiration:
type: string
accessKey:
type: string
serviceAccountRequest:
type: object
properties: