google-apis-run_v1 0.6.0 → 0.11.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: f5201b9fd0302bb4a950d48bc52f1b586603dbfff405465ca6f8f9c3104f2db5
4
- data.tar.gz: b38677a6a6921f3d412ae3adeebad0d09a223a86ae8c5936e2ef8cdb79c7f44f
3
+ metadata.gz: a29761e6f4d5f267c1d8aaa1a1bd5649ee459c61114b1af32c578cc583acda4c
4
+ data.tar.gz: 184fa6d7432acbf025e3e7524f973de541fc2700e5c15461e22da7ca1c718c53
5
5
  SHA512:
6
- metadata.gz: 74ea7ff0fb43cbc384439d171d82ecb15be8f799e7f2ff1f1f866a8157b6879581f738bd6b18eb26f3fd5fb6b39d53ff71cadc04b56e746fda7014351be4dbb9
7
- data.tar.gz: e1d2b061a2f1d59d38570a1a62b454a8fd765b922ff52986115a7f4452baa0019adbd8ffca0844f35d9c8a8296eec27011b0b05a2278afb67c3f0df70f8278b3
6
+ metadata.gz: 4a8613add68515e8378e1dfcd8eb7aa58b79e5d858c916bc876f764a57c2faf040aed7e59f5109b8b6669a7f3329a4519cb7b42a73508e7ef3db3417d3babf1c
7
+ data.tar.gz: dfd75684a743d18a5bd77a53d3d76537d1cd1474b764dca2dc729bd8ac0a4b9d333fbfd643fb5d8cd9011818c8a5e7acdf62efb16b8a932a4c606325193d4e79
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-run_v1
2
2
 
3
+ ### v0.11.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.10.0 (2021-06-24)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.9.0 (2021-06-19)
12
+
13
+ * Regenerated from discovery document revision 20210611
14
+ * Regenerated using generator version 0.3.0
15
+
16
+ ### v0.8.0 (2021-05-22)
17
+
18
+ * Regenerated from discovery document revision 20210517
19
+
20
+ ### v0.7.0 (2021-04-17)
21
+
22
+ * Regenerated from discovery document revision 20210409
23
+
3
24
  ### v0.6.0 (2021-04-03)
4
25
 
5
26
  * Regenerated from discovery document revision 20210326
@@ -22,7 +22,8 @@ module Google
22
22
  # Cloud Run Admin API
23
23
  #
24
24
  # Deploy and manage user provided container images that scale automatically
25
- # based on HTTP traffic.
25
+ # based on incoming requets. The Cloud Run Admin API follows the Knative Serving
26
+ # API specification.
26
27
  #
27
28
  # @see https://cloud.google.com/run/
28
29
  module RunV1
@@ -211,28 +211,24 @@ module Google
211
211
  end
212
212
  end
213
213
 
214
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported
215
- # ConfigMapEnvSource selects a ConfigMap to populate the environment variables
216
- # with. The contents of the target ConfigMap's Data field will represent the key-
217
- # value pairs as environment variables.
214
+ # Not supported by Cloud Run ConfigMapEnvSource selects a ConfigMap to populate
215
+ # the environment variables with. The contents of the target ConfigMap's Data
216
+ # field will represent the key-value pairs as environment variables.
218
217
  class ConfigMapEnvSource
219
218
  include Google::Apis::Core::Hashable
220
219
 
221
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported
222
- # LocalObjectReference contains enough information to let you locate the
223
- # referenced object inside the same namespace.
220
+ # Not supported by Cloud Run LocalObjectReference contains enough information to
221
+ # let you locate the referenced object inside the same namespace.
224
222
  # Corresponds to the JSON property `localObjectReference`
225
223
  # @return [Google::Apis::RunV1::LocalObjectReference]
226
224
  attr_accessor :local_object_reference
227
225
 
228
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported The
229
- # ConfigMap to select from.
226
+ # The ConfigMap to select from.
230
227
  # Corresponds to the JSON property `name`
231
228
  # @return [String]
232
229
  attr_accessor :name
233
230
 
234
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
235
- # supported Specify whether the ConfigMap must be defined
231
+ # (Optional) Specify whether the ConfigMap must be defined
236
232
  # Corresponds to the JSON property `optional`
237
233
  # @return [Boolean]
238
234
  attr_accessor :optional
@@ -250,32 +246,27 @@ module Google
250
246
  end
251
247
  end
252
248
 
253
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported Selects
254
- # a key from a ConfigMap.
249
+ # Not supported by Cloud Run Selects a key from a ConfigMap.
255
250
  class ConfigMapKeySelector
256
251
  include Google::Apis::Core::Hashable
257
252
 
258
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported The key
259
- # to select.
253
+ # The key to select.
260
254
  # Corresponds to the JSON property `key`
261
255
  # @return [String]
262
256
  attr_accessor :key
263
257
 
264
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported
265
- # LocalObjectReference contains enough information to let you locate the
266
- # referenced object inside the same namespace.
258
+ # Not supported by Cloud Run LocalObjectReference contains enough information to
259
+ # let you locate the referenced object inside the same namespace.
267
260
  # Corresponds to the JSON property `localObjectReference`
268
261
  # @return [Google::Apis::RunV1::LocalObjectReference]
269
262
  attr_accessor :local_object_reference
270
263
 
271
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported The
272
- # ConfigMap to select from.
264
+ # The ConfigMap to select from.
273
265
  # Corresponds to the JSON property `name`
274
266
  # @return [String]
275
267
  attr_accessor :name
276
268
 
277
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
278
- # supported Specify whether the ConfigMap or its key must be defined
269
+ # (Optional) Specify whether the ConfigMap or its key must be defined
279
270
  # Corresponds to the JSON property `optional`
280
271
  # @return [Boolean]
281
272
  attr_accessor :optional
@@ -294,16 +285,14 @@ module Google
294
285
  end
295
286
  end
296
287
 
297
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported Adapts
298
- # a ConfigMap into a volume. The contents of the target ConfigMap's Data field
299
- # will be presented in a volume as files using the keys in the Data field as the
300
- # file names, unless the items element is populated with specific mappings of
301
- # keys to paths.
288
+ # Not supported by Cloud Run Adapts a ConfigMap into a volume. The contents of
289
+ # the target ConfigMap's Data field will be presented in a volume as files using
290
+ # the keys in the Data field as the file names, unless the items element is
291
+ # populated with specific mappings of keys to paths.
302
292
  class ConfigMapVolumeSource
303
293
  include Google::Apis::Core::Hashable
304
294
 
305
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
306
- # supported Mode bits to use on created files by default. Must be a value
295
+ # (Optional) Mode bits to use on created files by default. Must be a value
307
296
  # between 0 and 0777. Defaults to 0644. Directories within the path are not
308
297
  # affected by this setting. This might be in conflict with other options that
