Files
descheduler/vendor/github.com/openshift/api/config/v1/stable.proxy.testsuite.yaml
Amir Alavi a206a88d86 [v0.35.0] bump to kubernetes 1.35 deps
Signed-off-by: Amir Alavi <amiralavi7@gmail.com>
2026-02-15 19:50:50 -05:00

15 lines
451 B
YAML
Vendored

apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this
name: "[Stable] Proxy"
crd: 0000_03_config-operator_01_proxy.crd.yaml
tests:
onCreate:
- name: Should be able to create a minimal Proxy
initial: |
apiVersion: config.openshift.io/v1
kind: Proxy
spec: {} # No spec is required for a Proxy
expected: |
apiVersion: config.openshift.io/v1
kind: Proxy
spec: {}