updating sinkBinding example to v1beta1 (#2673)

This commit is contained in:
Ignacio (Nacho) Cano 2020-07-16 17:02:33 -07:00 committed by GitHub
parent 2a5899a0f3
commit 75c741c010
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -75,7 +75,7 @@ In order to direct events to our Event Display, we will first create a
SinkBinding that will inject `$K_SINK` and "$K_CE_OVERRIDES" into select `Jobs`:
```yaml
apiVersion: sources.knative.dev/v1alpha1
apiVersion: sources.knative.dev/v1beta1
kind: SinkBinding
metadata:
name: bind-heartbeat
@ -192,7 +192,7 @@ together. For example, the [`cloudevents-go`
sample](../../../serving/samples/cloudevents/cloudevents-go) may be bound with:
```yaml
apiVersion: sources.knative.dev/v1alpha1
apiVersion: sources.knative.dev/v1beta1
kind: SinkBinding
metadata:
name: bind-heartbeat

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: sources.knative.dev/v1alpha1
apiVersion: sources.knative.dev/v1beta1
kind: SinkBinding
metadata:
name: bind-heartbeat