google-apis-run_v1 0.57.0 → 0.59.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: de144becd9bca1faceec771782b387b40bc3fb39f5eb6a0e8f4cf3fdc71ba315
4
- data.tar.gz: 3821b384e9c393904f5e8da3c9067cb6cab570101d66a5f2d153c44b0098423d
3
+ metadata.gz: 32095e5d3e1b5235aeb2849d3cd62e34209c62ce548a9a39007a8a91a8691237
4
+ data.tar.gz: f6a9193dfe3a892d90cd381625472c2075c9649b7485fcf9a4e659d5ab0856ec
5
5
  SHA512:
6
- metadata.gz: a24aab0352f20166aacd72d80fbe18ba2741b7155d4266a94eceed29f3c04580d3a50469294d411838efd848ab5b6865c97a2c15fc66c3b0dc48e25e22487427
7
- data.tar.gz: 8a2a3fc1c1098b1cfebd05f8438dd228d2d4640dba5f3440df988618c487c3bf4c3fa7088d29a87771287c905f31ea75efbc1f1d30f473dd75db20bb07a664ce
6
+ metadata.gz: 01ae591ff4f60760d4789565227b99804f7ba7b35504cb2c15ea4662c78155a3b1841f3224dd0251f60535c804f9819c2ca44a113e6ead593e8e495032a8e8c3
7
+ data.tar.gz: 69b231f7abd1e47705841f7fa7fa6bc8572f75dbf29a6f6b08211f654cbafbbc899d986398c1ba681e48cd3b833f27f382f6b7ba1d17bd474e7396fc0dc5769b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-run_v1
2
2
 
3
+ ### v0.59.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230806
6
+
7
+ ### v0.58.0 (2023-08-06)
8
+
9
+ * Regenerated from discovery document revision 20230730
10
+
3
11
  ### v0.57.0 (2023-07-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20230709
@@ -628,20 +628,22 @@ module Google
628
628
  class ContainerOverride
629
629
  include Google::Apis::Core::Hashable
630
630
 
631
- # Arguments to the entrypoint. Will replace existing args for override if
632
- # present. Must be empty if `clear_args` is set to true.
631
+ # Arguments to the entrypoint. The specified arguments replace and override any
632
+ # existing entrypoint arguments. Must be empty if `clear_args` is set to true.
633
633
  # Corresponds to the JSON property `args`
634
634
  # @return [Array<String>]
635
635
  attr_accessor :args
636
636
 
637
- # Optional. True if the intention is to clear out existing args list.
637
+ # Optional. Set to True to clear all existing arguments.
638
638
  # Corresponds to the JSON property `clearArgs`
639
639
  # @return [Boolean]
640
640
  attr_accessor :clear_args
641
641
  alias_method :clear_args?, :clear_args
642
642
 
643
- # List of environment variables to set in the container. Will be merged with
644
- # existing env for override.
643
+ # List of environment variables to set in the container. All specified
644
+ # environment variables are merged with existing environment variables. When the
645
+ # specified environment variables exist, these values override any existing
646
+ # values.
645
647
  # Corresponds to the JSON property `env`
646
648
  # @return [Array<Google::Apis::RunV1::EnvVar>]
647
649
  attr_accessor :env
@@ -828,10 +830,9 @@ module Google
828
830
  end
829
831
  end
830
832
 
831
- # Ephemeral storage which can be backed by real disks (HD, SSD), network storage
832
- # or memory (i.e. tmpfs). For now only in memory (tmpfs) is supported. It is
833
- # ephemeral in the sense that when the sandbox is taken down, the data is
834
- # destroyed with it (it does not persist across sandbox runs).
833
+ # In memory (tmpfs) ephemeral storage. It is ephemeral in the sense that when
834
+ # the sandbox is taken down, the data is destroyed with it (it does not persist
835
+ # across sandbox runs).
835
836
  class EmptyDirVolumeSource
836
837
  include Google::Apis::Core::Hashable
837
838
 
@@ -845,11 +846,10 @@ module Google
845
846
  # Limit on the storage usable by this EmptyDir volume. The size limit is also
846
847
  # applicable for memory medium. The maximum usage on memory medium EmptyDir
