You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/ClientIntents CRD/migrateToV2.mdx
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ workload:
45
45
46
46
**Fields**:
47
47
- `name`: Name of the client workload initiating requests.
48
-
- `kind`: The type of workload, such as `Deployment` or `StatefulSet`.
48
+
- `kind`: The type of workload, such as `Deployment` or `StatefulSet`; Optional, omit to auto-detect pod identity. More info on [Workload identity and resolution](/reference/workload-identities).
49
49
50
50
**Changes**:
51
51
- The field is renamed from `service` to `workload`.
@@ -103,7 +103,7 @@ targets:
103
103
**Fields**:
104
104
- `kubernetes`: Target is a Kubernetes resource.
105
105
- `name`: The name of the target Kubernetes resource.
106
-
- `kind`: The kind of Kubernetes resource (e.g., `Deployment`, `StatefulSet`).
106
+
- `kind`: The kind of Kubernetes resource (e.g., `Deployment`, `StatefulSet`); ; Optional, omit to auto-detect pod identity. More info on [Workload identity and resolution](/reference/workload-identities).
107
107
- `service`: Target is a Kubernetes Service. It's equivalent to the `kubernetes` target with `kind: Service`.
0 commit comments