Skip to content

Commit

Permalink
Fix paragraph spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
orishoshan committed Jan 26, 2025
1 parent 9501caa commit 61aae4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/ClientIntents CRD/migrateToV2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ title: 'Differences between v1 and v2'
---

ClientIntents v2 is a new version of the `ClientIntents` Custom Resource Definition (CRD) specification. It introduces several changes to the structure and fields of the `ClientIntents` CRD.

The key differences is that the term `service` is no longer used except exclusively to refer to a Kubernetes `Service`, and `workload` is used instead to refer to workloads that run on your infrastructure.

The `calls` section has been renamed `targets` and now makes more sense when it is applied to non-network resources such as an AWS S3 bucket or a database.

It is now also possible to target a specific kind of Kubernetes resource, such as a `Deployment` or a `StatefulSet`, and to specify the kind of resource that is being targeted, whereas before the way to do this was ambiguous and not obvious from the syntax.
Expand Down

0 comments on commit 61aae4a

Please sign in to comment.