mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 01:41:54 -04:00
Add unit tests for handwritten and declarative validation, controller logic, metrics, table printer output, controller-manager registration, etcd storage round-trip, and an integration test for the full RPSR lifecycle. Also add an e2e test exercising the DRA test driver with RPSR and the example manifest.
10 lines
281 B
YAML
10 lines
281 B
YAML
apiVersion: resource.k8s.io/v1alpha3
|
|
kind: ResourcePoolStatusRequest
|
|
metadata:
|
|
name: example
|
|
spec:
|
|
driver: test-driver.cdi.k8s.io
|
|
# Optional: filter to a specific pool
|
|
# poolName: network
|
|
# Optional: limit number of pools returned (default: 100, max: 1000)
|
|
# limit: 10
|