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

Update synced-resources.mdx #967

Merged
merged 2 commits into from
Mar 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 2 additions & 4 deletions docs/pages/architecture/synced-resources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -199,16 +199,14 @@ sync:
import:
- kind: Secret
apiVersion: v1
- kind: IngressClass
apiVersion: networking.k8s.io/v1
```

:::info
The sync from Host to Virtual cluster is supported only in ["Multi-namespace mode"](#multi-namespace-mode)
:::

:::info
Only the namespaced resources are supported at this time.
:::

#### Patch syntax
The patch defines how will the vcluster behave when syncing each resource to and from the host cluster. Generally, a patch is defined by the field `path` and `op`(operation) that should be performed on said field.
An array of `conditions` may also be set, and in such case, the field value will be modified by a patch only if the field value matches all the [conditions](#patch-conditions).
Expand Down