Skip to content

Commit

Permalink
removed unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
SivaanandM committed Jul 1, 2024
1 parent e7b3db9 commit 4ba8c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/cluster_gke.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func (h *V1Client) GetCloudConfigGke(configUID string) (*models.V1GcpCloudConfig
return success.Payload, nil
}

func (h *V1Client) CreateMachinePoolGke(cloudConfigId, ClusterContext string, machinePool *models.V1GcpMachinePoolConfigEntity) error {
func (h *V1Client) CreateMachinePoolGke(cloudConfigId string, machinePool *models.V1GcpMachinePoolConfigEntity) error {
params := clientV1.NewV1CloudConfigsGkeMachinePoolCreateParamsWithContext(h.ctx).WithConfigUID(cloudConfigId).WithBody(machinePool)
_, err := h.Client.V1CloudConfigsGkeMachinePoolCreate(params)
return err
Expand Down

0 comments on commit 4ba8c39

Please sign in to comment.