File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
keps/sig-cli/3805-ssa-default Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ This can inform certain test coverage improvements that we want to do before
300
300
extending the production code to implement this enhancement.
301
301
-->
302
302
303
- - ` <package> ` : ` <date> ` - ` <test coverage> `
303
+ - ` k8s.io/kubernetes/vendor/k8s.io/kubectl/pkg/cmd/apply ` : ` 2023-01-24 ` - ` 76.5% `
304
304
305
305
##### Integration tests
306
306
@@ -312,7 +312,7 @@ For Beta and GA, add links to added tests together with links to k8s-triage for
312
312
https://storage.googleapis.com/k8s-triage/index.html
313
313
-->
314
314
315
- - < test >: < link to test coverage >
315
+ CLI tests will be added to both ` test/cmd/diff.sh ` and ` test/cmd/apply.sh ` .
316
316
317
317
##### e2e tests
318
318
@@ -326,7 +326,10 @@ https://storage.googleapis.com/k8s-triage/index.html
326
326
We expect no non-infra related flakes in the last month as a GA graduation criteria.
327
327
-->
328
328
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
330
333
331
334
### Graduation Criteria
332
335
You can’t perform that action at this time.
0 commit comments