309
298
  # affect the file mode, like fsGroup, and the result can be other mode bits set.
@@ -311,25 +300,22 @@ module Google
311
300
  # @return [Fixnum]
312
301
  attr_accessor :default_mode
313
302
 
314
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
315
- # supported If unspecified, each key-value pair in the Data field of the
303
+ # (Optional) If unspecified, each key-value pair in the Data field of the
316
304
  # referenced Secret will be projected into the volume as a file whose name is
317
305
  # the key and content is the value. If specified, the listed keys will be
318
306
  # projected into the specified paths, and unlisted keys will not be present. If
319
- # a key is specified which is not present in the Secret, the volume setup will
307
+ # a key is specified that is not present in the Secret, the volume setup will
320
308
  # error unless it is marked optional.
321
309
  # Corresponds to the JSON property `items`
322
310
  # @return [Array<Google::Apis::RunV1::KeyToPath>]
323
311
  attr_accessor :items
324
312
 
325
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported Name of
326
- # the config.
313
+ # Name of the config.
327
314
  # Corresponds to the JSON property `name`
328
315
  # @return [String]
329
316
  attr_accessor :name
330
317
 
331
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
332
- # supported Specify whether the Secret or its keys must be defined.
318
+ # (Optional) Specify whether the Secret or its keys must be defined.
333
319
  # Corresponds to the JSON property `optional`
334
320
  # @return [Boolean]
335
321
  attr_accessor :optional
@@ -472,15 +458,14 @@ module Google
472
458
  class Container
473
459
  include Google::Apis::Core::Hashable
474
460
 
475
- # (Optional) Cloud Run fully managed: supported Cloud Run for Anthos: supported
476
- # Arguments to the entrypoint. The docker image's CMD is used if this is not
477
- # provided. Variable references $(VAR_NAME) are expanded using the container's
478
- # environment. If a variable cannot be resolved, the reference in the input
479
- # string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $
480
- # $, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of
481
- # whether the variable exists or not. More info: https://kubernetes.io/docs/
482
- # tasks/inject-data-application/define-command-argument-container/#running-a-
483
- # command-in-a-shell
461
+ # (Optional) Arguments to the entrypoint. The docker image's CMD is used if this
462
+ # is not provided. Variable references $(VAR_NAME) are expanded using the
463
+ # container's environment. If a variable cannot be resolved, the reference in
464
+ # the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with
465
+ # a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded,
466
+ # regardless of whether the variable exists or not. More info: https://
467
+ # kubernetes.io/docs/tasks/inject-data-application/define-command-argument-
468
+ # container/#running-a-command-in-a-shell
484
469
  # Corresponds to the JSON property `args`
485
470
  # @return [Array<String>]
486
471
  attr_accessor :args
@@ -490,14 +475,12 @@ module Google
490
475
  # @return [Array<String>]
491
476
  attr_accessor :command
492
477
 
493
- # (Optional) Cloud Run fully managed: supported Cloud Run for Anthos: supported
494
- # List of environment variables to set in the container.
478
+ # (Optional) List of environment variables to set in the container.
495
479
  # Corresponds to the JSON property `env`
496
480
  # @return [Array<Google::Apis::RunV1::EnvVar>]
497
481
  attr_accessor :env
498
482
 
499
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
500
- # supported List of sources to populate environment variables in the container.
483
+ # (Optional) List of sources to populate environment variables in the container.
501
484
  # The keys defined within a source must be a C_IDENTIFIER. All invalid keys will
502
485
  # be reported as an event when the container is starting. When a key exists in
503
486
  # multiple sources, the value associated with the last source will take
@@ -507,24 +490,23 @@ module Google
507
490
  # @return [Array<Google::Apis::RunV1::EnvFromSource>]
508
491
  attr_accessor :env_from
509
492
 
510
- # Cloud Run fully managed: only supports containers from Google Container
511
- # Registry Cloud Run for Anthos: supported URL of the Container image. More info:
512
- # https://kubernetes.io/docs/concepts/containers/images
493
+ # Only supports containers from Google Container Registry or Artifact Registry
494
+ # URL of the Container image. More info: https://kubernetes.io/docs/concepts/
495
+ # containers/images
513
496
  # Corresponds to the JSON property `image`
514
497
  # @return [String]
515
498
  attr_accessor :image
516
499
 
517
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
518
- # supported Image pull policy. One of Always, Never, IfNotPresent. Defaults to
500
+ # (Optional) Image pull policy. One of Always, Never, IfNotPresent. Defaults to
519
501
  # Always if :latest tag is specified, or IfNotPresent otherwise. More info:
520
502
  # https://kubernetes.io/docs/concepts/containers/images#updating-images
521
503
  # Corresponds to the JSON property `imagePullPolicy`
522
504
  # @return [String]
523
505
  attr_accessor :image_pull_policy
524
506
 
525
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported Probe
526
- # describes a health check to be performed against a container to determine
527
- # whether it is alive or ready to receive traffic.
507
+ # Not supported by Cloud Run Probe describes a health check to be performed
508
+ # against a container to determine whether it is alive or ready to receive
509
+ # traffic.
528
510
  # Corresponds to the JSON property `livenessProbe`
529
511
  # @return [Google::Apis::RunV1::Probe]
530
512
  attr_accessor :liveness_probe
@@ -545,9 +527,9 @@ module Google
545
527
  # @return [Array<Google::Apis::RunV1::ContainerPort>]
546
528
  attr_accessor :ports
547
529
 
548
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported Probe
549
- # describes a health check to be performed against a container to determine
550
- # whether it is alive or ready to receive traffic.
530
+ # Not supported by Cloud Run Probe describes a health check to be performed
531
+ # against a container to determine whether it is alive or ready to receive
532
+ # traffic.
551
533
  # Corresponds to the JSON property `readinessProbe`
552
534
  # @return [Google::Apis::RunV1::Probe]
553
535
  attr_accessor :readiness_probe
@@ -557,17 +539,22 @@ module Google
557
539
  # @return [Google::Apis::RunV1::ResourceRequirements]
558
540
  attr_accessor :resources
559
541
 
560
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported
561
- # SecurityContext holds security configuration that will be applied to a
562
- # container. Some fields are present in both SecurityContext and
563
- # PodSecurityContext. When both are set, the values in SecurityContext take
564
- # precedence.
542
+ # Not supported by Cloud Run SecurityContext holds security configuration that
543
+ # will be applied to a container. Some fields are present in both
544
+ # SecurityContext and PodSecurityContext. When both are set, the values in
545
+ # SecurityContext take precedence.
565
546
  # Corresponds to the JSON property `securityContext`
566
547
  # @return [Google::Apis::RunV1::SecurityContext]
567
548
  attr_accessor :security_context
568
549
 
