google-apis-run_v1 0.5.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5bfe978a4227ce74f57a2a112e253ad8938c0f27451b1d9389c5cb2d2f1f0d95
4
- data.tar.gz: 94ee1c4e4ce0cadedcb44937c1cdb832bfb5e42639732197ebd01b0c802bf2c2
3
+ metadata.gz: f5201b9fd0302bb4a950d48bc52f1b586603dbfff405465ca6f8f9c3104f2db5
4
+ data.tar.gz: b38677a6a6921f3d412ae3adeebad0d09a223a86ae8c5936e2ef8cdb79c7f44f
5
5
  SHA512:
6
- metadata.gz: c1403646a3e2aa65dd571ad20f090d3b6963deb23fb58e590fbfe72f50f973701a133ed935e6521d9e2d7eeead8f7db87ab4c15c6790f24eacb17fabfa69cb16
7
- data.tar.gz: 7058cfa2de58e118fb346e9675adb63817b6ceef99570810d4709b4b4c2b5edf1df0912c9461a28575e33b2ff6094b351cd21977aa28dc0a5c8e93b5ad85110b
6
+ metadata.gz: 74ea7ff0fb43cbc384439d171d82ecb15be8f799e7f2ff1f1f866a8157b6879581f738bd6b18eb26f3fd5fb6b39d53ff71cadc04b56e746fda7014351be4dbb9
7
+ data.tar.gz: e1d2b061a2f1d59d38570a1a62b454a8fd765b922ff52986115a7f4452baa0019adbd8ffca0844f35d9c8a8296eec27011b0b05a2278afb67c3f0df70f8278b3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v1
2
2
 
3
+ ### v0.6.0 (2021-04-03)
4
+
5
+ * Regenerated from discovery document revision 20210326
6
+
3
7
  ### v0.5.0 (2021-03-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20210319
@@ -529,7 +529,9 @@ module Google
529
529
  # @return [Google::Apis::RunV1::Probe]
530
530
  attr_accessor :liveness_probe
531
531
 
532
- # (Optional) Name of the container specified as a DNS_LABEL.
532
+ # (Optional) Name of the container specified as a DNS_LABEL. Currently unused in
533
+ # Cloud Run. More info: https://kubernetes.io/docs/concepts/overview/working-
534
+ # with-objects/names/#dns-label-names
533
535
  # Corresponds to the JSON property `name`
534
536
  # @return [String]
535
537
  attr_accessor :name
@@ -586,8 +588,9 @@ module Google
586
588
  # @return [String]
587
589
  attr_accessor :termination_message_policy
588
590
 
589
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
590
- # supported Pod volumes to mount into the container's filesystem.
591
+ # (Optional) Cloud Run fully managed: supported Volume to mount into the
592
+ # container's filesystem. Only supports SecretVolumeSources. Cloud Run for
593
+ # Anthos: supported Pod volumes to mount into the container's filesystem.
591
594
  # Corresponds to the JSON property `volumeMounts`
592
595
  # @return [Array<Google::Apis::RunV1::VolumeMount>]
593
596
  attr_accessor :volume_mounts
@@ -1099,13 +1102,14 @@ module Google
1099
1102
  end
1100
1103
  end
1101
1104
 
1102
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported Maps a
1105
+ # Cloud Run fully managed: supported Cloud Run for Anthos: supported Maps a
1103
1106
  # string key to a path within a volume.
1104
1107
  class KeyToPath
1105
1108
  include Google::Apis::Core::Hashable
1106
1109
 
1107
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported The key
1108
- # to project.
1110
+ # Cloud Run fully managed: supported The Cloud Secret Manager secret version.
1111
+ # Can be 'latest' for the latest value or an integer for a specific version.
1112
+ # Cloud Run for Anthos: supported The key to project.
1109
1113
  # Corresponds to the JSON property `key`
1110
1114
  # @return [String]
1111
1115
  attr_accessor :key
@@ -1119,7 +1123,7 @@ module Google
1119
1123
  # @return [Fixnum]
1120
1124
  attr_accessor :mode
1121
1125
 
