Skip to content

Commit 5834368

Browse files
author
Simon Zeltser
authored
Merge pull request #2 from GoogleCloudPlatform/introduce_managedrollout
Introduce managedrollout
2 parents 7ce4dbc + 163ea31 commit 5834368

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

endpoints/getting-started/src/main/appengine/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ endpoints_api_service:
2424
# The following values are to be replaced by information from the output of
2525
# 'gcloud endpoints services deploy openapi-appengine.yaml' command.
2626
name: ENDPOINTS-SERVICE-NAME
27-
config_id: ENDPOINTS-CONFIG-ID
27+
rollout_strategy: managed
2828
# [END configuration]

endpoints/getting-started/src/main/java/com/example/endpoints/AuthInfoServlet.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Copyright 2015 Google Inc.
3-
*
2+
* Copyright 2017 Google Inc.
3+
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
@@ -12,7 +12,7 @@
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
15-
*/
15+
*/
1616

1717

1818
package com.example.endpoints;

endpoints/multiple-versions/src/main/appengine/app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ handlers:
2121
secure: always
2222

2323
endpoints_api_service:
24-
# The following values are to be replaced by information from the output of
24+
# The following value is to be replaced by information from the output of
2525
# 'gcloud endpoints services deploy openapi-v1.yaml openapi-v2.yaml' command.
2626
name: ENDPOINTS-SERVICE-NAME
27-
config_id: ENDPOINTS-CONFIG-ID
27+
rollout_strategy: managed

0 commit comments

Comments
 (0)