Merge pull request #1049 from eagerworks/fix_custom_object_doc

Fix Custom Objects API example
This commit is contained in:
Kubernetes Prow Robot 2020-01-09 09:15:46 -08:00 committed by GitHub
commit 5181d2389e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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