1122
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported The
1126
+ # Cloud Run fully managed: supported Cloud Run for Anthos: supported The
1123
1127
  # relative path of the file to map the key to. May not be an absolute path. May
1124
1128
  # not contain the path element '..'. May not start with the string '..'.
1125
1129
  # Corresponds to the JSON property `path`
@@ -1656,15 +1660,15 @@ module Google
1656
1660
  # @return [Array<Google::Apis::RunV1::OwnerReference>]
1657
1661
  attr_accessor :owner_references
1658
1662
 
1659
- # (Optional) An opaque value that represents the internal version of this object
1663
+ # Optional. An opaque value that represents the internal version of this object
1660
1664
  # that can be used by clients to determine when objects have changed. May be
1661
1665
  # used for optimistic concurrency, change detection, and the watch operation on
1662
1666
  # a resource or set of resources. Clients must treat these values as opaque and
1663
- # passed unmodified back to the server. They may only be valid for a particular
1664
- # resource or set of resources. Populated by the system. Read-only. Value must
1665
- # be treated as opaque by clients. More info: https://git.k8s.io/community/
1666
- # contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-
1667
- # consistency
1667
+ # passed unmodified back to the server or omit the value to disable conflict-
1668
+ # detection. They may only be valid for a particular resource or set of
1669
+ # resources. Populated by the system. Read-only. Value must be treated as opaque
1670
+ # by clients or omitted. More info: https://git.k8s.io/community/contributors/
1671
+ # devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
1668
1672
  # Corresponds to the JSON property `resourceVersion`
1669
1673
  # @return [String]
1670
1674
  attr_accessor :resource_version
@@ -2368,8 +2372,10 @@ module Google
2368
2372
  class SecretKeySelector
2369
2373
  include Google::Apis::Core::Hashable
2370
2374
 
2371
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported The key
2372
- # of the secret to select from. Must be a valid secret key.
2375
+ # Cloud Run fully managed: supported A Cloud Secret Manager secret version. Must
2376
+ # be 'latest' for the latest version or an integer for a specific version. Cloud
2377
+ # Run for Anthos: supported The key of the secret to select from. Must be a
2378
+ # valid secret key.
2373
2379
  # Corresponds to the JSON property `key`
2374
2380
  # @return [String]
2375
2381
  attr_accessor :key
@@ -2381,8 +2387,13 @@ module Google
2381
2387
  # @return [Google::Apis::RunV1::LocalObjectReference]
2382
2388
  attr_accessor :local_object_reference
2383
2389
 
2384
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported The
2385
- # name of the secret in the pod's namespace to select from.
2390
+ # Cloud Run fully managed: supported The name of the secret in Cloud Secret
2391
+ # Manager. By default, the secret is assumed to be in the same project. If the
2392
+ # secret is in another project, you must define an alias. An alias definition
2393
+ # has the form: :projects//secrets/. If multiple alias definitions are needed,
2394
+ # they must be separated by commas. The alias definitions must be set on the run.
2395
+ # googleapis.com/secrets annotation. Cloud Run for Anthos: supported The name of
2396
+ # the secret in the pod's namespace to select from.
2386
2397
  # Corresponds to the JSON property `name`
2387
2398
  # @return [String]
2388
2399
  attr_accessor :name
@@ -2407,9 +2418,11 @@ module Google
2407
2418
  end
2408
2419
  end
2409
2420
 
2410
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported The
2411
- # contents of the target Secret's Data field will be presented in a volume as
2412
- # files using the keys in the Data field as the file names.
2421
+ # Cloud Run fully managed: supported The secret's value will be presented as the
2422
+ # content of a file whose name is defined in the item path. If no items are
2423
+ # defined, the name of the file is the secret_name. Cloud Run for Anthos:
2424
+ # supported The contents of the target Secret's Data field will be presented in
2425
+ # a volume as files using the keys in the Data field as the file names.
2413
2426
  class SecretVolumeSource
2414
2427
  include Google::Apis::Core::Hashable
2415
2428
 
