-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdefinition.yaml
43 lines (43 loc) · 1.11 KB
/
definition.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
apiVersion: apiextensions.crossplane.io/v1
kind: CompositeResourceDefinition
metadata:
name: xrs.example.crossplane.io
spec:
group: example.crossplane.io
names:
categories:
- crossplane
kind: XR
plural: xrs
versions:
- name: v1
referenceable: true
schema:
openAPIV3Schema:
description: XR is the Schema for the XR API.
properties:
spec:
description: XRSpec defines the desired state of XR.
type: object
status:
description: XRStatus defines the observed state of XR.
type: object
properties:
azResourceGraphQueryResult:
description: Freeform field containing query results from function-azresourcegraph
type: array
items:
type: object
x-kubernetes-preserve-unknown-fields: true
required:
- spec
type: object
served: true
status:
controllers:
compositeResourceClaimType:
apiVersion: ""
kind: ""
compositeResourceType:
apiVersion: ""
kind: ""