feat: add org_key and org_secret to payload on bastion

Signed-off-by: allanice001 <allanice001@gmail.com>
This commit is contained in:
allanice001
2025-12-12 00:20:27 +00:00
parent de3740e974
commit 7bef4ef6f1
2 changed files with 70 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ type ClusterResponse struct {
DockerImage string `json:"docker_image"`
DockerTag string `json:"docker_tag"`
Kubeconfig *string `json:"kubeconfig,omitempty"`
OrgKey *string `json:"org_key,omitempty"`
OrgSecret *string `json:"org_secret,omitempty"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
}