@@ -2425,13 +2438,16 @@ module Google
2425
2438
  # @return [Fixnum]
2426
2439
  attr_accessor :default_mode
2427
2440
 
2428
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
2429
- # supported If unspecified, each key-value pair in the Data field of the
2430
- # referenced Secret will be projected into the volume as a file whose name is
2431
- # the key and content is the value. If specified, the listed keys will be
2432
- # projected into the specified paths, and unlisted keys will not be present. If
2433
- # a key is specified which is not present in the Secret, the volume setup will
2434
- # error unless it is marked optional.
2441
+ # (Optional) Cloud Run fully managed: supported If unspecified, the volume will
2442
+ # expose a file whose name is the secret_name. If specified, the key will be
2443
+ # used as the version to fetch from Cloud Secret Manager and the path will be
2444
+ # the name of the file exposed in the volume. When items are defined, they must
2445
+ # specify a key and a path. Cloud Run for Anthos: supported If unspecified, each
2446
+ # key-value pair in the Data field of the referenced Secret will be projected
2447
+ # into the volume as a file whose name is the key and content is the value. If
2448
+ # specified, the listed keys will be projected into the specified paths, and
2449
+ # unlisted keys will not be present. If a key is specified which is not present
2450
+ # in the Secret, the volume setup will error unless it is marked optional.
2435
2451
  # Corresponds to the JSON property `items`
2436
2452
  # @return [Array<Google::Apis::RunV1::KeyToPath>]
2437
2453
  attr_accessor :items
@@ -2443,8 +2459,13 @@ module Google
2443
2459
  attr_accessor :optional
2444
2460
  alias_method :optional?, :optional
2445
2461
 
2446
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported Name of
2447
- # the secret in the container's namespace to use.
2462
+ # Cloud Run fully managed: supported The name of the secret in Cloud Secret
2463
+ # Manager. By default, the secret is assumed to be in the same project. If the
2464
+ # secret is in another project, you must define an alias. An alias definition
2465
+ # has the form: :projects//secrets/. If multiple alias definitions are needed,
2466
+ # they must be separated by commas. The alias definitions must be set on the run.
2467
+ # googleapis.com/secrets annotation. Cloud Run for Anthos: supported Name of the
2468
+ # secret in the container's namespace to use.
2448
2469
  # Corresponds to the JSON property `secretName`
2449
2470
  # @return [String]
2450
2471
  attr_accessor :secret_name
@@ -3009,15 +3030,17 @@ module Google
3009
3030
  # @return [Google::Apis::RunV1::ConfigMapVolumeSource]
3010
3031
  attr_accessor :config_map
3011
3032
 
3012
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported Volume'
3013
- # s name.
3033
+ # Cloud Run fully managed: supported Cloud Run for Anthos: supported Volume's
3034
+ # name.
3014
3035
  # Corresponds to the JSON property `name`
3015
3036
  # @return [String]
3016
3037
  attr_accessor :name
3017
3038
 
3018
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported The
3019
- # contents of the target Secret's Data field will be presented in a volume as
3020
- # files using the keys in the Data field as the file names.
3039
+ # Cloud Run fully managed: supported The secret's value will be presented as the
3040
+ # content of a file whose name is defined in the item path. If no items are
3041
+ # defined, the name of the file is the secret_name. Cloud Run for Anthos:
3042
+ # supported The contents of the target Secret's Data field will be presented in
3043
+ # a volume as files using the keys in the Data field as the file names.
3021
3044
  # Corresponds to the JSON property `secret`
3022
3045
  # @return [Google::Apis::RunV1::SecretVolumeSource]
3023
3046
  attr_accessor :secret
@@ -3039,21 +3062,20 @@ module Google
3039
3062
  class VolumeMount
3040
3063
  include Google::Apis::Core::Hashable
3041
3064
 
3042
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported Path
3043
- # within the container at which the volume should be mounted. Must not contain ':
3044
- # '.
3065
+ # Cloud Run fully managed: supported Cloud Run for Anthos: supported Path within
3066
+ # the container at which the volume should be mounted. Must not contain ':'.
3045
3067
  # Corresponds to the JSON property `mountPath`
