We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5bb0e9 commit f40ab94Copy full SHA for f40ab94
config/v1/tests/apiservers.config.openshift.io/KMSv2.yaml
@@ -0,0 +1,21 @@
1
+apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this
2
+name: "APIServer"
3
+crdName: apiservers.config.openshift.io
4
+featureGate: KMSv2
5
+tests:
6
+ onCreate:
7
+ - name: Should be able to create encrypt with kms
8
+ initial: |
9
+ apiVersion: config.openshift.io/v1
10
+ kind: APIServer
11
+ spec:
12
+ encryption:
13
+ type: kms
14
+ expected: |
15
16
17
18
+ audit:
19
+ profile: Default
20
21
0 commit comments