diff --git a/examples/custom_object.py b/examples/custom_object.py index 55e359f5b..98234cb28 100644 --- a/examples/custom_object.py +++ b/examples/custom_object.py @@ -29,6 +29,19 @@ spec: - name: v1 served: true storage: true + schema: + openAPIV3Schema: + type: object + properties: + spec: + type: object + properties: + cronSpec: + type: string + image: + type: string + replicas: + type: integer scope: Namespaced names: plural: crontabs