updating ApiServerSource example to use v1beta1 (#2688)

This commit is contained in:
capri-xiyue 2020-07-20 13:15:34 +00:00 committed by GitHub
parent 14bd80cfa1
commit 22ef34a2d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -177,7 +177,7 @@ something went wrong during `chan` reconciliation. See
##### `src`
`src` is a
[`ApiServerSource`](https://github.com/knative/eventing/blob/master/pkg/apis/sources/v1alpha1/apiserver_types.go).
[`ApiServerSource`](https://github.com/knative/eventing/blob/master/pkg/apis/sources/v1beta1/apiserver_types.go).
First we will verify that `src` is writing to `chan`.

View File

@ -1,4 +1,4 @@
apiVersion: sources.knative.dev/v1alpha1
apiVersion: sources.knative.dev/v1beta1
kind: ApiServerSource
metadata:
name: testevents-kafka-03

View File

@ -96,7 +96,7 @@ all the YAML files deployed in this sample to point at that namespace.
block below into it.
```yaml
apiVersion: sources.knative.dev/v1alpha1
apiVersion: sources.knative.dev/v1beta1
kind: ApiServerSource
metadata:
name: testevents

View File

@ -1,4 +1,4 @@
apiVersion: sources.knative.dev/v1alpha1
apiVersion: sources.knative.dev/v1beta1
kind: ApiServerSource
metadata:
name: testevents