Update containersource example to use v1beta1 (#2690)

This commit is contained in:
Bharatt Kukreja 2020-07-21 08:02:35 -04:00 committed by GitHub
parent 8c13828b22
commit 441faac38b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ In YAML, these two options are equivalent:
1. `ContainerSource` that emits events to a `Knative Service`:
```yaml
apiVersion: sources.knative.dev/v1alpha2
apiVersion: sources.knative.dev/v1beta1
kind: ContainerSource
metadata:
name: urbanobservatory-event-source

View File

@ -75,7 +75,7 @@ file. Note that arguments and environment variables are set and will be passed
to the container.
```yaml
apiVersion: sources.knative.dev/v1alpha2
apiVersion: sources.knative.dev/v1beta1
kind: ContainerSource
metadata:
name: test-heartbeats

View File

@ -1,4 +1,4 @@
apiVersion: sources.knative.dev/v1alpha2
apiVersion: sources.knative.dev/v1beta1
kind: ContainerSource
metadata:
name: test-heartbeats