google-apis-run_v1alpha1 0.12.0 → 0.13.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/run_v1alpha1.rb +2 -2
- data/lib/google/apis/run_v1alpha1/classes.rb +314 -662
- data/lib/google/apis/run_v1alpha1/gem_version.rb +2 -2
- data/lib/google/apis/run_v1alpha1/representations.rb +8 -134
- data/lib/google/apis/run_v1alpha1/service.rb +2 -2
- metadata +3 -3
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RunV1alpha1
|
18
18
|
# Version of the google-apis-run_v1alpha1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.13.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210716"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,12 +22,6 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module RunV1alpha1
|
24
24
|
|
25
|
-
class Capabilities
|
26
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
-
|
28
|
-
include Google::Apis::Core::JsonObjectSupport
|
29
|
-
end
|
30
|
-
|
31
25
|
class ConfigMapEnvSource
|
32
26
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
27
|
|
@@ -100,12 +94,6 @@ module Google
|
|
100
94
|
include Google::Apis::Core::JsonObjectSupport
|
101
95
|
end
|
102
96
|
|
103
|
-
class Handler
|
104
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
-
|
106
|
-
include Google::Apis::Core::JsonObjectSupport
|
107
|
-
end
|
108
|
-
|
109
97
|
class InstanceSpec
|
110
98
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
99
|
|
@@ -124,12 +112,6 @@ module Google
|
|
124
112
|
include Google::Apis::Core::JsonObjectSupport
|
125
113
|
end
|
126
114
|
|
127
|
-
class IntOrString
|
128
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
-
|
130
|
-
include Google::Apis::Core::JsonObjectSupport
|
131
|
-
end
|
132
|
-
|
133
115
|
class Job
|
134
116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
117
|
|
@@ -160,12 +142,6 @@ module Google
|
|
160
142
|
include Google::Apis::Core::JsonObjectSupport
|
161
143
|
end
|
162
144
|
|
163
|
-
class Lifecycle
|
164
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
-
|
166
|
-
include Google::Apis::Core::JsonObjectSupport
|
167
|
-
end
|
168
|
-
|
169
145
|
class ListJobsResponse
|
170
146
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
147
|
|
@@ -202,24 +178,12 @@ module Google
|
|
202
178
|
include Google::Apis::Core::JsonObjectSupport
|
203
179
|
end
|
204
180
|
|
205
|
-
class Quantity
|
206
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
-
|
208
|
-
include Google::Apis::Core::JsonObjectSupport
|
209
|
-
end
|
210
|
-
|
211
181
|
class ResourceRequirements
|
212
182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
183
|
|
214
184
|
include Google::Apis::Core::JsonObjectSupport
|
215
185
|
end
|
216
186
|
|
217
|
-
class SeLinuxOptions
|
218
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
-
|
220
|
-
include Google::Apis::Core::JsonObjectSupport
|
221
|
-
end
|
222
|
-
|
223
187
|
class SecretEnvSource
|
224
188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
189
|
|
@@ -256,26 +220,12 @@ module Google
|
|
256
220
|
include Google::Apis::Core::JsonObjectSupport
|
257
221
|
end
|
258
222
|
|
259
|
-
class VolumeDevice
|
260
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
-
|
262
|
-
include Google::Apis::Core::JsonObjectSupport
|
263
|
-
end
|
264
|
-
|
265
223
|
class VolumeMount
|
266
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
225
|
|
268
226
|
include Google::Apis::Core::JsonObjectSupport
|
269
227
|
end
|
270
228
|
|
271
|
-
class Capabilities
|
272
|
-
# @private
|
273
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
274
|
-
collection :add, as: 'add'
|
275
|
-
collection :drop, as: 'drop'
|
276
|
-
end
|
277
|
-
end
|
278
|
-
|
279
229
|
class ConfigMapEnvSource
|
280
230
|
# @private
|
281
231
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -319,8 +269,6 @@ module Google
|
|
319
269
|
|
320
270
|
property :image, as: 'image'
|
321
271
|
property :image_pull_policy, as: 'imagePullPolicy'
|
322
|
-
property :lifecycle, as: 'lifecycle', class: Google::Apis::RunV1alpha1::Lifecycle, decorator: Google::Apis::RunV1alpha1::Lifecycle::Representation
|
323
|
-
|
324
272
|
property :liveness_probe, as: 'livenessProbe', class: Google::Apis::RunV1alpha1::Probe, decorator: Google::Apis::RunV1alpha1::Probe::Representation
|
325
273
|
|
326
274
|
property :name, as: 'name'
|
@@ -332,13 +280,10 @@ module Google
|
|
332
280
|
|
333
281
|
property :security_context, as: 'securityContext', class: Google::Apis::RunV1alpha1::SecurityContext, decorator: Google::Apis::RunV1alpha1::SecurityContext::Representation
|
334
282
|
|
335
|
-
property :
|
336
|
-
|
283
|
+
property :startup_probe, as: 'startupProbe', class: Google::Apis::RunV1alpha1::Probe, decorator: Google::Apis::RunV1alpha1::Probe::Representation
|
284
|
+
|
337
285
|
property :termination_message_path, as: 'terminationMessagePath'
|
338
286
|
property :termination_message_policy, as: 'terminationMessagePolicy'
|
339
|
-
property :tty, as: 'tty'
|
340
|
-
collection :volume_devices, as: 'volumeDevices', class: Google::Apis::RunV1alpha1::VolumeDevice, decorator: Google::Apis::RunV1alpha1::VolumeDevice::Representation
|
341
|
-
|
342
287
|
collection :volume_mounts, as: 'volumeMounts', class: Google::Apis::RunV1alpha1::VolumeMount, decorator: Google::Apis::RunV1alpha1::VolumeMount::Representation
|
343
288
|
|
344
289
|
property :working_dir, as: 'workingDir'
|
@@ -349,8 +294,6 @@ module Google
|
|
349
294
|
# @private
|
350
295
|
class Representation < Google::Apis::Core::JsonRepresentation
|
351
296
|
property :container_port, as: 'containerPort'
|
352
|
-
property :host_ip, as: 'hostIP'
|
353
|
-
property :host_port, as: 'hostPort'
|
354
297
|
property :name, as: 'name'
|
355
298
|
property :protocol, as: 'protocol'
|
356
299
|
end
|
@@ -407,8 +350,6 @@ module Google
|
|
407
350
|
collection :http_headers, as: 'httpHeaders', class: Google::Apis::RunV1alpha1::HttpHeader, decorator: Google::Apis::RunV1alpha1::HttpHeader::Representation
|
408
351
|
|
409
352
|
property :path, as: 'path'
|
410
|
-
property :port, as: 'port', class: Google::Apis::RunV1alpha1::IntOrString, decorator: Google::Apis::RunV1alpha1::IntOrString::Representation
|
411
|
-
|
412
353
|
property :scheme, as: 'scheme'
|
413
354
|
end
|
414
355
|
end
|
@@ -421,18 +362,6 @@ module Google
|
|
421
362
|
end
|
422
363
|
end
|
423
364
|
|
424
|
-
class Handler
|
425
|
-
# @private
|
426
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
427
|
-
property :exec, as: 'exec', class: Google::Apis::RunV1alpha1::ExecAction, decorator: Google::Apis::RunV1alpha1::ExecAction::Representation
|
428
|
-
|
429
|
-
property :http_get, as: 'httpGet', class: Google::Apis::RunV1alpha1::HttpGetAction, decorator: Google::Apis::RunV1alpha1::HttpGetAction::Representation
|
430
|
-
|
431
|
-
property :tcp_socket, as: 'tcpSocket', class: Google::Apis::RunV1alpha1::TcpSocketAction, decorator: Google::Apis::RunV1alpha1::TcpSocketAction::Representation
|
432
|
-
|
433
|
-
end
|
434
|
-
end
|
435
|
-
|
436
365
|
class InstanceSpec
|
437
366
|
# @private
|
438
367
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -468,15 +397,6 @@ module Google
|
|
468
397
|
end
|
469
398
|
end
|
470
399
|
|
471
|
-
class IntOrString
|
472
|
-
# @private
|
473
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
474
|
-
property :int_val, as: 'intVal'
|
475
|
-
property :str_val, as: 'strVal'
|
476
|
-
property :type, as: 'type'
|
477
|
-
end
|
478
|
-
end
|
479
|
-
|
480
400
|
class Job
|
481
401
|
# @private
|
482
402
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -542,16 +462,6 @@ module Google
|
|
542
462
|
end
|
543
463
|
end
|
544
464
|
|
545
|
-
class Lifecycle
|
546
|
-
# @private
|
547
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
548
|
-
property :post_start, as: 'postStart', class: Google::Apis::RunV1alpha1::Handler, decorator: Google::Apis::RunV1alpha1::Handler::Representation
|
549
|
-
|
550
|
-
property :pre_stop, as: 'preStop', class: Google::Apis::RunV1alpha1::Handler, decorator: Google::Apis::RunV1alpha1::Handler::Representation
|
551
|
-
|
552
|
-
end
|
553
|
-
end
|
554
|
-
|
555
465
|
class ListJobsResponse
|
556
466
|
# @private
|
557
467
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -619,20 +529,17 @@ module Google
|
|
619
529
|
class Probe
|
620
530
|
# @private
|
621
531
|
class Representation < Google::Apis::Core::JsonRepresentation
|
532
|
+
property :exec, as: 'exec', class: Google::Apis::RunV1alpha1::ExecAction, decorator: Google::Apis::RunV1alpha1::ExecAction::Representation
|
533
|
+
|
622
534
|
property :failure_threshold, as: 'failureThreshold'
|
623
|
-
property :
|
535
|
+
property :http_get, as: 'httpGet', class: Google::Apis::RunV1alpha1::HttpGetAction, decorator: Google::Apis::RunV1alpha1::HttpGetAction::Representation
|
624
536
|
|
625
537
|
property :initial_delay_seconds, as: 'initialDelaySeconds'
|
626
538
|
property :period_seconds, as: 'periodSeconds'
|
627
539
|
property :success_threshold, as: 'successThreshold'
|
628
|
-
property :
|
629
|
-
end
|
630
|
-
end
|
540
|
+
property :tcp_socket, as: 'tcpSocket', class: Google::Apis::RunV1alpha1::TcpSocketAction, decorator: Google::Apis::RunV1alpha1::TcpSocketAction::Representation
|
631
541
|
|
632
|
-
|
633
|
-
# @private
|
634
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
635
|
-
property :string, as: 'string'
|
542
|
+
property :timeout_seconds, as: 'timeoutSeconds'
|
636
543
|
end
|
637
544
|
end
|
638
545
|
|
@@ -640,21 +547,7 @@ module Google
|
|
640
547
|
# @private
|
641
548
|
class Representation < Google::Apis::Core::JsonRepresentation
|
642
549
|
hash :limits, as: 'limits'
|
643
|
-
hash :limits_in_map, as: 'limitsInMap', class: Google::Apis::RunV1alpha1::Quantity, decorator: Google::Apis::RunV1alpha1::Quantity::Representation
|
644
|
-
|
645
550
|
hash :requests, as: 'requests'
|
646
|
-
hash :requests_in_map, as: 'requestsInMap', class: Google::Apis::RunV1alpha1::Quantity, decorator: Google::Apis::RunV1alpha1::Quantity::Representation
|
647
|
-
|
648
|
-
end
|
649
|
-
end
|
650
|
-
|
651
|
-
class SeLinuxOptions
|
652
|
-
# @private
|
653
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
654
|
-
property :level, as: 'level'
|
655
|
-
property :role, as: 'role'
|
656
|
-
property :type, as: 'type'
|
657
|
-
property :user, as: 'user'
|
658
551
|
end
|
659
552
|
end
|
660
553
|
|
@@ -693,16 +586,7 @@ module Google
|
|
693
586
|
class SecurityContext
|
694
587
|
# @private
|
695
588
|
class Representation < Google::Apis::Core::JsonRepresentation
|
696
|
-
property :allow_privilege_escalation, as: 'allowPrivilegeEscalation'
|
697
|
-
property :capabilities, as: 'capabilities', class: Google::Apis::RunV1alpha1::Capabilities, decorator: Google::Apis::RunV1alpha1::Capabilities::Representation
|
698
|
-
|
699
|
-
property :privileged, as: 'privileged'
|
700
|
-
property :read_only_root_filesystem, as: 'readOnlyRootFilesystem'
|
701
|
-
property :run_as_group, as: 'runAsGroup'
|
702
|
-
property :run_as_non_root, as: 'runAsNonRoot'
|
703
589
|
property :run_as_user, as: 'runAsUser'
|
704
|
-
property :se_linux_options, as: 'seLinuxOptions', class: Google::Apis::RunV1alpha1::SeLinuxOptions, decorator: Google::Apis::RunV1alpha1::SeLinuxOptions::Representation
|
705
|
-
|
706
590
|
end
|
707
591
|
end
|
708
592
|
|
@@ -710,8 +594,7 @@ module Google
|
|
710
594
|
# @private
|
711
595
|
class Representation < Google::Apis::Core::JsonRepresentation
|
712
596
|
property :host, as: 'host'
|
713
|
-
property :port, as: 'port'
|
714
|
-
|
597
|
+
property :port, as: 'port'
|
715
598
|
end
|
716
599
|
end
|
717
600
|
|
@@ -726,19 +609,10 @@ module Google
|
|
726
609
|
end
|
727
610
|
end
|
728
611
|
|
729
|
-
class VolumeDevice
|
730
|
-
# @private
|
731
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
732
|
-
property :device_path, as: 'devicePath'
|
733
|
-
property :name, as: 'name'
|
734
|
-
end
|
735
|
-
end
|
736
|
-
|
737
612
|
class VolumeMount
|
738
613
|
# @private
|
739
614
|
class Representation < Google::Apis::Core::JsonRepresentation
|
740
615
|
property :mount_path, as: 'mountPath'
|
741
|
-
property :mount_propagation, as: 'mountPropagation'
|
742
616
|
property :name, as: 'name'
|
743
617
|
property :read_only, as: 'readOnly'
|
744
618
|
property :sub_path, as: 'subPath'
|
@@ -23,8 +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 incoming
|
27
|
-
# API specification.
|
26
|
+
# based on incoming requests. The Cloud Run Admin API follows the Knative
|
27
|
+
# Serving API specification.
|
28
28
|
#
|
29
29
|
# @example
|
30
30
|
# require 'google/apis/run_v1alpha1'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-run_v1alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.13.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-07-
|
11
|
+
date: 2021-07-26 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/master/generated/google-apis-run_v1alpha1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1alpha1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1alpha1/v0.13.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-run_v1alpha1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|