569
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
570
- # supported Path at which the file to which the container's termination message
550
+ # Not supported by Cloud Run Probe describes a health check to be performed
551
+ # against a container to determine whether it is alive or ready to receive
552
+ # traffic.
553
+ # Corresponds to the JSON property `startupProbe`
554
+ # @return [Google::Apis::RunV1::Probe]
555
+ attr_accessor :startup_probe
556
+
557
+ # (Optional) Path at which the file to which the container's termination message
571
558
  # will be written is mounted into the container's filesystem. Message written is
572
559
  # intended to be brief final status, such as an assertion failure message. Will
573
560
  # be truncated by the node if greater than 4096 bytes. The total message length
@@ -577,8 +564,7 @@ module Google
577
564
  # @return [String]
578
565
  attr_accessor :termination_message_path
579
566
 
580
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
581
- # supported Indicate how the termination message should be populated. File will
567
+ # (Optional) Indicate how the termination message should be populated. File will
582
568
  # use the contents of terminationMessagePath to populate the container status
583
569
  # message on both success and failure. FallbackToLogsOnError will use the last
584
570
  # chunk of container log output if the termination message file is empty and the
@@ -588,15 +574,13 @@ module Google
588
574
  # @return [String]
589
575
  attr_accessor :termination_message_policy
590
576
 
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.
577
+ # (Optional) Volume to mount into the container's filesystem. Only supports
578
+ # SecretVolumeSources. Pod volumes to mount into the container's filesystem.
594
579
  # Corresponds to the JSON property `volumeMounts`
595
580
  # @return [Array<Google::Apis::RunV1::VolumeMount>]
596
581
  attr_accessor :volume_mounts
597
582
 
598
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
599
- # supported Container's working directory. If not specified, the container
583
+ # (Optional) Container's working directory. If not specified, the container
600
584
  # runtime's default will be used, which might be configured in the container
601
585
  # image.
602
586
  # Corresponds to the JSON property `workingDir`
@@ -621,6 +605,7 @@ module Google
621
605
  @readiness_probe = args[:readiness_probe] if args.key?(:readiness_probe)
622
606
  @resources = args[:resources] if args.key?(:resources)
623
607
  @security_context = args[:security_context] if args.key?(:security_context)
608
+ @startup_probe = args[:startup_probe] if args.key?(:startup_probe)
624
609
  @termination_message_path = args[:termination_message_path] if args.key?(:termination_message_path)
625
610
  @termination_message_policy = args[:termination_message_policy] if args.key?(:termination_message_policy)
626
611
  @volume_mounts = args[:volume_mounts] if args.key?(:volume_mounts)
@@ -644,8 +629,7 @@ module Google
644
629
  # @return [String]
645
630
  attr_accessor :name
646
631
 
647
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
648
- # supported Protocol for port. Must be "TCP". Defaults to "TCP".
632
+ # (Optional) Protocol for port. Must be "TCP". Defaults to "TCP".
649
633
  # Corresponds to the JSON property `protocol`
650
634
  # @return [String]
651
635
  attr_accessor :protocol
@@ -793,30 +777,27 @@ module Google
793
777
  end
794
778
  end
795
779
 
796
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported
797
- # EnvFromSource represents the source of a set of ConfigMaps
780
+ # Not supported by Cloud Run EnvFromSource represents the source of a set of
781
+ # ConfigMaps
798
782
  class EnvFromSource
799
783
  include Google::Apis::Core::Hashable
800
784
 
801
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported
802
- # ConfigMapEnvSource selects a ConfigMap to populate the environment variables
803
- # with. The contents of the target ConfigMap's Data field will represent the key-
804
- # value pairs as environment variables.
785
+ # Not supported by Cloud Run ConfigMapEnvSource selects a ConfigMap to populate
786
+ # the environment variables with. The contents of the target ConfigMap's Data
787
+ # field will represent the key-value pairs as environment variables.
805
788
  # Corresponds to the JSON property `configMapRef`
806
789
  # @return [Google::Apis::RunV1::ConfigMapEnvSource]
807
790
  attr_accessor :config_map_ref
808
791
 
809
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
810
- # supported An optional identifier to prepend to each key in the ConfigMap. Must
811
- # be a C_IDENTIFIER.
792
+ # (Optional) An optional identifier to prepend to each key in the ConfigMap.
793
+ # Must be a C_IDENTIFIER.
812
794
  # Corresponds to the JSON property `prefix`
813
795
  # @return [String]
814
796
  attr_accessor :prefix
815
797
 
816
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported
817
- # SecretEnvSource selects a Secret to populate the environment variables with.
818
- # The contents of the target Secret's Data field will represent the key-value
819
- # pairs as environment variables.
798
+ # Not supported by Cloud Run SecretEnvSource selects a Secret to populate the
799
+ # environment variables with. The contents of the target Secret's Data field
800
+ # will represent the key-value pairs as environment variables.
820
801
  # Corresponds to the JSON property `secretRef`
821
802
  # @return [Google::Apis::RunV1::SecretEnvSource]
822
803
  attr_accessor :secret_ref
@@ -852,7 +833,6 @@ module Google
852
833
  # @return [String]
853
834
  attr_accessor :value
854
835
 
855
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported
856
836
  # EnvVarSource represents a source for the value of an EnvVar.
857
837
  # Corresponds to the JSON property `valueFrom`
858
838
  # @return [Google::Apis::RunV1::EnvVarSource]
@@ -870,18 +850,15 @@ module Google
870
850
  end
871
851
  end
872
852
 
873
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported
874
853
  # EnvVarSource represents a source for the value of an EnvVar.
875
854
  class EnvVarSource
876
855
  include Google::Apis::Core::Hashable
877
856
 
878
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported Selects
879
- # a key from a ConfigMap.
857
+ # Not supported by Cloud Run Selects a key from a ConfigMap.
880
858
  # Corresponds to the JSON property `configMapKeyRef`
881
859
  # @return [Google::Apis::RunV1::ConfigMapKeySelector]
882
860
  attr_accessor :config_map_key_ref
883
861
 
884
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported
885
862
  # SecretKeySelector selects a key of a Secret.
886
863
  # Corresponds to the JSON property `secretKeyRef`
887
864
  # @return [Google::Apis::RunV1::SecretKeySelector]
@@ -898,13 +875,11 @@ module Google
898
875
  end
899
876
  end
900
877
 
901
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported
902
- # ExecAction describes a "run in container" action.
878
+ # Not supported by Cloud Run ExecAction describes a "run in container" action.
903
879
  class ExecAction
904
880
  include Google::Apis::Core::Hashable
905
881
 
906
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
907
- # supported Command is the command line to execute inside the container, the
882
+ # (Optional) Command is the command line to execute inside the container, the
908
883
  # working directory for the command is root ('/') in the container's filesystem.
