Files
descheduler/vendor/github.com/openshift/api/config/v1/stable.authentication.testsuite.yaml
T
2026-02-15 19:50:50 -05:00

15 lines
505 B
YAML
Vendored

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