Skip to content

Commit 8d45bf0

Browse files
authored
Merge pull request #22608 from abrennan89/SRVCOM-798
Change v1alpha1 to v1 in Serverless docs code samples
2 parents be751f7 + 5f50746 commit 8d45bf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/knative-serving-concurrent-autoscaling-requests.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Here is an example of `target` being used in a revision template:
1111

1212
[source,yaml]
1313
----
14-
apiVersion: serving.knative.dev/v1alpha1
14+
apiVersion: serving.knative.dev/v1
1515
kind: Service
1616
metadata:
1717
name: myapp
@@ -28,7 +28,7 @@ spec:
2828
Here is an example of `containerConcurrency` being used in a revision template:
2929
[source,yaml]
3030
----
31-
apiVersion: serving.knative.dev/v1alpha1
31+
apiVersion: serving.knative.dev/v1
3232
kind: Service
3333
metadata:
3434
name: myapp

0 commit comments

Comments
 (0)