diff --git a/client/hybrid.go b/client/hybrid.go index fcb4f094..b48533ac 100644 --- a/client/hybrid.go +++ b/client/hybrid.go @@ -26,8 +26,8 @@ func (h *V1Client) PutAwsHybridConfig(configUID string, hybridConfig *models.V1A return err } -// GetAwsHybridMachinePools returns the specified AWS Cluster's Edge-Native machine pool configuration -func (h *V1Client) GetAwsHybridMachinePools(configUID, machinePoolName string) (*models.V1HybridEdgeNativeMachinePoolConfig, error) { +// GetAwsHybridMachinePool returns the specified AWS Cluster's Edge-Native machine pool configuration +func (h *V1Client) GetAwsHybridMachinePool(configUID, machinePoolName string) (*models.V1HybridEdgeNativeMachinePoolConfig, error) { params := clientv1.NewV1AwsCloudConfigsEdgeNativeMachinePoolGetParamsWithContext(h.ctx). WithConfigUID(configUID). WithMachinePoolName(machinePoolName)