3046
3068
  # @return [String]
3047
3069
  attr_accessor :mount_path
3048
3070
 
3049
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported This
3050
- # must match the Name of a Volume.
3071
+ # Cloud Run fully managed: supported Cloud Run for Anthos: supported This must
3072
+ # match the Name of a Volume.
3051
3073
  # Corresponds to the JSON property `name`
3052
3074
  # @return [String]
3053
3075
  attr_accessor :name
3054
3076
 
3055
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
3056
- # supported Only true is accepted. Defaults to true.
3077
+ # (Optional) Cloud Run fully managed: supported Cloud Run for Anthos: supported
3078
+ # Only true is accepted. Defaults to true.
3057
3079
  # Corresponds to the JSON property `readOnly`
3058
3080
  # @return [Boolean]
3059
3081
  attr_accessor :read_only
@@ -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.5.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210319"
25
+ REVISION = "20210326"
26
26
  end
27
27
  end
28
28
  end
@@ -180,8 +180,8 @@ module Google
180
180
  # fully managed), replace `namespace_id` with the project ID or number.
181
181
  # @param [Google::Apis::RunV1::DomainMapping] domain_mapping_object
182
182
  # @param [String] dry_run
183
- # DryRun is a query string parameter which indicates that the server should run
184
- # validation without persisting the request.
183
+ # Indicates that the server should validate the request and populate default
184
+ # values without persisting the request. Supported values: `all`
185
185
  # @param [String] fields
186
186
  # Selector specifying which fields to include in a partial response.
187
187
  # @param [String] quota_user
@@ -219,8 +219,8 @@ module Google
219
219
  # @param [String] api_version
220
220
  # Cloud Run currently ignores this parameter.
221
221
  # @param [String] dry_run
222
- # DryRun is a query string parameter which indicates that the server should run
223
- # validation without persisting the request.
222
+ # Indicates that the server should validate the request and populate default
223
+ # values without persisting the request. Supported values: `all`
224
224
  # @param [String] kind
225
225
  # Cloud Run currently ignores this parameter.
226
226
  # @param [String] propagation_policy
@@ -353,8 +353,8 @@ module Google
353
353
  # @param [String] api_version
354
354
  # Cloud Run currently ignores this parameter.
355
355
  # @param [String] dry_run
356
- # DryRun is a query string parameter which indicates that the server should run
357
- # validation without persisting the request.
356
+ # Indicates that the server should validate the request and populate default
357
+ # values without persisting the request. Supported values: `all`
358
358
  # @param [String] kind
359
359
  # Cloud Run currently ignores this parameter.
360
360
  # @param [String] propagation_policy
@@ -574,8 +574,8 @@ module Google
574
574
  # managed), replace `namespace_id` with the project ID or number.
575
575
  # @param [Google::Apis::RunV1::Service] service_object
576
576
  # @param [String] dry_run
577
- # DryRun is a query string parameter which indicates that the server should run
578
- # validation without persisting the request.
577
+ # Indicates that the server should validate the request and populate default
578
+ # values without persisting the request. Supported values: `all`
579
579
  # @param [String] fields
580
580
  # Selector specifying which fields to include in a partial response.
581
581
  # @param [String] quota_user
@@ -614,8 +614,8 @@ module Google
614
614
  # @param [String] api_version
615
615
  # Cloud Run currently ignores this parameter.
616
616
  # @param [String] dry_run
617
- # DryRun is a query string parameter which indicates that the server should run
618
- # validation without persisting the request.
617
+ # Indicates that the server should validate the request and populate default
618
+ # values without persisting the request. Supported values: `all`
619
619
  # @param [String] kind
620
620
  # Cloud Run currently ignores this parameter.
621
621
  # @param [String] propagation_policy
@@ -750,8 +750,8 @@ module Google
750
750
  # `namespace_id` with the project ID or number.
751
751
  # @param [Google::Apis::RunV1::Service] service_object
752
752
  # @param [String] dry_run
