Skip to content

Commit 28c026c

Browse files
committed
Extend XRD for e2e testing for spec refs
Signed-off-by: Yury Tsarev <[email protected]>
1 parent 305a77e commit 28c026c

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

example/definition.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,36 @@ spec:
2323
queryResourceType:
2424
description: resource type for az resource query construction
2525
type: string
26+
groupConfig:
27+
description: Configuration for group references
28+
type: object
29+
properties:
30+
name:
31+
description: Name of a single group to reference with groupRef
32+
type: string
33+
names:
34+
description: List of group names to reference with groupsRef
35+
type: array
36+
items:
37+
type: string
38+
userAccess:
39+
description: Configuration for user references
40+
type: object
41+
properties:
42+
emails:
43+
description: List of user emails to reference with usersRef
44+
type: array
45+
items:
46+
type: string
47+
servicePrincipalConfig:
48+
description: Configuration for service principal references
49+
type: object
50+
properties:
51+
names:
52+
description: List of service principal names to reference with servicePrincipalsRef
53+
type: array
54+
items:
55+
type: string
2656
status:
2757
description: XRStatus defines the observed state of XR.
2858
type: object

0 commit comments

Comments
 (0)