Skip to content

Commit d413c98

Browse files
authored
feat: add grafana alloy crd (#738)
1 parent 1d18c31 commit d413c98

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"description": "Alloy is the Schema for the alloys API",
3+
"properties": {
4+
"apiVersion": {
5+
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
6+
"type": "string"
7+
},
8+
"kind": {
9+
"description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
10+
"type": "string"
11+
},
12+
"metadata": {
13+
"type": "object"
14+
},
15+
"spec": {
16+
"description": "Spec defines the desired state of Alloy",
17+
"type": "object",
18+
"x-kubernetes-preserve-unknown-fields": true
19+
},
20+
"status": {
21+
"description": "Status defines the observed state of Alloy",
22+
"type": "object",
23+
"x-kubernetes-preserve-unknown-fields": true
24+
}
25+
},
26+
"type": "object"
27+
}

0 commit comments

Comments
 (0)