pingsources.sources.knative.dev created 2021-08-30 18:59:51, version 3512989336

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
  annotations:
    kubectl.kubernetes.io/last-applied-configuration: '{"apiVersion":"apiextensions.k8s.io/v1","kind":"CustomResourceDefinition","metadata":{"annotations":{"registry.knative.dev/eventTypes":"[\n  {
      \"type\": \"dev.knative.sources.ping\" }\n]\n"},"labels":{"duck.knative.dev/source":"true","eventing.knative.dev/release":"v0.24.0","eventing.knative.dev/source":"true","knative.dev/crd-install":"true"},"name":"pingsources.sources.knative.dev"},"spec":{"conversion":{"strategy":"Webhook","webhook":{"clientConfig":{"service":{"name":"eventing-webhook","namespace":"knative-eventing"}},"conversionReviewVersions":["v1","v1beta1"]}},"group":"sources.knative.dev","names":{"categories":["all","knative","sources"],"kind":"PingSource","plural":"pingsources","singular":"pingsource"},"scope":"Namespaced","versions":[{"additionalPrinterColumns":[{"jsonPath":".status.sinkUri","name":"Sink","type":"string"},{"jsonPath":".spec.schedule","name":"Schedule","type":"string"},{"jsonPath":".metadata.creationTimestamp","name":"Age","type":"date"},{"jsonPath":".status.conditions[?(@.type==''Ready'')].status","name":"Ready","type":"string"},{"jsonPath":".status.conditions[?(@.type==''Ready'')].reason","name":"Reason","type":"string"}],"name":"v1beta2","schema":{"openAPIV3Schema":{"description":"PingSource
      describes an event source with a fixed payload produced on a specified cron
      schedule.","properties":{"spec":{"description":"PingSourceSpec defines the desired
      state of the PingSource (from the client).","properties":{"ceOverrides":{"description":"CloudEventOverrides
      defines overrides to control the output format and modifications of the event
      sent to the sink.","properties":{"extensions":{"additionalProperties":{"type":"string"},"description":"Extensions
      specify what attribute are added or overridden on the outbound event. Each `Extensions`
      key-value pair are set on the event as an attribute extension independently.","type":"object","x-kubernetes-preserve-unknown-fields":true}},"type":"object"},"contentType":{"description":"ContentType
      is the media type of `data` or `dataBase64`. Default is empty.","type":"string"},"data":{"description":"Data
      is data used as the body of the event posted to the sink. Default is empty.
      Mutually exclusive with `dataBase64`.","type":"string"},"dataBase64":{"description":"DataBase64
      is the base64-encoded string of the actual event''s body posted to the sink.
      Default is empty. Mutually exclusive with `data`.","type":"string"},"schedule":{"description":"Schedule
      is the cron schedule. Defaults to `* * * * *`.","type":"string"},"sink":{"description":"Sink
      is a reference to an object that will resolve to a uri to use as the sink.","properties":{"ref":{"description":"Ref
      points to an Addressable.","properties":{"apiVersion":{"description":"API version
      of the referent.","type":"string"},"kind":{"description":"Kind of the referent.
      More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds","type":"string"},"name":{"description":"Name
      of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names","type":"string"},"namespace":{"description":"Namespace
      of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
      This is optional field, it gets defaulted to the object holding it if left out.","type":"string"}},"type":"object"},"uri":{"description":"URI
      can be an absolute URL(non-empty scheme and non-empty host) pointing to the
      target or a relative URI. Relative URIs will be resolved using the base URI
      retrieved from Ref.","type":"string"}},"type":"object"},"timezone":{"description":"Timezone
      modifies the actual time relative to the specified timezone. Defaults to the
      system time zone. More general information about time zones: https://www.iana.org/time-zones
      List of valid timezone values: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones","type":"string"}},"type":"object"},"status":{"description":"PingSourceStatus
      defines the observed state of PingSource (from the controller).","properties":{"annotations":{"description":"Annotations
      is additional Status fields for the Resource to save some additional State as
      well as convey more information to the user. This is roughly akin to Annotations
      on any k8s resource, just the reconciler conveying richer information outwards.","type":"object","x-kubernetes-preserve-unknown-fields":true},"ceAttributes":{"description":"CloudEventAttributes
      are the specific attributes that the Source uses as part of its CloudEvents.","items":{"properties":{"source":{"description":"Source
      is the CloudEvents source attribute.","type":"string"},"type":{"description":"Type
      refers to the CloudEvent type attribute.","type":"string"}},"type":"object"},"type":"array"},"conditions":{"description":"Conditions
      the latest available observations of a resource''s current state.","items":{"properties":{"lastTransitionTime":{"description":"LastTransitionTime
      is the last time the condition transitioned from one status to another. We use
      VolatileTime in place of metav1.Time to exclude this from creating equality.Semantic
      differences (all other things held constant).","type":"string"},"message":{"description":"A
      human readable message indicating details about the transition.","type":"string"},"reason":{"description":"The
      reason for the condition''s last transition.","type":"string"},"severity":{"description":"Severity
      with which to treat failures of this type of condition. When this is not specified,
      it defaults to Error.","type":"string"},"status":{"description":"Status of the
      condition, one of True, False, Unknown.","type":"string"},"type":{"description":"Type
      of condition.","type":"string"}},"required":["type","status"],"type":"object"},"type":"array"},"observedGeneration":{"description":"ObservedGeneration
      is the \"Generation\" of the Service that was last processed by the controller.","format":"int64","type":"integer"},"sinkUri":{"description":"SinkURI
      is the current active sink URI that has been configured for the Source.","type":"string"}},"type":"object"}},"type":"object"}},"served":true,"storage":false,"subresources":{"status":{}}},{"additionalPrinterColumns":[{"jsonPath":".status.sinkUri","name":"Sink","type":"string"},{"jsonPath":".spec.schedule","name":"Schedule","type":"string"},{"jsonPath":".metadata.creationTimestamp","name":"Age","type":"date"},{"jsonPath":".status.conditions[?(@.type==''Ready'')].status","name":"Ready","type":"string"},{"jsonPath":".status.conditions[?(@.type==''Ready'')].reason","name":"Reason","type":"string"}],"name":"v1","schema":{"openAPIV3Schema":{"description":"PingSource
      describes an event source with a fixed payload produced on a specified cron
      schedule.","properties":{"spec":{"description":"PingSourceSpec defines the desired
      state of the PingSource (from the client).","properties":{"ceOverrides":{"description":"CloudEventOverrides
      defines overrides to control the output format and modifications of the event
      sent to the sink.","properties":{"extensions":{"additionalProperties":{"type":"string"},"description":"Extensions
      specify what attribute are added or overridden on the outbound event. Each `Extensions`
      key-value pair are set on the event as an attribute extension independently.","type":"object","x-kubernetes-preserve-unknown-fields":true}},"type":"object"},"contentType":{"description":"ContentType
      is the media type of `data` or `dataBase64`. Default is empty.","type":"string"},"data":{"description":"Data
      is data used as the body of the event posted to the sink. Default is empty.
      Mutually exclusive with `dataBase64`.","type":"string"},"dataBase64":{"description":"DataBase64
      is the base64-encoded string of the actual event''s body posted to the sink.
      Default is empty. Mutually exclusive with `data`.","type":"string"},"schedule":{"description":"Schedule
      is the cron schedule. Defaults to `* * * * *`.","type":"string"},"sink":{"description":"Sink
      is a reference to an object that will resolve to a uri to use as the sink.","properties":{"ref":{"description":"Ref
      points to an Addressable.","properties":{"apiVersion":{"description":"API version
      of the referent.","type":"string"},"kind":{"description":"Kind of the referent.
      More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds","type":"string"},"name":{"description":"Name
      of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names","type":"string"},"namespace":{"description":"Namespace
      of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
      This is optional field, it gets defaulted to the object holding it if left out.","type":"string"}},"type":"object"},"uri":{"description":"URI
      can be an absolute URL(non-empty scheme and non-empty host) pointing to the
      target or a relative URI. Relative URIs will be resolved using the base URI
      retrieved from Ref.","type":"string"}},"type":"object"},"timezone":{"description":"Timezone
      modifies the actual time relative to the specified timezone. Defaults to the
      system time zone. More general information about time zones: https://www.iana.org/time-zones
      List of valid timezone values: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones","type":"string"}},"type":"object"},"status":{"description":"PingSourceStatus
      defines the observed state of PingSource (from the controller).","properties":{"annotations":{"description":"Annotations
      is additional Status fields for the Resource to save some additional State as
      well as convey more information to the user. This is roughly akin to Annotations
      on any k8s resource, just the reconciler conveying richer information outwards.","type":"object","x-kubernetes-preserve-unknown-fields":true},"ceAttributes":{"description":"CloudEventAttributes
      are the specific attributes that the Source uses as part of its CloudEvents.","items":{"properties":{"source":{"description":"Source
      is the CloudEvents source attribute.","type":"string"},"type":{"description":"Type
      refers to the CloudEvent type attribute.","type":"string"}},"type":"object"},"type":"array"},"conditions":{"description":"Conditions
      the latest available observations of a resource''s current state.","items":{"properties":{"lastTransitionTime":{"description":"LastTransitionTime
      is the last time the condition transitioned from one status to another. We use
      VolatileTime in place of metav1.Time to exclude this from creating equality.Semantic
      differences (all other things held constant).","type":"string"},"message":{"description":"A
      human readable message indicating details about the transition.","type":"string"},"reason":{"description":"The
      reason for the condition''s last transition.","type":"string"},"severity":{"description":"Severity
      with which to treat failures of this type of condition. When this is not specified,
      it defaults to Error.","type":"string"},"status":{"description":"Status of the
      condition, one of True, False, Unknown.","type":"string"},"type":{"description":"Type
      of condition.","type":"string"}},"required":["type","status"],"type":"object"},"type":"array"},"observedGeneration":{"description":"ObservedGeneration
      is the \"Generation\" of the Service that was last processed by the controller.","format":"int64","type":"integer"},"sinkUri":{"description":"SinkURI
      is the current active sink URI that has been configured for the Source.","type":"string"}},"type":"object"}},"type":"object"}},"served":true,"storage":true,"subresources":{"status":{}}}]}}

      '
    registry.knative.dev/eventTypes: "[\n  { \"type\": \"dev.knative.sources.ping\"\
      \ }\n]\n"
  creationTimestamp: '2021-08-30T18:59:51Z'
  generation: 237
  labels:
    duck.knative.dev/source: 'true'
    eventing.knative.dev/release: v0.24.0
    eventing.knative.dev/source: 'true'
    knative.dev/crd-install: 'true'
  managedFields:
  - apiVersion: apiextensions.k8s.io/v1
    fieldsType: FieldsV1
    fieldsV1:
      f:status:
        f:acceptedNames:
          f:categories: {}
          f:kind: {}
          f:listKind: {}
          f:plural: {}
          f:singular: {}
        f:conditions:
          k:{"type":"Established"}:
            .: {}
            f:lastTransitionTime: {}
            f:message: {}
            f:reason: {}
            f:status: {}
            f:type: {}
          k:{"type":"NamesAccepted"}:
            .: {}
            f:lastTransitionTime: {}
            f:message: {}
            f:reason: {}
            f:status: {}
            f:type: {}
    manager: k3s
    operation: Update
    time: '2021-08-30T18:59:51Z'
  - apiVersion: apiextensions.k8s.io/v1
    fieldsType: FieldsV1
    fieldsV1:
      f:metadata:
        f:annotations:
          .: {}
          f:kubectl.kubernetes.io/last-applied-configuration: {}
          f:registry.knative.dev/eventTypes: {}
        f:labels:
          .: {}
          f:duck.knative.dev/source: {}
          f:eventing.knative.dev/release: {}
          f:eventing.knative.dev/source: {}
          f:knative.dev/crd-install: {}
      f:spec:
        f:conversion:
          .: {}
          f:strategy: {}
          f:webhook:
            .: {}
            f:clientConfig:
              .: {}
              f:service:
                .: {}
                f:name: {}
                f:namespace: {}
                f:port: {}
            f:conversionReviewVersions: {}
        f:group: {}
        f:names:
          f:categories: {}
          f:kind: {}
          f:listKind: {}
          f:plural: {}
          f:singular: {}
        f:scope: {}
        f:versions: {}
    manager: manifestival
    operation: Update
    time: '2021-08-30T18:59:57Z'
  - apiVersion: apiextensions.k8s.io/v1
    fieldsType: FieldsV1
    fieldsV1:
      f:spec:
        f:conversion:
          f:webhook:
            f:clientConfig:
              f:caBundle: {}
              f:service:
                f:path: {}
    manager: webhook
    operation: Update
    time: '2021-08-30T19:07:43Z'
  name: pingsources.sources.knative.dev
  resourceVersion: '3512989336'
  uid: ea9e5818-af84-4af4-b587-79b62fc0c861
spec:
  conversion:
    strategy: Webhook
    webhook:
      clientConfig:
        caBundle: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUNqakNDQWpTZ0F3SUJBZ0lSQUl1YWVrblVTR1dxUW1mRGJTRGhWREF3Q2dZSUtvWkl6ajBFQXdJd1JqRVUKTUJJR0ExVUVDaE1MYTI1aGRHbDJaUzVrWlhZeExqQXNCZ05WQkFNVEpXVjJaVzUwYVc1bkxYZGxZbWh2YjJzdQphMjVoZEdsMlpTMWxkbVZ1ZEdsdVp5NXpkbU13SGhjTk1qVXhNREl4TVRJeE5qUTVXaGNOTWpVeE1ESTRNVEl4Ck5qUTVXakJHTVJRd0VnWURWUVFLRXd0cmJtRjBhWFpsTG1SbGRqRXVNQ3dHQTFVRUF4TWxaWFpsYm5ScGJtY3QKZDJWaWFHOXZheTVyYm1GMGFYWmxMV1YyWlc1MGFXNW5Mbk4yWXpCWk1CTUdCeXFHU000OUFnRUdDQ3FHU000OQpBd0VIQTBJQUJPczcvVGdQZmI4VHBJdCswajNUNVM3K2lzTjFvTGhmVTIwQTNjV25MYXFoREs3SWhidStJMkNjClhMSjVtQTUxUVEwZnZJc3BhSXV0QnAzT3ZlRHU1WENqZ2dFQk1JSCtNQTRHQTFVZER3RUIvd1FFQXdJQ2hEQWQKQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0R3WURWUjBUQVFIL0JBVXdBd0VCL3pBZApCZ05WSFE0RUZnUVVQcFhXK1gvUzdnK0Z5VlQ5K1ZueVEvTFkzZzh3Z1p3R0ExVWRFUVNCbERDQmtZSVFaWFpsCmJuUnBibWN0ZDJWaWFHOXZhNEloWlhabGJuUnBibWN0ZDJWaWFHOXZheTVyYm1GMGFYWmxMV1YyWlc1MGFXNW4KZ2lWbGRtVnVkR2x1WnkxM1pXSm9iMjlyTG10dVlYUnBkbVV0WlhabGJuUnBibWN1YzNaamdqTmxkbVZ1ZEdsdQpaeTEzWldKb2IyOXJMbXR1WVhScGRtVXRaWFpsYm5ScGJtY3VjM1pqTG1Oc2RYTjBaWEl1Ykc5allXd3dDZ1lJCktvWkl6ajBFQXdJRFNBQXdSUUlnRXlHU2pkUEVtR2EreTMxblpsanRIbnNSMmdmMVVicm4vTGZQbWVweERVa0MKSVFDcmtrUDd5NUlqVUNlelFCNjA5THoyVC9acE5qN00vTWtOT3NtT0FjMFJqZz09Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K
        service:
          name: eventing-webhook
          namespace: knative-eventing
          path: /resource-conversion
          port: 443
      conversionReviewVersions:
      - v1
      - v1beta1
  group: sources.knative.dev
  names:
    categories:
    - all
    - knative
    - sources
    kind: PingSource
    listKind: PingSourceList
    plural: pingsources
    singular: pingsource
  scope: Namespaced
  versions:
  - additionalPrinterColumns:
    - jsonPath: .status.sinkUri
      name: Sink
      type: string
    - jsonPath: .spec.schedule
      name: Schedule
      type: string
    - jsonPath: .metadata.creationTimestamp
      name: Age
      type: date
    - jsonPath: .status.conditions[?(@.type=='Ready')].status
      name: Ready
      type: string
    - jsonPath: .status.conditions[?(@.type=='Ready')].reason
      name: Reason
      type: string
    name: v1beta2
    schema:
      openAPIV3Schema:
        description: PingSource describes an event source with a fixed payload produced
          on a specified cron schedule.
        properties:
          spec:
            description: PingSourceSpec defines the desired state of the PingSource
              (from the client).
            properties:
              ceOverrides:
                description: CloudEventOverrides defines overrides to control the
                  output format and modifications of the event sent to the sink.
                properties:
                  extensions:
                    additionalProperties:
                      type: string
                    description: Extensions specify what attribute are added or overridden
                      on the outbound event. Each `Extensions` key-value pair are
                      set on the event as an attribute extension independently.
                    type: object
                    x-kubernetes-preserve-unknown-fields: true
                type: object
              contentType:
                description: ContentType is the media type of `data` or `dataBase64`.
                  Default is empty.
                type: string
              data:
                description: Data is data used as the body of the event posted to
                  the sink. Default is empty. Mutually exclusive with `dataBase64`.
                type: string
              dataBase64:
                description: DataBase64 is the base64-encoded string of the actual
                  event's body posted to the sink. Default is empty. Mutually exclusive
                  with `data`.
                type: string
              schedule:
                description: Schedule is the cron schedule. Defaults to `* * * * *`.
                type: string
              sink:
                description: Sink is a reference to an object that will resolve to
                  a uri to use as the sink.
                properties:
                  ref:
                    description: Ref points to an Addressable.
                    properties:
                      apiVersion:
                        description: API version of the referent.
                        type: string
                      kind:
                        description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
                        type: string
                      name:
                        description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
                        type: string
                      namespace:
                        description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
                          This is optional field, it gets defaulted to the object
                          holding it if left out.'
                        type: string
                    type: object
                  uri:
                    description: URI can be an absolute URL(non-empty scheme and non-empty
                      host) pointing to the target or a relative URI. Relative URIs
                      will be resolved using the base URI retrieved from Ref.
                    type: string
                type: object
              timezone:
                description: 'Timezone modifies the actual time relative to the specified
                  timezone. Defaults to the system time zone. More general information
                  about time zones: https://www.iana.org/time-zones List of valid
                  timezone values: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones'
                type: string
            type: object
          status:
            description: PingSourceStatus defines the observed state of PingSource
              (from the controller).
            properties:
              annotations:
                description: Annotations is additional Status fields for the Resource
                  to save some additional State as well as convey more information
                  to the user. This is roughly akin to Annotations on any k8s resource,
                  just the reconciler conveying richer information outwards.
                type: object
                x-kubernetes-preserve-unknown-fields: true
              ceAttributes:
                description: CloudEventAttributes are the specific attributes that
                  the Source uses as part of its CloudEvents.
                items:
                  properties:
                    source:
                      description: Source is the CloudEvents source attribute.
                      type: string
                    type:
                      description: Type refers to the CloudEvent type attribute.
                      type: string
                  type: object
                type: array
              conditions:
                description: Conditions the latest available observations of a resource's
                  current state.
                items:
                  properties:
                    lastTransitionTime:
                      description: LastTransitionTime is the last time the condition
                        transitioned from one status to another. We use VolatileTime
                        in place of metav1.Time to exclude this from creating equality.Semantic
                        differences (all other things held constant).
                      type: string
                    message:
                      description: A human readable message indicating details about
                        the transition.
                      type: string
                    reason:
                      description: The reason for the condition's last transition.
                      type: string
                    severity:
                      description: Severity with which to treat failures of this type
                        of condition. When this is not specified, it defaults to Error.
                      type: string
                    status:
                      description: Status of the condition, one of True, False, Unknown.
                      type: string
                    type:
                      description: Type of condition.
                      type: string
                  required:
                  - type
                  - status
                  type: object
                type: array
              observedGeneration:
                description: ObservedGeneration is the "Generation" of the Service
                  that was last processed by the controller.
                format: int64
                type: integer
              sinkUri:
                description: SinkURI is the current active sink URI that has been
                  configured for the Source.
                type: string
            type: object
        type: object
    served: true
    storage: false
    subresources:
      status: {}
  - additionalPrinterColumns:
    - jsonPath: .status.sinkUri
      name: Sink
      type: string
    - jsonPath: .spec.schedule
      name: Schedule
      type: string
    - jsonPath: .metadata.creationTimestamp
      name: Age
      type: date
    - jsonPath: .status.conditions[?(@.type=='Ready')].status
      name: Ready
      type: string
    - jsonPath: .status.conditions[?(@.type=='Ready')].reason
      name: Reason
      type: string
    name: v1
    schema:
      openAPIV3Schema:
        description: PingSource describes an event source with a fixed payload produced
          on a specified cron schedule.
        properties:
          spec:
            description: PingSourceSpec defines the desired state of the PingSource
              (from the client).
            properties:
              ceOverrides:
                description: CloudEventOverrides defines overrides to control the
                  output format and modifications of the event sent to the sink.
                properties:
                  extensions:
                    additionalProperties:
                      type: string
                    description: Extensions specify what attribute are added or overridden
                      on the outbound event. Each `Extensions` key-value pair are
                      set on the event as an attribute extension independently.
                    type: object
                    x-kubernetes-preserve-unknown-fields: true
                type: object
              contentType:
                description: ContentType is the media type of `data` or `dataBase64`.
                  Default is empty.
                type: string
              data:
                description: Data is data used as the body of the event posted to
                  the sink. Default is empty. Mutually exclusive with `dataBase64`.
                type: string
              dataBase64:
                description: DataBase64 is the base64-encoded string of the actual
                  event's body posted to the sink. Default is empty. Mutually exclusive
                  with `data`.
                type: string
              schedule:
                description: Schedule is the cron schedule. Defaults to `* * * * *`.
                type: string
              sink:
                description: Sink is a reference to an object that will resolve to
                  a uri to use as the sink.
                properties:
                  ref:
                    description: Ref points to an Addressable.
                    properties:
                      apiVersion:
                        description: API version of the referent.
                        type: string
                      kind:
                        description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
                        type: string
                      name:
                        description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
                        type: string
                      namespace:
                        description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
                          This is optional field, it gets defaulted to the object
                          holding it if left out.'
                        type: string
                    type: object
                  uri:
                    description: URI can be an absolute URL(non-empty scheme and non-empty
                      host) pointing to the target or a relative URI. Relative URIs
                      will be resolved using the base URI retrieved from Ref.
                    type: string
                type: object
              timezone:
                description: 'Timezone modifies the actual time relative to the specified
                  timezone. Defaults to the system time zone. More general information
                  about time zones: https://www.iana.org/time-zones List of valid
                  timezone values: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones'
                type: string
            type: object
          status:
            description: PingSourceStatus defines the observed state of PingSource
              (from the controller).
            properties:
              annotations:
                description: Annotations is additional Status fields for the Resource
                  to save some additional State as well as convey more information
                  to the user. This is roughly akin to Annotations on any k8s resource,
                  just the reconciler conveying richer information outwards.
                type: object
                x-kubernetes-preserve-unknown-fields: true
              ceAttributes:
                description: CloudEventAttributes are the specific attributes that
                  the Source uses as part of its CloudEvents.
                items:
                  properties:
                    source:
                      description: Source is the CloudEvents source attribute.
                      type: string
                    type:
                      description: Type refers to the CloudEvent type attribute.
                      type: string
                  type: object
                type: array
              conditions:
                description: Conditions the latest available observations of a resource's
                  current state.
                items:
                  properties:
                    lastTransitionTime:
                      description: LastTransitionTime is the last time the condition
                        transitioned from one status to another. We use VolatileTime
                        in place of metav1.Time to exclude this from creating equality.Semantic
                        differences (all other things held constant).
                      type: string
                    message:
                      description: A human readable message indicating details about
                        the transition.
                      type: string
                    reason:
                      description: The reason for the condition's last transition.
                      type: string
                    severity:
                      description: Severity with which to treat failures of this type
                        of condition. When this is not specified, it defaults to Error.
                      type: string
                    status:
                      description: Status of the condition, one of True, False, Unknown.
                      type: string
                    type:
                      description: Type of condition.
                      type: string
                  required:
                  - type
                  - status
                  type: object
                type: array
              observedGeneration:
                description: ObservedGeneration is the "Generation" of the Service
                  that was last processed by the controller.
                format: int64
                type: integer
              sinkUri:
                description: SinkURI is the current active sink URI that has been
                  configured for the Source.
                type: string
            type: object
        type: object
    served: true
    storage: true
    subresources:
      status: {}
status:
  acceptedNames:
    categories:
    - all
    - knative
    - sources
    kind: PingSource
    listKind: PingSourceList
    plural: pingsources
    singular: pingsource
  conditions:
  - lastTransitionTime: '2021-08-30T18:59:51Z'
    message: no conflicts found
    reason: NoConflicts
    status: 'True'
    type: NamesAccepted
  - lastTransitionTime: '2021-08-30T18:59:51Z'
    message: the initial names have been accepted
    reason: InitialNamesAccepted
    status: 'True'
    type: Established
  storedVersions:
  - v1