847
848
  # would be the minimum value between the SizeLimit specified here and the sum of
848
- # memory limits of all containers in a pod. This field's values are of the '
849
- # Quantity' k8s type: https://kubernetes.io/docs/reference/kubernetes-api/common-
850
- # definitions/quantity/. The default is nil which means that the limit is
851
- # undefined. More info: https://kubernetes.io/docs/concepts/storage/volumes/#
852
- # emptydir
849
+ # memory limits of all containers. The default is nil which means that the limit
850
+ # is undefined. More info: https://cloud.google.com/run/docs/configuring/in-
851
+ # memory-volumes#configure-volume. Info in Kubernetes: https://kubernetes.io/
852
+ # docs/concepts/storage/volumes/#emptydir
853
853
  # Corresponds to the JSON property `sizeLimit`
854
854
  # @return [String]
855
855
  attr_accessor :size_limit
@@ -2354,22 +2354,22 @@ module Google
2354
2354
  # evaluates to `true`. A condition can add constraints based on attributes of
2355
2355
  # the request, the resource, or both. To learn which resources support
2356
2356
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2357
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2357
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
2358
2358
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2359
2359
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2360
2360
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2361
2361
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2362
2362
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
2363
2363
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
2364
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
2365
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
2366
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
2367
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
2368
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
2369
- # access description: Does not grant access after Sep 2020 expression: request.
2370
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
2371
- # a description of IAM and its features, see the [IAM documentation](https://
2372
- # cloud.google.com/iam/docs/).
2364
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
2365
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
2366
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
2367
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
2368
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
2369
+ # title: expirable access description: Does not grant access after Sep 2020
2370
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
2371
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
2372
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
2373
2373
  class Policy
2374
2374
  include Google::Apis::Core::Hashable
2375
2375
 
@@ -3253,22 +3253,22 @@ module Google
3253
3253
  # evaluates to `true`. A condition can add constraints based on attributes of
3254
3254
  # the request, the resource, or both. To learn which resources support
3255
3255
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
3256
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
3256
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
3257
3257
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
3258
3258
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
3259
3259
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
3260
3260
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
3261
3261
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
3262
3262
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
3263
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
3264
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
3265
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
3266
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
3267
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
3268
- # access description: Does not grant access after Sep 2020 expression: request.
3269
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
3270
- # a description of IAM and its features, see the [IAM documentation](https://
3271
- # cloud.google.com/iam/docs/).
3263
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
3264
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
3265
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
3266
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
3267
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
3268
+ # title: expirable access description: Does not grant access after Sep 2020
3269
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
3270
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
3271
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
3272
3272
  # Corresponds to the JSON property `policy`
3273
3273
  # @return [Google::Apis::RunV1::Policy]
3274
3274
  attr_accessor :policy
@@ -3805,10 +3805,9 @@ module Google
3805
3805
  # @return [Google::Apis::RunV1::ConfigMapVolumeSource]
3806
3806
  attr_accessor :config_map
3807
3807
 
3808
- # Ephemeral storage which can be backed by real disks (HD, SSD), network storage
3809
- # or memory (i.e. tmpfs). For now only in memory (tmpfs) is supported. It is
3810
- # ephemeral in the sense that when the sandbox is taken down, the data is
3811
- # destroyed with it (it does not persist across sandbox runs).
3808
+ # In memory (tmpfs) ephemeral storage. It is ephemeral in the sense that when
3809
+ # the sandbox is taken down, the data is destroyed with it (it does not persist
3810
+ # across sandbox runs).
3812
3811
  # Corresponds to the JSON property `emptyDir`
3813
3812
  # @return [Google::Apis::RunV1::EmptyDirVolumeSource]
3814
3813
  attr_accessor :empty_dir
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RunV1
18
18
  # Version of the google-apis-run_v1 gem
19
- GEM_VERSION = "0.57.0"
19
+ GEM_VERSION = "0.59.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230709"
25
+ REVISION = "20230806"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-run_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.57.0
4
+ version: 0.59.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-16 00:00:00.000000000 Z
11
+ date: 2023-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.57.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.59.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v1
63
63
  post_install_message:
64
64
  rdoc_options: []