909
884
  # The command is simply exec'd, it is not run inside a shell, so traditional
910
885
  # shell instructions ('|', etc) won't work. To use a shell, you need to
@@ -1031,32 +1006,28 @@ module Google
1031
1006
  end
1032
1007
  end
1033
1008
 
1034
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported
1035
- # HTTPGetAction describes an action based on HTTP Get requests.
1009
+ # Not supported by Cloud Run HTTPGetAction describes an action based on HTTP Get
1010
+ # requests.
1036
1011
  class HttpGetAction
1037
1012
  include Google::Apis::Core::Hashable
1038
1013
 
1039
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
1040
- # supported Host name to connect to, defaults to the pod IP. You probably want
1014
+ # (Optional) Host name to connect to, defaults to the pod IP. You probably want
1041
1015
  # to set "Host" in httpHeaders instead.
1042
1016
  # Corresponds to the JSON property `host`
1043
1017
  # @return [String]
1044
1018
  attr_accessor :host
1045
1019
 
1046
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
1047
- # supported Custom headers to set in the request. HTTP allows repeated headers.
1020
+ # (Optional) Custom headers to set in the request. HTTP allows repeated headers.
1048
1021
  # Corresponds to the JSON property `httpHeaders`
1049
1022
  # @return [Array<Google::Apis::RunV1::HttpHeader>]
1050
1023
  attr_accessor :http_headers
1051
1024
 
1052
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
1053
- # supported Path to access on the HTTP server.
1025
+ # (Optional) Path to access on the HTTP server.
1054
1026
  # Corresponds to the JSON property `path`
1055
1027
  # @return [String]
1056
1028
  attr_accessor :path
1057
1029
 
1058
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
1059
- # supported Scheme to use for connecting to the host. Defaults to HTTP.
1030
+ # (Optional) Scheme to use for connecting to the host. Defaults to HTTP.
1060
1031
  # Corresponds to the JSON property `scheme`
1061
1032
  # @return [String]
1062
1033
  attr_accessor :scheme
@@ -1074,19 +1045,17 @@ module Google
1074
1045
  end
1075
1046
  end
1076
1047
 
1077
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported
1078
- # HTTPHeader describes a custom header to be used in HTTP probes
1048
+ # Not supported by Cloud Run HTTPHeader describes a custom header to be used in
1049
+ # HTTP probes
1079
1050
  class HttpHeader
1080
1051
  include Google::Apis::Core::Hashable
1081
1052
 
1082
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported The
1083
- # header field name
1053
+ # The header field name
1084
1054
  # Corresponds to the JSON property `name`
1085
1055
  # @return [String]
1086
1056
  attr_accessor :name
1087
1057
 
1088
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported The
1089
- # header field value
1058
+ # The header field value
1090
1059
  # Corresponds to the JSON property `value`
1091
1060
  # @return [String]
1092
1061
  attr_accessor :value
@@ -1102,30 +1071,26 @@ module Google
1102
1071
  end
1103
1072
  end
1104
1073
 
1105
- # Cloud Run fully managed: supported Cloud Run for Anthos: supported Maps a
1106
- # string key to a path within a volume.
1074
+ # Maps a string key to a path within a volume.
1107
1075
  class KeyToPath
1108
1076
  include Google::Apis::Core::Hashable
1109
1077
 
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.
1078
+ # The Cloud Secret Manager secret version. Can be 'latest' for the latest value
1079
+ # or an integer for a specific version. The key to project.
1113
1080
  # Corresponds to the JSON property `key`
1114
1081
  # @return [String]
1115
1082
  attr_accessor :key
1116
1083
 
1117
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
1118
- # supported Mode bits to use on this file, must be a value between 0000 and 0777.
1119
- # If not specified, the volume defaultMode will be used. This might be in
1084
+ # (Optional) Mode bits to use on this file, must be a value between 0000 and
1085
+ # 0777. If not specified, the volume defaultMode will be used. This might be in
1120
1086
  # conflict with other options that affect the file mode, like fsGroup, and the
1121
1087
  # result can be other mode bits set.
1122
1088
  # Corresponds to the JSON property `mode`
1123
1089
  # @return [Fixnum]
1124
1090
  attr_accessor :mode
1125
1091
 
1126
- # Cloud Run fully managed: supported Cloud Run for Anthos: supported The
1127
- # relative path of the file to map the key to. May not be an absolute path. May
1128
- # not contain the path element '..'. May not start with the string '..'.
1092
+ # The relative path of the file to map the key to. May not be an absolute path.
1093
+ # May not contain the path element '..'. May not start with the string '..'.
1129
1094
  # Corresponds to the JSON property `path`
1130
1095
  # @return [String]
1131
1096
  attr_accessor :path
@@ -1462,15 +1427,13 @@ module Google
1462
1427
  end
1463
1428
  end
1464
1429
 
1465
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported
1466
- # LocalObjectReference contains enough information to let you locate the
1467
- # referenced object inside the same namespace.
1430
+ # Not supported by Cloud Run LocalObjectReference contains enough information to
1431
+ # let you locate the referenced object inside the same namespace.
1468
1432
  class LocalObjectReference
1469
1433
  include Google::Apis::Core::Hashable
1470
1434
 
1471
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
1472
- # supported Name of the referent. More info: https://kubernetes.io/docs/concepts/
1473
- # overview/working-with-objects/names/#names
1435
+ # (Optional) Name of the referent. More info: https://kubernetes.io/docs/
1436
+ # concepts/overview/working-with-objects/names/#names
1474
1437
  # Corresponds to the JSON property `name`
1475
1438
  # @return [String]
1476
1439
  attr_accessor :name
@@ -1545,11 +1508,10 @@ module Google
1545
1508
  # @return [Hash<String,String>]
1546
1509
  attr_accessor :annotations
1547
1510
 
1548
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
1549
- # supported The name of the cluster which the object belongs to. This is used to
1550
- # distinguish resources with same name and namespace in different clusters. This
1551
- # field is not set anywhere right now and apiserver is going to ignore it if set
1552
- # in create or update request.
1511
+ # (Optional) Not supported by Cloud Run The name of the cluster which the object
1512
+ # belongs to. This is used to distinguish resources with same name and namespace
1513
+ # in different clusters. This field is not set anywhere right now and apiserver
1514
+ # is going to ignore it if set in create or update request.
1553
1515
  # Corresponds to the JSON property `clusterName`
1554
1516
  # @return [String]
1555
1517
  attr_accessor :cluster_name
@@ -1564,30 +1526,28 @@ module Google
1564
1526
  # @return [String]
1565
1527
  attr_accessor :creation_timestamp
1566
1528
 
