Skip to content

Missing Kubernetes Cluster Encryption Information in IBM Cloud Go SDK #486

@AmitOttenheimer

Description

@AmitOttenheimer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions