Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-ibra committed Dec 6, 2024
1 parent e6fc295 commit cc11ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/hybrid.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cc11ad8

Please sign in to comment.