Skip to content

Commit 89d207a

Browse files
committed
Add test description
1 parent 2238320 commit 89d207a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

keps/sig-cli/3805-ssa-default/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ This can inform certain test coverage improvements that we want to do before
300300
extending the production code to implement this enhancement.
301301
-->
302302

303-
- `<package>`: `<date>` - `<test coverage>`
303+
- `k8s.io/kubernetes/vendor/k8s.io/kubectl/pkg/cmd/apply`: `2023-01-24` - `76.5%`
304304

305305
##### Integration tests
306306

@@ -312,7 +312,7 @@ For Beta and GA, add links to added tests together with links to k8s-triage for
312312
https://storage.googleapis.com/k8s-triage/index.html
313313
-->
314314

315-
- <test>: <link to test coverage>
315+
CLI tests will be added to both `test/cmd/diff.sh` and `test/cmd/apply.sh`.
316316

317317
##### e2e tests
318318

@@ -326,7 +326,10 @@ https://storage.googleapis.com/k8s-triage/index.html
326326
We expect no non-infra related flakes in the last month as a GA graduation criteria.
327327
-->
328328

329-
- <test>: <link to test coverage>
329+
e2e tests will be added to check that:
330+
- Migration from `auto` to `true` or `false` works as expected
331+
- Auto behaves properly both on client-side applied and server-side applied objects
332+
- As we add the deprecation, it is exposed given the right circumstances
330333

331334
### Graduation Criteria
332335

0 commit comments

Comments
 (0)