feat: add credentials management

Signed-off-by: allanice001 <allanice001@gmail.com>
This commit is contained in:
allanice001
2025-11-09 21:46:31 +00:00
parent 56ea963b47
commit bc72df3c9a
43 changed files with 4671 additions and 15 deletions

View File

@@ -40,6 +40,7 @@ func NewRuntime() *Runtime {
&models.Annotation{},
&models.NodePool{},
&models.Cluster{},
&models.Credential{},
)
if err != nil {