Files
descheduler/vendor/github.com/openshift/api/config/v1/stable.featuregate.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
487 B
YAML
Vendored

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