You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Appengine Service resource
* Added custom_create in custom_code.
* Added appengine service resource
* Updates based on review
* Updates based on review
* update based on review
* Updates
* Update
* Update
* Updated the example
* Updated the example and website link
* Skip Delete on test and noop
* Rebased and merged the appengine terraform.yaml
* Updates
* Fixes
* updated the example and excluded split from reading
* updated the example
* Reverted custom_create related code
* Reverted resource.erb
* updates
* removed the error check
* Updates
* Fixes
* Fixed the import in test script
* Updates as per review
* chanded the operation to OpAsync
* Updated the Objects from Async to OpAsync
* Fixed the example primary resource name
* Testing by removing id_format and import_format
* reverted import and id format and also the example
* Fixed the id_format
* Updates based on review
* Typo fix
* Changed url_param_only to api_name
* Updated the resource.erb from upstream/master
If set to true traffic will be migrated to this version.
555
+
properties:
556
+
- !ruby/object:Api::Type::String
557
+
name: 'service'
558
+
api_name: 'id'
559
+
required: true
560
+
description: |
561
+
The name of the service these settings apply to.
562
+
- !ruby/object:Api::Type::NestedObject
563
+
name: 'split'
564
+
description: |
565
+
Mapping that defines fractional HTTP traffic diversion to different versions within the service.
566
+
required: true
567
+
properties:
568
+
- !ruby/object:Api::Type::Enum
569
+
name: 'shardBy'
570
+
description: |
571
+
Mechanism used to determine which version a request is sent to. The traffic selection algorithm will be stable for either type until allocations are changed.
572
+
values:
573
+
- :UNSPECIFIED
574
+
- :COOKIE
575
+
- :IP
576
+
- :RANDOM
577
+
- !ruby/object:Api::Type::KeyValuePairs
578
+
name: 'allocations'
579
+
required: true
580
+
description: |
581
+
Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version. Each version can be specified only once, but some versions in the service may not have any traffic allocation. Services that have traffic allocated cannot be deleted until either the service is deleted or their traffic allocation is removed. Allocations must sum to 1. Up to two decimal place precision is supported for IP-based splits and up to three decimal places is supported for cookie-based splits.
0 commit comments