* update window.top and window.postMessage to work with e2e tests for iFramed pages
* .
* add more data-testid
* add data-testid
* update agent config t match rke2
* fix pod affinity/antiaffinity toggle and remove
* update agent config accordion selectors
* update custom cluster name data-testid
* clean up agent config commented code
* node selector term match expression/field swap
Pod scale minimum was incorrectly set to 1. This sets the default back
to 0. Adds a nullible flag to input-int as this is allowed in most cases
where we are using the component. Defaults to false.
Formatting fixes
rancher/rancher#28168
Having this min num check here is not really incorrect but it makes for a weird
UX. The users typed value is overridden because it never reaches the minimum
since each keystroke causes the change event to fire.
rancher/rancher#24724