1567
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
1568
- # supported Number of seconds allowed for this object to gracefully terminate
1569
- # before it will be removed from the system. Only set when deletionTimestamp is
1570
- # also set. May only be shortened. Read-only.
1529
+ # (Optional) Not supported by Cloud Run Number of seconds allowed for this
1530
+ # object to gracefully terminate before it will be removed from the system. Only
1531
+ # set when deletionTimestamp is also set. May only be shortened. Read-only.
1571
1532
  # Corresponds to the JSON property `deletionGracePeriodSeconds`
1572
1533
  # @return [Fixnum]
1573
1534
  attr_accessor :deletion_grace_period_seconds
1574
1535
 
1575
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
1576
- # supported DeletionTimestamp is RFC 3339 date and time at which this resource
1577
- # will be deleted. This field is set by the server when a graceful deletion is
1578
- # requested by the user, and is not directly settable by a client. The resource
1579
- # is expected to be deleted (no longer visible from resource lists, and not
1580
- # reachable by name) after the time in this field, once the finalizers list is
1581
- # empty. As long as the finalizers list contains items, deletion is blocked.
1582
- # Once the deletionTimestamp is set, this value may not be unset or be set
1583
- # further into the future, although it may be shortened or the resource may be
1584
- # deleted prior to this time. For example, a user may request that a pod is
1585
- # deleted in 30 seconds. The Kubelet will react by sending a graceful
1586
- # termination signal to the containers in the pod. After that 30 seconds, the
1587
- # Kubelet will send a hard termination signal (SIGKILL) to the container and
1588
- # after cleanup, remove the pod from the API. In the presence of network
1589
- # partitions, this object may still exist after this timestamp, until an
1590
- # administrator or automated process can determine the resource is fully
1536
+ # (Optional) Not supported by Cloud Run DeletionTimestamp is RFC 3339 date and
1537
+ # time at which this resource will be deleted. This field is set by the server
1538
+ # when a graceful deletion is requested by the user, and is not directly
1539
+ # settable by a client. The resource is expected to be deleted (no longer
1540
+ # visible from resource lists, and not reachable by name) after the time in this
1541
+ # field, once the finalizers list is empty. As long as the finalizers list
1542
+ # contains items, deletion is blocked. Once the deletionTimestamp is set, this
1543
+ # value may not be unset or be set further into the future, although it may be
1544
+ # shortened or the resource may be deleted prior to this time. For example, a
1545
+ # user may request that a pod is deleted in 30 seconds. The Kubelet will react
1546
+ # by sending a graceful termination signal to the containers in the pod. After
1547
+ # that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to
1548
+ # the container and after cleanup, remove the pod from the API. In the presence
1549
+ # of network partitions, this object may still exist after this timestamp, until
1550
+ # an administrator or automated process can determine the resource is fully
1591
1551
  # terminated. If not set, graceful deletion of the object has not been requested.
1592
1552
  # Populated by the system when a graceful deletion is requested. Read-only.
1593
1553
  # More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#
@@ -1596,29 +1556,28 @@ module Google
1596
1556
  # @return [String]
1597
1557
  attr_accessor :deletion_timestamp
1598
1558
 
1599
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
1600
- # supported Must be empty before the object is deleted from the registry. Each
1601
- # entry is an identifier for the responsible component that will remove the
1602
- # entry from the list. If the deletionTimestamp of the object is non-nil,
1603
- # entries in this list can only be removed. +patchStrategy=merge
1559
+ # (Optional) Not supported by Cloud Run Must be empty before the object is
1560
+ # deleted from the registry. Each entry is an identifier for the responsible
1561
+ # component that will remove the entry from the list. If the deletionTimestamp
1562
+ # of the object is non-nil, entries in this list can only be removed. +
1563
+ # patchStrategy=merge
1604
1564
  # Corresponds to the JSON property `finalizers`
1605
1565
  # @return [Array<String>]
1606
1566
  attr_accessor :finalizers
1607
1567
 
1608
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
1609
- # supported GenerateName is an optional prefix, used by the server, to generate
1610
- # a unique name ONLY IF the Name field has not been provided. If this field is
1611
- # used, the name returned to the client will be different than the name passed.
1612
- # This value will also be combined with a unique suffix. The provided value has
1613
- # the same validation rules as the Name field, and may be truncated by the
1614
- # length of the suffix required to make the value unique on the server. If this
1615
- # field is specified and the generated name exists, the server will NOT return a
1616
- # 409 - instead, it will either return 201 Created or 500 with Reason
1617
- # ServerTimeout indicating a unique name could not be found in the time allotted,
1618
- # and the client should retry (optionally after the time indicated in the Retry-
1619
- # After header). Applied only if Name is not specified. More info: https://git.
1620
- # k8s.io/community/contributors/devel/api-conventions.md#idempotency string
1621
- # generateName = 2;
1568
+ # (Optional) Not supported by Cloud Run GenerateName is an optional prefix, used
1569
+ # by the server, to generate a unique name ONLY IF the Name field has not been
1570
+ # provided. If this field is used, the name returned to the client will be
1571
+ # different than the name passed. This value will also be combined with a unique
1572
+ # suffix. The provided value has the same validation rules as the Name field,
1573
+ # and may be truncated by the length of the suffix required to make the value
1574
+ # unique on the server. If this field is specified and the generated name exists,
1575
+ # the server will NOT return a 409 - instead, it will either return 201 Created
1576
+ # or 500 with Reason ServerTimeout indicating a unique name could not be found
1577
+ # in the time allotted, and the client should retry (optionally after the time
1578
+ # indicated in the Retry-After header). Applied only if Name is not specified.
1579
+ # More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#
1580
+ # idempotency string generateName = 2;
1622
1581
  # Corresponds to the JSON property `generateName`
1623
1582
  # @return [String]
1624
1583
  attr_accessor :generate_name
@@ -1653,9 +1612,9 @@ module Google
1653
1612
  # @return [String]
1654
1613
  attr_accessor :namespace
1655
1614
 
1656
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
1657
- # supported List of objects that own this object. If ALL objects in the list
1658
- # have been deleted, this object will be garbage collected.
1615
+ # (Optional) Not supported by Cloud Run List of objects that own this object. If
1616
+ # ALL objects in the list have been deleted, this object will be garbage
1617
+ # collected.
1659
1618
  # Corresponds to the JSON property `ownerReferences`
1660
1619
  # @return [Array<Google::Apis::RunV1::OwnerReference>]
1661
1620
  attr_accessor :owner_references
@@ -1861,62 +1820,56 @@ module Google
1861
1820
  end
1862
1821
  end
1863
1822
 
1864
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported Probe
1865
- # describes a health check to be performed against a container to determine
1866
- # whether it is alive or ready to receive traffic.
1823
+ # Not supported by Cloud Run Probe describes a health check to be performed
1824
+ # against a container to determine whether it is alive or ready to receive
1825
+ # traffic.
1867
1826
  class Probe
1868
1827
  include Google::Apis::Core::Hashable
