mirror of https://github.com/knative/docs.git
updating sinkBinding example to v1beta1 (#2673)
This commit is contained in:
parent
2a5899a0f3
commit
75c741c010
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue