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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user