1869
1828
 
1870
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported
1871
- # ExecAction describes a "run in container" action.
1829
+ # Not supported by Cloud Run ExecAction describes a "run in container" action.
1872
1830
  # Corresponds to the JSON property `exec`
1873
1831
  # @return [Google::Apis::RunV1::ExecAction]
1874
1832
  attr_accessor :exec
1875
1833
 
1876
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
1877
- # supported Minimum consecutive failures for the probe to be considered failed
1834
+ # (Optional) Minimum consecutive failures for the probe to be considered failed
1878
1835
  # after having succeeded. Defaults to 3. Minimum value is 1.
1879
1836
  # Corresponds to the JSON property `failureThreshold`
1880
1837
  # @return [Fixnum]
1881
1838
  attr_accessor :failure_threshold
1882
1839
 
1883
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported
1884
- # HTTPGetAction describes an action based on HTTP Get requests.
1840
+ # Not supported by Cloud Run HTTPGetAction describes an action based on HTTP Get
1841
+ # requests.
1885
1842
  # Corresponds to the JSON property `httpGet`
1886
1843
  # @return [Google::Apis::RunV1::HttpGetAction]
1887
1844
  attr_accessor :http_get
1888
1845
 
1889
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
1890
- # supported Number of seconds after the container has started before liveness
1846
+ # (Optional) Number of seconds after the container has started before liveness
1891
1847
  # probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/
1892
1848
  # pods/pod-lifecycle#container-probes
1893
1849
  # Corresponds to the JSON property `initialDelaySeconds`
1894
1850
  # @return [Fixnum]
1895
1851
  attr_accessor :initial_delay_seconds
1896
1852
 
1897
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
1898
- # supported How often (in seconds) to perform the probe. Default to 10 seconds.
1853
+ # (Optional) How often (in seconds) to perform the probe. Default to 10 seconds.
1899
1854
  # Minimum value is 1.
1900
1855
  # Corresponds to the JSON property `periodSeconds`
1901
1856
  # @return [Fixnum]
1902
1857
  attr_accessor :period_seconds
1903
1858
 
1904
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
1905
- # supported Minimum consecutive successes for the probe to be considered
1859
+ # (Optional) Minimum consecutive successes for the probe to be considered
1906
1860
  # successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum
1907
1861
  # value is 1.
1908
1862
  # Corresponds to the JSON property `successThreshold`
1909
1863
  # @return [Fixnum]
1910
1864
  attr_accessor :success_threshold
1911
1865
 
1912
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported
1913
- # TCPSocketAction describes an action based on opening a socket
1866
+ # Not supported by Cloud Run TCPSocketAction describes an action based on
1867
+ # opening a socket
1914
1868
  # Corresponds to the JSON property `tcpSocket`
1915
1869
  # @return [Google::Apis::RunV1::TcpSocketAction]
1916
1870
  attr_accessor :tcp_socket
1917
1871
 
1918
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
1919
- # supported Number of seconds after which the probe times out. Defaults to 1
1872
+ # (Optional) Number of seconds after which the probe times out. Defaults to 1
1920
1873
  # second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/
1921
1874
  # workloads/pods/pod-lifecycle#container-probes
1922
1875
  # Corresponds to the JSON property `timeoutSeconds`
@@ -1977,25 +1930,23 @@ module Google
1977
1930
  class ResourceRequirements
1978
1931
  include Google::Apis::Core::Hashable
1979
1932
 
1980
- # (Optional) Cloud Run fully managed: Only memory and CPU are supported. Note:
1981
- # The only supported values for CPU are '1', '2', and '4'. Setting 4 CPU
1982
- # requires at least 2Gi of memory. Cloud Run for Anthos: supported Limits
1983
- # describes the maximum amount of compute resources allowed. The values of the
1984
- # map is string form of the 'quantity' k8s type: https://github.com/kubernetes/
1985
- # kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/
1986
- # quantity.go
1933
+ # (Optional) Only memory and CPU are supported. Note: The only supported values
1934
+ # for CPU are '1', '2', and '4'. Setting 4 CPU requires at least 2Gi of memory.
1935
+ # Limits describes the maximum amount of compute resources allowed. The values
1936
+ # of the map is string form of the 'quantity' k8s type: https://github.com/
1937
+ # kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/
1938
+ # resource/quantity.go
1987
1939
  # Corresponds to the JSON property `limits`
1988
1940
  # @return [Hash<String,String>]
1989
1941
  attr_accessor :limits
1990
1942
 
1991
- # (Optional) Cloud Run fully managed: Only memory and CPU are supported. Note:
1992
- # The only supported values for CPU are '1' and '2'. Cloud Run for Anthos:
1993
- # supported Requests describes the minimum amount of compute resources required.
1994
- # If Requests is omitted for a container, it defaults to Limits if that is
1995
- # explicitly specified, otherwise to an implementation-defined value. The values
1996
- # of the map is string form of the 'quantity' k8s type: https://github.com/
1997
- # kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/
1998
- # resource/quantity.go
1943
+ # (Optional) Only memory and CPU are supported. Note: The only supported values
1944
+ # for CPU are '1' and '2'. Requests describes the minimum amount of compute
1945
+ # resources required. If Requests is omitted for a container, it defaults to
1946
+ # Limits if that is explicitly specified, otherwise to an implementation-defined
1947
+ # value. The values of the map is string form of the 'quantity' k8s type: https:/
1948
+ # /github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/
1949
+ # pkg/api/resource/quantity.go
1999
1950
  # Corresponds to the JSON property `requests`
2000
1951
  # @return [Hash<String,String>]
2001
1952
  attr_accessor :requests
@@ -2328,28 +2279,24 @@ module Google
2328
2279
  end
2329
2280
  end
2330
2281
 
2331
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported
2332
- # SecretEnvSource selects a Secret to populate the environment variables with.
2333
- # The contents of the target Secret's Data field will represent the key-value
2334
- # pairs as environment variables.
2282
+ # Not supported by Cloud Run SecretEnvSource selects a Secret to populate the
2283
+ # environment variables with. The contents of the target Secret's Data field
2284
+ # will represent the key-value pairs as environment variables.
2335
2285
  class SecretEnvSource
2336
2286
  include Google::Apis::Core::Hashable
2337
2287
 
2338
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported
2339
- # LocalObjectReference contains enough information to let you locate the
2340
- # referenced object inside the same namespace.
2288
+ # Not supported by Cloud Run LocalObjectReference contains enough information to
2289
+ # let you locate the referenced object inside the same namespace.
2341
2290
  # Corresponds to the JSON property `localObjectReference`
2342
2291
  # @return [Google::Apis::RunV1::LocalObjectReference]
2343
2292
  attr_accessor :local_object_reference
2344
2293
 
