We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ef8e8 commit 9f8fef7Copy full SHA for 9f8fef7
1 file changed
config/samples/openstack_v1alpha1_applicationcredential.yaml
@@ -5,10 +5,18 @@ metadata:
5
name: applicationcredential-sample
6
spec:
7
cloudCredentialsRef:
8
- # TODO(scaffolding): Use openstack-admin if the resource needs admin credentials to be created
9
cloudName: openstack
10
secretName: openstack-clouds
11
managementPolicy: managed
12
resource:
13
description: Sample ApplicationCredential
14
- # TODO(scaffolding): Add all fields the resource supports
+ name: application-credential
+ userID: "00000000000000000000000000000000"
15
+ unrestricted: False
16
+ secret: "Secret"
17
+ roles:
18
+ - name: "role-name"
19
+ accessRules:
20
+ - method: "GET"
21
+ service: "monitoring"
22
+ expiresAt: "2022-02-02T22:22:22.000000"
0 commit comments