Add TODO on GKE to pass caData into the object

Signed-off-by: Aldira Putra Raharja <dira.thea@gmail.com>
This commit is contained in:
Aldira Putra Raharja
2021-10-20 09:56:15 +07:00
parent 3e9ce7e952
commit edf89c179e
@@ -49,6 +49,7 @@ export class GkeClusterLocator implements KubernetesClustersSupplier {
);
}
// TODO pass caData into the object
async getClusters(): Promise<GKEClusterDetails[]> {
const { projectId, region, skipTLSVerify } = this.options;
const request = {