mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
21 lines
398 B
JSON
21 lines
398 B
JSON
|
|
{
|
||
|
|
"apiVersion": "apiextensions.k8s.io/v1beta1",
|
||
|
|
"kind": "CustomResourceDefinition",
|
||
|
|
"metadata": {
|
||
|
|
"name": "crontabs.stable.example.com"
|
||
|
|
},
|
||
|
|
"spec": {
|
||
|
|
"group": "stable.example.com",
|
||
|
|
"version": "v1",
|
||
|
|
"scope": "Namespaced",
|
||
|
|
"names": {
|
||
|
|
"plural": "crontabs",
|
||
|
|
"singular": "crontab",
|
||
|
|
"kind": "CronTab",
|
||
|
|
"shortNames": [
|
||
|
|
"ct"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|