2345
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported The
2346
- # Secret to select from.
2294
+ # The Secret to select from.
2347
2295
  # Corresponds to the JSON property `name`
2348
2296
  # @return [String]
2349
2297
  attr_accessor :name
2350
2298
 
2351
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
2352
- # supported Specify whether the Secret must be defined
2299
+ # (Optional) Specify whether the Secret must be defined
2353
2300
  # Corresponds to the JSON property `optional`
2354
2301
  # @return [Boolean]
2355
2302
  attr_accessor :optional
@@ -2367,39 +2314,34 @@ module Google
2367
2314
  end
2368
2315
  end
2369
2316
 
2370
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported
2371
2317
  # SecretKeySelector selects a key of a Secret.
2372
2318
  class SecretKeySelector
2373
2319
  include Google::Apis::Core::Hashable
2374
2320
 
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.
2321
+ # A Cloud Secret Manager secret version. Must be 'latest' for the latest version
2322
+ # or an integer for a specific version. The key of the secret to select from.
2323
+ # Must be a valid secret key.
2379
2324
  # Corresponds to the JSON property `key`
2380
2325
  # @return [String]
2381
2326
  attr_accessor :key
2382
2327
 
2383
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported
2384
- # LocalObjectReference contains enough information to let you locate the
2385
- # referenced object inside the same namespace.
2328
+ # Not supported by Cloud Run LocalObjectReference contains enough information to
2329
+ # let you locate the referenced object inside the same namespace.
2386
2330
  # Corresponds to the JSON property `localObjectReference`
2387
2331
  # @return [Google::Apis::RunV1::LocalObjectReference]
2388
2332
  attr_accessor :local_object_reference
2389
2333
 
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.
2334
+ # The name of the secret in Cloud Secret Manager. By default, the secret is
2335
+ # assumed to be in the same project. If the secret is in another project, you
2336
+ # must define an alias. An alias definition has the form: :projects//secrets/.
2337
+ # If multiple alias definitions are needed, they must be separated by commas.
2338
+ # The alias definitions must be set on the run.googleapis.com/secrets annotation.
2339
+ # The name of the secret in the pod's namespace to select from.
2397
2340
  # Corresponds to the JSON property `name`
2398
2341
  # @return [String]
2399
2342
  attr_accessor :name
2400
2343
 
2401
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
2402
- # supported Specify whether the Secret or its key must be defined
2344
+ # (Optional) Specify whether the Secret or its key must be defined
2403
2345
  # Corresponds to the JSON property `optional`
2404
2346
  # @return [Boolean]
2405
2347
  attr_accessor :optional
@@ -2418,16 +2360,14 @@ module Google
2418
2360
  end
2419
2361
  end
2420
2362
 
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.
2363
+ # The secret's value will be presented as the content of a file whose name is
2364
+ # defined in the item path. If no items are defined, the name of the file is the
2365
+ # secret_name. The contents of the target Secret's Data field will be presented
2366
+ # in a volume as files using the keys in the Data field as the file names.
2426
2367
  class SecretVolumeSource
2427
2368
  include Google::Apis::Core::Hashable
2428
2369
 
2429
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
2430
- # supported Mode bits to use on created files by default. Must be a value
2370
+ # (Optional) Mode bits to use on created files by default. Must be a value
2431
2371
  # between 0000 and 0777. Defaults to 0644. Directories within the path are not
2432
2372
  # affected by this setting. This might be in conflict with other options that
2433
2373
  # affect the file mode, like fsGroup, and the result can be other mode bits set.
@@ -2438,34 +2378,32 @@ module Google
2438
2378
  # @return [Fixnum]
2439
2379
  attr_accessor :default_mode
2440
2380
 
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.
2381
+ # (Optional) If unspecified, the volume will expose a file whose name is the
2382
+ # secret_name. If specified, the key will be used as the version to fetch from
2383
+ # Cloud Secret Manager and the path will be the name of the file exposed in the
2384
+ # volume. When items are defined, they must specify a key and a path. If
2385
+ # unspecified, each key-value pair in the Data field of the referenced Secret
2386
+ # will be projected into the volume as a file whose name is the key and content
2387
+ # is the value. If specified, the listed keys will be projected into the
2388
+ # specified paths, and unlisted keys will not be present. If a key is specified
2389
+ # that is not present in the Secret, the volume setup will error unless it is
2390
+ # marked optional.
2451
2391
  # Corresponds to the JSON property `items`
2452
2392
  # @return [Array<Google::Apis::RunV1::KeyToPath>]
2453
2393
  attr_accessor :items
2454
2394
 
2455
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
2456
- # supported Specify whether the Secret or its keys must be defined.
2395
+ # (Optional) Specify whether the Secret or its keys must be defined.
2457
2396
  # Corresponds to the JSON property `optional`
2458
2397
  # @return [Boolean]
2459
2398
  attr_accessor :optional
2460
2399
  alias_method :optional?, :optional
2461
2400
 
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.
2401
+ # The name of the secret in Cloud Secret Manager. By default, the secret is
2402
+ # assumed to be in the same project. If the secret is in another project, you
2403
+ # must define an alias. An alias definition has the form: :projects//secrets/.
2404
+ # If multiple alias definitions are needed, they must be separated by commas.
2405
+ # The alias definitions must be set on the run.googleapis.com/secrets annotation.
2406
+ # Name of the secret in the container's namespace to use.
2469
2407
  # Corresponds to the JSON property `secretName`
2470
2408
  # @return [String]
2471
2409
  attr_accessor :secret_name
@@ -2483,16 +2421,14 @@ module Google
2483
2421
  end
2484
2422
  end
2485
2423
 
2486
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported
2487
- # SecurityContext holds security configuration that will be applied to a
2488
- # container. Some fields are present in both SecurityContext and
2489
- # PodSecurityContext. When both are set, the values in SecurityContext take
2490
- # precedence.
2424
+ # Not supported by Cloud Run SecurityContext holds security configuration that
2425
+ # will be applied to a container. Some fields are present in both
2426
+ # SecurityContext and PodSecurityContext. When both are set, the values in
2427
+ # SecurityContext take precedence.
2491
2428
  class SecurityContext
2492
2429
  include Google::Apis::Core::Hashable
2493
2430
 
2494
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
2495
- # supported The UID to run the entrypoint of the container process. Defaults to
2431
+ # (Optional) The UID to run the entrypoint of the container process. Defaults to
2496
2432
  # user specified in image metadata if unspecified. May also be set in
2497
2433
  # PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the
2498
2434
  # value specified in SecurityContext takes precedence.
@@ -2879,22 +2815,20 @@ module Google
2879
2815
  end
2880
2816
  end
2881
2817
 
2882
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported
2883
- # TCPSocketAction describes an action based on opening a socket
2818
+ # Not supported by Cloud Run TCPSocketAction describes an action based on
2819
+ # opening a socket
2884
2820
  class TcpSocketAction
