Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: added documentations for raw query #82

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added .hugo_build.lock
Empty file.
20 changes: 11 additions & 9 deletions content/en/docs/features/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,18 @@ For example, enable `SyncAllResources` of clustersynchro manager to allow the us
Clusterpedia APIServer and Clusterpedia ClusterSynchro Manager have different feature gates.

## APIServer
|desc|feature gate|default|

| desc | feature gate | default |
|---|--------|----|
|[Set the default to return the number of resources remaining](./remaining-item-count)|`RemainingItemCount`|false|
|[Raw SQl Query](./raw-sql-query)|`AllowRawSQLQuery`|false|
| [Set the default to return the number of resources remaining](./remaining-item-count) | `RemainingItemCount` | `false` |
| [Raw SQL Query](./raw-sql-query) | `AllowRawSQLQuery` | `false` |
| [Raw Parameterized SQL Query](./raw-sql-query) | `AllowRawSQLQueryWithParameter` | `false` |

## ClusterSynchro Manager
|desc|feature gate|default|
| desc | feature gate | default |
|---|--------|----|
|Prune `metadata.managedFields` |`PruneManagedFields`|true|
|Prune `metadata.annotations['lastAppliedConfiguration']` |`PruneLastAppliedConfiguration`|true|
|Allows synchronization of all types of custom resources|`AllowSyncCustomResources`|false|
|Allows synchronization of all types of resources|`AllowSyncAllResources`|false|
|Use standalone tcp for health checker| `HealthCheckerWithStandaloneTCP` |false|
| Prune `metadata.managedFields` | `PruneManagedFields` | `true` |
| Prune `metadata.annotations['lastAppliedConfiguration']` | `PruneLastAppliedConfiguration` | `true` |
| Allows synchronization of all types of custom resources | `AllowSyncCustomResources` | `false` |
| Allows synchronization of all types of resources | `AllowSyncAllResources` | `false` |
| Use standalone tcp for health checker | `HealthCheckerWithStandaloneTCP` | `false` |
Loading
Loading