753
- # DryRun is a query string parameter which indicates that the server should run
754
- # validation without persisting the request.
753
+ # Indicates that the server should validate the request and populate default
754
+ # values without persisting the request. Supported values: `all`
755
755
  # @param [String] fields
756
756
  # Selector specifying which fields to include in a partial response.
757
757
  # @param [String] quota_user
@@ -991,8 +991,8 @@ module Google
991
991
  # fully managed), replace `namespace_id` with the project ID or number.
992
992
  # @param [Google::Apis::RunV1::DomainMapping] domain_mapping_object
993
993
  # @param [String] dry_run
994
- # DryRun is a query string parameter which indicates that the server should run
995
- # validation without persisting the request.
994
+ # Indicates that the server should validate the request and populate default
995
+ # values without persisting the request. Supported values: `all`
996
996
  # @param [String] fields
997
997
  # Selector specifying which fields to include in a partial response.
998
998
  # @param [String] quota_user
@@ -1030,8 +1030,8 @@ module Google
1030
1030
  # @param [String] api_version
1031
1031
  # Cloud Run currently ignores this parameter.
1032
1032
  # @param [String] dry_run
1033
- # DryRun is a query string parameter which indicates that the server should run
1034
- # validation without persisting the request.
1033
+ # Indicates that the server should validate the request and populate default
1034
+ # values without persisting the request. Supported values: `all`
1035
1035
  # @param [String] kind
1036
1036
  # Cloud Run currently ignores this parameter.
1037
1037
  # @param [String] propagation_policy
@@ -1164,8 +1164,8 @@ module Google
1164
1164
  # @param [String] api_version
1165
1165
  # Cloud Run currently ignores this parameter.
1166
1166
  # @param [String] dry_run
1167
- # DryRun is a query string parameter which indicates that the server should run
1168
- # validation without persisting the request.
1167
+ # Indicates that the server should validate the request and populate default
1168
+ # values without persisting the request. Supported values: `all`
1169
1169
  # @param [String] kind
1170
1170
  # Cloud Run currently ignores this parameter.
1171
1171
  # @param [String] propagation_policy
@@ -1385,8 +1385,8 @@ module Google
1385
1385
  # managed), replace `namespace_id` with the project ID or number.
1386
1386
  # @param [Google::Apis::RunV1::Service] service_object
1387
1387
  # @param [String] dry_run
1388
- # DryRun is a query string parameter which indicates that the server should run
1389
- # validation without persisting the request.
1388
+ # Indicates that the server should validate the request and populate default
1389
+ # values without persisting the request. Supported values: `all`
1390
1390
  # @param [String] fields
1391
1391
  # Selector specifying which fields to include in a partial response.
1392
1392
  # @param [String] quota_user
@@ -1425,8 +1425,8 @@ module Google
1425
1425
  # @param [String] api_version
1426
1426
  # Cloud Run currently ignores this parameter.
1427
1427
  # @param [String] dry_run
1428
- # DryRun is a query string parameter which indicates that the server should run
1429
- # validation without persisting the request.
1428
+ # Indicates that the server should validate the request and populate default
1429
+ # values without persisting the request. Supported values: `all`
1430
1430
  # @param [String] kind
1431
1431
  # Cloud Run currently ignores this parameter.
1432
1432
  # @param [String] propagation_policy
@@ -1602,8 +1602,8 @@ module Google
1602
1602
  # `namespace_id` with the project ID or number.
1603
1603
  # @param [Google::Apis::RunV1::Service] service_object
1604
1604
  # @param [String] dry_run
1605
- # DryRun is a query string parameter which indicates that the server should run
1606
- # validation without persisting the request.
1605
+ # Indicates that the server should validate the request and populate default
1606
+ # values without persisting the request. Supported values: `all`
1607
1607
  # @param [String] fields
1608
1608
  # Selector specifying which fields to include in a partial response.
1609
1609
  # @param [String] quota_user
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.5.0
4
+ version: 0.6.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: 2021-03-29 00:00:00.000000000 Z
11
+ date: 2021-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-run_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.5.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-run_v1
57
57
  post_install_message:
58
58
  rdoc_options: []