Skip to content

Commit

Permalink
refactor: remove Hadoop docs and datasources (#410)
Browse files Browse the repository at this point in the history
* docs(hadoop): drop `hadoop_image.md`, `hadoops.md`

* remove(hadoop): drop `hadoops_data_source.go`, `hadoops_data_source_test.go`

* remove(hadoop): drop data source hadoops in provider
  • Loading branch information
jungchanSon authored Feb 5, 2024
1 parent d3a9ffd commit 40acf05
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 480 deletions.
47 changes: 0 additions & 47 deletions docs/data-sources/hadoop_image.md

This file was deleted.

57 changes: 0 additions & 57 deletions docs/data-sources/hadoops.md

This file was deleted.

1 change: 0 additions & 1 deletion internal/provider/fwprovider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ func (p *fwprovider) DataSources(ctx context.Context) []func() datasource.DataSo
dataSources = append(dataSources, mongodb.NewMongoDbProductsDataSource)
dataSources = append(dataSources, mongodb.NewMongoDbImageProductsDataSource)
dataSources = append(dataSources, hadoop.NewHadoopDataSource)
dataSources = append(dataSources, hadoop.NewHadoopsDataSource)
dataSources = append(dataSources, hadoop.NewHadoopAddOnDataSource)
dataSources = append(dataSources, hadoop.NewHadoopBucketDataSource)
dataSources = append(dataSources, hadoop.NewHadoopImagesDataSource)
Expand Down
272 changes: 0 additions & 272 deletions internal/service/hadoop/hadoops_data_source.go

This file was deleted.

Loading

0 comments on commit 40acf05

Please sign in to comment.