30 lines
529 B
JSON
30 lines
529 B
JSON
[
|
|
{
|
|
"apiVersion": "influxdata.com/v2alpha1",
|
|
"kind": "Bucket",
|
|
"metadata": {
|
|
"name": "rucket-11"
|
|
},
|
|
"spec": {
|
|
"description": "bucket 1 description",
|
|
"retentionRules": [
|
|
{
|
|
"type": "expire",
|
|
"everySeconds": 3600
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"apiVersion": "influxdata.com/v2alpha1",
|
|
"kind": "Bucket",
|
|
"metadata": {
|
|
"name": "rucket-22"
|
|
},
|
|
"spec": {
|
|
"name": "display name",
|
|
"description": "bucket 2 description"
|
|
}
|
|
}
|
|
]
|