Merge pull request #1049 from eagerworks/fix_custom_object_doc
Fix Custom Objects API example
This commit is contained in:
commit
5181d2389e
@ -53,8 +53,10 @@ def main():
|
||||
"apiVersion": "stable.example.com/v1",
|
||||
"kind": "CronTab",
|
||||
"metadata": {"name": "my-new-cron-object"},
|
||||
"cronSpec": "* * * * */5",
|
||||
"image": "my-awesome-cron-image",
|
||||
"spec": {
|
||||
"cronSpec": "* * * * */5",
|
||||
"image": "my-awesome-cron-image"
|
||||
}
|
||||
}
|
||||
|
||||
# create the resource
|
||||
|
||||
Loading…
Reference in New Issue
Block a user