Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
nithyatsu committed Jan 24, 2025
1 parent 5bad52e commit afa6423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/clients/clients.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ type ApplicationsManagementClient interface {
// DeleteResourceType deletes a resource type in the configured scope.
DeleteResourceType(ctx context.Context, planeName string, providerNamespace string, resourceTypeName string) (bool, error)

// ListResourceTypesNames lists the names of all resource types in the configured scope.
// ListAllResourceTypesNames lists the names of all resource types in the configured scope.
ListAllResourceTypesNames(ctx context.Context, planeName string) ([]string, error)

// CreateOrUpdateAPIVersion creates or updates an API version in the configured scope.
Expand Down

0 comments on commit afa6423

Please sign in to comment.