kubernetes/test/e2e_node_windows/OWNERS
zylxjtu 312d00189c Add Windows node-level e2e tests to a dedicated directory
Introduce test/e2e_node_windows/ as a self-contained Windows node e2e
test suite, fully isolated from the Linux-focused test/e2e_node/ package.
All new files are gated with //go:build windows, and the tree includes
a scoped OWNERS file so it lands under an agreed governance model.

In hack/lib/golang.sh, skip building test/e2e_node/e2e_node.test when
KUBE_BUILD_PLATFORMS targets Windows. Windows has a separate e2e_node
test binary which does not currently need to be bundled in an archive.

Document the Windows feature label in test/e2e/feature/feature.go.
2026-05-26 18:04:09 +00:00

16 lines
343 B
Text

# See the OWNERS docs at https://go.k8s.io/owners
approvers:
# from sig-node, as a backup for kubelet changes that require minor updates in this folder
- sig-node-approvers
# from sig-windows
- marosset
- claudiubelu
- aravindhp
- zylxjtu
reviewers:
- marosset
- claudiubelu
- aravindhp
- zylxjtu
labels:
- sig/windows