Hi,
I’m currently using the IBM Cloud Go SDK to retrieve details about my Kubernetes clusters. However, I’ve noticed that encryption information (cluster encryption settings) is not available in the SDK response.
When using the IBM Cloud CLI, the same information is returned correctly via the following command:
**
ibmcloud ks cluster get --cluster <cluster_id> --json
**
This command includes encryption field ("keyManagementService"), but these field do not appear when retrieving cluster details using the Go SDK (the containerv2.ClusterInfo struct).
Additionally we saw that there are 3 more fields that doesnt exist in the go sdk struct:
outboundTrafficProtection
secureByDefault
caCertRotationStatus