Skip to content

Commit eab618c

Browse files
kumahq[bot]fabianrbz
authored andcommitted
chore(deps): update docs from repo source
Signed-off-by: kumahq[bot] <110050114+kumahq[bot]@users.noreply.github.com>
1 parent 772cb68 commit eab618c

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

app/assets/mesh/dev/raw/crds/kuma.io_meshtrusts.yaml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,10 @@ spec:
7171
minItems: 1
7272
type: array
7373
origin:
74-
description: Origin specifies whether the resource was created from
75-
a MeshIdentity.
74+
description: |-
75+
Origin specifies whether the resource was created from a MeshIdentity.
76+
77+
Deprecated: use Status.Origin instead
7678
properties:
7779
kri:
7880
description: Resource identifier
@@ -87,6 +89,18 @@ spec:
8789
- caBundles
8890
- trustDomain
8991
type: object
92+
status:
93+
description: Status is the current status of the Kuma MeshTrust resource.
94+
properties:
95+
origin:
96+
description: Origin specifies whether the resource was created from
97+
a MeshIdentity.
98+
properties:
99+
kri:
100+
description: Resource identifier
101+
type: string
102+
type: object
103+
type: object
90104
type: object
91105
served: true
92106
storage: true

0 commit comments

Comments
 (0)