Skip to content

Commit

Permalink
Remove Cloud Providers related docs (#5279)
Browse files Browse the repository at this point in the history
Signed-off-by: khanhtc1202 <[email protected]>
  • Loading branch information
khanhtc1202 authored Oct 11, 2024
1 parent 45e18f7 commit 7da4bd5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 278 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ spec:
| repositories | [][Repository](#gitrepository) | List of Git repositories this piped will handle. | No |
| chartRepositories | [][ChartRepository](#chartrepository) | List of Helm chart repositories that should be added while starting up. | No |
| chartRegistries | [][ChartRegistry](#chartregistry) | List of helm chart registries that should be logged in while starting up. | No |
| cloudProviders | [][CloudProvider](#cloudprovider) | List of cloud providers can be used by this piped. This field is deprecated, use `platformProviders` instead. | No |
| platformProviders | [][PlatformProvider](#platformprovider) | List of platform providers can be used by this piped. | No |
| analysisProviders | [][AnalysisProvider](#analysisprovider) | List of analysis providers can be used by this piped. | No |
| eventWatcher | [EventWatcher](#eventwatcher) | Optional Event watcher settings. | No |
Expand Down Expand Up @@ -81,10 +80,6 @@ spec:
| username | string | Username used for the registry authentication. | No |
| password | string | Password used for the registry authentication. | No |

## CloudProvider

This field is deprecated, please use [PlatformProvider](#platformprovider) instead.

## PlatformProvider

| Field | Type | Description | Required |
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ spec:
| repositories | [][Repository](#gitrepository) | List of Git repositories this piped will handle. | No |
| chartRepositories | [][ChartRepository](#chartrepository) | List of Helm chart repositories that should be added while starting up. | No |
| chartRegistries | [][ChartRegistry](#chartregistry) | List of helm chart registries that should be logged in while starting up. | No |
| cloudProviders | [][CloudProvider](#cloudprovider) | List of cloud providers can be used by this piped. This field is deprecated, use `platformProviders` instead. | No |
| platformProviders | [][PlatformProvider](#platformprovider) | List of platform providers can be used by this piped. | No |
| analysisProviders | [][AnalysisProvider](#analysisprovider) | List of analysis providers can be used by this piped. | No |
| eventWatcher | [EventWatcher](#eventwatcher) | Optional Event watcher settings. | No |
Expand Down Expand Up @@ -81,10 +80,6 @@ spec:
| username | string | Username used for the registry authentication. | No |
| password | string | Password used for the registry authentication. | No |

## CloudProvider

This field is deprecated, please use [PlatformProvider](#platformprovider) instead.

## PlatformProvider

| Field | Type | Description | Required |
Expand Down

0 comments on commit 7da4bd5

Please sign in to comment.