Skip to content

Commit

Permalink
Merge pull request #967 from loft-sh/update-import-cluster-scoped-docs
Browse files Browse the repository at this point in the history
Update synced-resources.mdx
  • Loading branch information
FabianKramm committed Mar 22, 2023
2 parents 485b193 + d05c550 commit 5133129
Showing 1 changed file with 2 additions and 4 deletions.
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

0 comments on commit 5133129

Please sign in to comment.