mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
Fix of review comments. Will squash later.
Including: - Remove external usage of resource name vars - Add commments about why we export field helpers
This commit is contained in:
@@ -640,7 +640,7 @@ run_rs_tests() {
|
||||
# Post-condition: no replica set exists
|
||||
kube::test::get_object_assert rs "{{range.items}}{{${id_field:?}}}:{{end}}" ''
|
||||
|
||||
if kube::test::if_supports_resource "${horizontalpodautoscalers:?}" ; then
|
||||
if kube::test::if_supports_resource "horizontalpodautoscalers" ; then
|
||||
### Auto scale replica set
|
||||
# Pre-condition: no replica set exists
|
||||
kube::test::get_object_assert rs "{{range.items}}{{${id_field:?}}}:{{end}}" ''
|
||||
|
||||
Reference in New Issue
Block a user