Skip to content

Commit c9ad832

Browse files
authored
fix(k8s): change field name for Kosmos rpc message (#1693)
1 parent e329721 commit c9ad832

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

api/k8s/v1/k8s_sdk.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,13 +740,15 @@ type ExternalNode struct {
740740

741741
ClusterURL string `json:"cluster_url"`
742742

743-
ClusterVersion string `json:"cluster_version"`
743+
PoolVersion string `json:"pool_version"`
744744

745745
ClusterCa string `json:"cluster_ca"`
746746

747747
KubeToken string `json:"kube_token"`
748748

749749
KubeletConfig string `json:"kubelet_config"`
750+
751+
ExternalIP string `json:"external_ip"`
750752
}
751753

752754
// ListClusterAvailableVersionsResponse: list cluster available versions response.

0 commit comments

Comments
 (0)