mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-24 10:02:57 +00:00
17 lines
571 B
YAML
17 lines
571 B
YAML
apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this
|
|
name: "[Stable] CloudCredential"
|
|
crd: 0000_40_cloud-credential-operator_00_config.crd.yaml
|
|
tests:
|
|
onCreate:
|
|
- name: Should be able to create a minimal CloudCredential
|
|
initial: |
|
|
apiVersion: operator.openshift.io/v1
|
|
kind: CloudCredential
|
|
spec: {} # No spec is required for a CloudCredential
|
|
expected: |
|
|
apiVersion: operator.openshift.io/v1
|
|
kind: CloudCredential
|
|
spec:
|
|
logLevel: Normal
|
|
operatorLogLevel: Normal
|