feat: add kubeconfig to payload if available

Signed-off-by: allanice001 <allanice001@gmail.com>
This commit is contained in:
allanice001
2025-12-11 13:08:39 +00:00
parent 5377e521e9
commit 21dd26503f
3 changed files with 47 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ type ClusterResponse struct {
NodePools []NodePoolResponse `json:"node_pools,omitempty"`
DockerImage string `json:"docker_image"`
DockerTag string `json:"docker_tag"`
Kubeconfig *string `json:"kubeconfig,omitempty"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
}