Skip to content

Commit e25657f

Browse files
n3wscottknative-prow-robot
authored andcommitted
Move SinkBinding to sources.knative.dev (#2095)
1 parent a3362de commit e25657f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/eventing/samples/sinkbinding/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ In order to direct events to our Event Display, we will first create a
8282
SinkBinding that will inject `$K_SINK` into select `Jobs`:
8383

8484
```yaml
85-
apiVersion: sources.eventing.knative.dev/v1alpha1
85+
apiVersion: sources.knative.dev/v1alpha1
8686
kind: SinkBinding
8787
metadata:
8888
name: bind-heartbeat
@@ -197,7 +197,7 @@ together. For example, the [`cloudevents-go`
197197
sample](../../../serving/samples/cloudevents/cloudevents-go) may be bound with:
198198

199199
```yaml
200-
apiVersion: sources.eventing.knative.dev/v1alpha1
200+
apiVersion: sources.knative.dev/v1alpha1
201201
kind: SinkBinding
202202
metadata:
203203
name: bind-heartbeat

docs/eventing/samples/sinkbinding/sinkbinding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
apiVersion: sources.eventing.knative.dev/v1alpha1
15+
apiVersion: sources.knative.dev/v1alpha1
1616
kind: SinkBinding
1717
metadata:
1818
name: bind-heartbeat

0 commit comments

Comments
 (0)