2885
2821
  include Google::Apis::Core::Hashable
2886
2822
 
2887
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
2888
- # supported Optional: Host name to connect to, defaults to the pod IP.
2823
+ # (Optional) Optional: Host name to connect to, defaults to the pod IP.
2889
2824
  # Corresponds to the JSON property `host`
2890
2825
  # @return [String]
2891
2826
  attr_accessor :host
2892
2827
 
2893
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported Number
2894
- # or name of the port to access on the container. Number must be in the range 1
2895
- # to 65535. Name must be an IANA_SVC_NAME. This field is currently limited to
2896
- # integer types only because of proto's inability to properly support the
2897
- # IntOrString golang type.
2828
+ # Number or name of the port to access on the container. Number must be in the
2829
+ # range 1 to 65535. Name must be an IANA_SVC_NAME. This field is currently
2830
+ # limited to integer types only because of proto's inability to properly support
2831
+ # the IntOrString golang type.
2898
2832
  # Corresponds to the JSON property `port`
2899
2833
  # @return [Fixnum]
2900
2834
  attr_accessor :port
@@ -3016,31 +2950,27 @@ module Google
3016
2950
  end
3017
2951
  end
3018
2952
 
3019
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported Volume
3020
- # represents a named volume in a container.
2953
+ # Not supported by Cloud Run Volume represents a named volume in a container.
3021
2954
  class Volume
3022
2955
  include Google::Apis::Core::Hashable
3023
2956
 
3024
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported Adapts
3025
- # a ConfigMap into a volume. The contents of the target ConfigMap's Data field
3026
- # will be presented in a volume as files using the keys in the Data field as the
3027
- # file names, unless the items element is populated with specific mappings of
3028
- # keys to paths.
2957
+ # Not supported by Cloud Run Adapts a ConfigMap into a volume. The contents of
2958
+ # the target ConfigMap's Data field will be presented in a volume as files using
2959
+ # the keys in the Data field as the file names, unless the items element is
2960
+ # populated with specific mappings of keys to paths.
3029
2961
  # Corresponds to the JSON property `configMap`
3030
2962
  # @return [Google::Apis::RunV1::ConfigMapVolumeSource]
3031
2963
  attr_accessor :config_map
3032
2964
 
3033
- # Cloud Run fully managed: supported Cloud Run for Anthos: supported Volume's
3034
- # name.
2965
+ # Volume's name.
3035
2966
  # Corresponds to the JSON property `name`
3036
2967
  # @return [String]
3037
2968
  attr_accessor :name
3038
2969
 
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.
2970
+ # The secret's value will be presented as the content of a file whose name is
2971
+ # defined in the item path. If no items are defined, the name of the file is the
2972
+ # secret_name. The contents of the target Secret's Data field will be presented
2973
+ # in a volume as files using the keys in the Data field as the file names.
3044
2974
  # Corresponds to the JSON property `secret`
3045
2975
  # @return [Google::Apis::RunV1::SecretVolumeSource]
3046
2976
  attr_accessor :secret
@@ -3057,32 +2987,29 @@ module Google
3057
2987
  end
3058
2988
  end
3059
2989
 
3060
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported
3061
- # VolumeMount describes a mounting of a Volume within a container.
2990
+ # Not supported by Cloud Run VolumeMount describes a mounting of a Volume within
2991
+ # a container.
3062
2992
  class VolumeMount
3063
2993
  include Google::Apis::Core::Hashable
3064
2994
 
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 ':'.
2995
+ # Path within the container at which the volume should be mounted. Must not
2996
+ # contain ':'.
3067
2997
  # Corresponds to the JSON property `mountPath`
3068
2998
  # @return [String]
3069
2999
  attr_accessor :mount_path
3070
3000
 
3071
- # Cloud Run fully managed: supported Cloud Run for Anthos: supported This must
3072
- # match the Name of a Volume.
3001
+ # This must match the Name of a Volume.
3073
3002
  # Corresponds to the JSON property `name`
3074
3003
  # @return [String]
3075
3004
  attr_accessor :name
3076
3005
 
3077
- # (Optional) Cloud Run fully managed: supported Cloud Run for Anthos: supported
3078
- # Only true is accepted. Defaults to true.
3006
+ # (Optional) Only true is accepted. Defaults to true.
3079
3007
  # Corresponds to the JSON property `readOnly`
3080
3008
  # @return [Boolean]
3081
3009
  attr_accessor :read_only
3082
3010
  alias_method :read_only?, :read_only
3083
3011
 
3084
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
3085
- # supported Path within the volume from which the container's volume should be
3012
+ # (Optional) Path within the volume from which the container's volume should be
3086
3013
  # mounted. Defaults to "" (volume's root).
3087
3014
  # Corresponds to the JSON property `subPath`
3088
3015
  # @return [String]
@@ -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.6.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210326"
25
+ REVISION = "20210611"
26
26
  end
27
27
  end
28
28
  end
@@ -541,6 +541,8 @@ module Google
541
541
 
542
542
  property :security_context, as: 'securityContext', class: Google::Apis::RunV1::SecurityContext, decorator: Google::Apis::RunV1::SecurityContext::Representation
543
543
 
544
+ property :startup_probe, as: 'startupProbe', class: Google::Apis::RunV1::Probe, decorator: Google::Apis::RunV1::Probe::Representation
545
+
544
546
  property :termination_message_path, as: 'terminationMessagePath'
545
547
  property :termination_message_policy, as: 'terminationMessagePolicy'
546
548
  collection :volume_mounts, as: 'volumeMounts', class: Google::Apis::RunV1::VolumeMount, decorator: Google::Apis::RunV1::VolumeMount::Representation
@@ -23,7 +23,8 @@ module Google
23
23
  # Cloud Run Admin API
24
24
  #
25
25
  # Deploy and manage user provided container images that scale automatically
26
- # based on HTTP traffic.
26
+ # based on incoming requets. The Cloud Run Admin API follows the Knative Serving
27
+ # API specification.
27
28
  #
28
29
  # @example
29
30
  # require 'google/apis/run_v1'
@@ -826,7 +827,7 @@ module Google
826
827
  # accepts strings like "displayName=tokyo", and is documented in more detail in [
827
828
  # AIP-160](https://google.aip.dev/160).
828
829
  # @param [Fixnum] page_size
829
- # The maximum number of results to return. If not set, the service will select a
830
+ # The maximum number of results to return. If not set, the service selects a
830
831
  # default.
831
832
  # @param [String] page_token
832
833
  # A page token received from the `next_page_token` field in the response. Send
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-run_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.11.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-04-05 00:00:00.000000000 Z
11
+ date: 2021-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Run Admin API V1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  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.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.11.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-run_v1
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.13
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Cloud Run Admin API V1