Skip to content

Commit 90f2e48

Browse files
committed
KEP 1645: fix ServiceExport conditions example
Add missing reason in the ServiceExport conditions example. Signed-off-by: Arthur Outhenin-Chalandre <[email protected]>
1 parent 63d4f6f commit 90f2e48

File tree

1 file changed

+5
-2
lines changed
  • keps/sig-multicluster/1645-multi-cluster-services-api

1 file changed

+5
-2
lines changed

keps/sig-multicluster/1645-multi-cluster-services-api/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,15 +463,18 @@ status:
463463
conditions:
464464
- type: Ready
465465
status: "True"
466-
message: "Service export is ready"
467466
lastTransitionTime: "2020-03-30T01:33:51Z"
467+
reason: Ready
468+
message: "Service export is ready"
468469
- type: Valid
469470
status: "True"
470-
message: "Service export is valid"
471471
lastTransitionTime: "2020-03-30T01:33:55Z"
472+
reason: Ready
473+
message: "Service export is valid"
472474
- type: Conflict
473475
status: "True"
474476
lastTransitionTime: "2020-03-30T01:33:55Z"
477+
reason: ConflictType
475478
message: "Conflicting type. Using \"ClusterSetIP\" from oldest service export in \"cluster-1\". 2/5 clusters disagree."
476479
```
477480

0 commit comments

Comments
 (0)