google-apis-composer_v1 0.23.0 → 0.24.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d5802f5cd28423485800e86784b6c6d22d97e36aad117efe86d9ed741423c122
|
|
4
|
+
data.tar.gz: 76684d2bfa41e3ca93b2f7ff3594f86bf1050d1c40e16a6fa08edf03b3606af1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c5db03a73556f9c8977f4c4b0294ae6ea8842da6e72292206aafc87783d2a40b69bdee573c2c22efa9932f43ff32ab825e46379b92ea52d7912570742daffdec
|
|
7
|
+
data.tar.gz: 2c6b7563ecbdeab2a165d831ff76c90a7e99155fb59927f1c64ba047202a0f790dd94ef0ff190468093b6ba62832adb9a1d61ae1d04ade016b90e163416f2057
|
data/CHANGELOG.md
CHANGED
|
@@ -700,6 +700,15 @@ module Google
|
|
|
700
700
|
# @return [Fixnum]
|
|
701
701
|
attr_accessor :disk_size_gb
|
|
702
702
|
|
|
703
|
+
# Optional. Deploys 'ip-masq-agent' daemon set in the GKE cluster and defines
|
|
704
|
+
# nonMasqueradeCIDRs equals to pod IP range so IP masquerading is used for all
|
|
705
|
+
# destination addresses, except between pods traffic. See: https://cloud.google.
|
|
706
|
+
# com/kubernetes-engine/docs/how-to/ip-masquerade-agent
|
|
707
|
+
# Corresponds to the JSON property `enableIpMasqAgent`
|
|
708
|
+
# @return [Boolean]
|
|
709
|
+
attr_accessor :enable_ip_masq_agent
|
|
710
|
+
alias_method :enable_ip_masq_agent?, :enable_ip_masq_agent
|
|
711
|
+
|
|
703
712
|
# Configuration for controlling how IPs are allocated in the GKE cluster running
|
|
704
713
|
# the Apache Airflow software.
|
|
705
714
|
# Corresponds to the JSON property `ipAllocationPolicy`
|
|
@@ -795,6 +804,7 @@ module Google
|
|
|
795
804
|
# Update properties of this object
|
|
796
805
|
def update!(**args)
|
|
797
806
|
@disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
|
|
807
|
+
@enable_ip_masq_agent = args[:enable_ip_masq_agent] if args.key?(:enable_ip_masq_agent)
|
|
798
808
|
@ip_allocation_policy = args[:ip_allocation_policy] if args.key?(:ip_allocation_policy)
|
|
799
809
|
@location = args[:location] if args.key?(:location)
|
|
800
810
|
@machine_type = args[:machine_type] if args.key?(:machine_type)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ComposerV1
|
|
18
18
|
# Version of the google-apis-composer_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.24.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220518"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -370,6 +370,7 @@ module Google
|
|
|
370
370
|
# @private
|
|
371
371
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
372
372
|
property :disk_size_gb, as: 'diskSizeGb'
|
|
373
|
+
property :enable_ip_masq_agent, as: 'enableIpMasqAgent'
|
|
373
374
|
property :ip_allocation_policy, as: 'ipAllocationPolicy', class: Google::Apis::ComposerV1::IpAllocationPolicy, decorator: Google::Apis::ComposerV1::IpAllocationPolicy::Representation
|
|
374
375
|
|
|
375
376
|
property :location, as: 'location'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-composer_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.24.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: 2022-05-
|
|
11
|
+
date: 2022-05-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-composer_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1/v0.24.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-composer_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.3.
|
|
78
|
+
rubygems_version: 3.3.14
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Cloud Composer API V1
|