Skip to content

Commit

Permalink
chore: rename func
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-ibra committed Nov 19, 2024
1 parent 351a685 commit c6a8917
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 @@ -16,8 +16,8 @@ func (h *V1Client) EnableClusterHybridSettings(uid string) error {
return err
}

// PutHybridConfig updates the hybrid config with UID configUID for a cluster.
func (h *V1Client) PutHybridConfig(configUID string, hybridConfig *models.V1AwsCloudHybridConfigEntity) error {
// PutAwsHybridConfig updates the AWS hybrid config for a cluster.
func (h *V1Client) PutAwsHybridConfig(configUID string, hybridConfig *models.V1AwsCloudHybridConfigEntity) error {
params := clientv1.NewV1AwsCloudConfigsUIDHybridConfigParamsWithContext(h.ctx).
WithBody(hybridConfig).
WithConfigUID(configUID)
Expand Down

0 comments on commit c6a8917

Please sign in to comment.