google-apis-composer_v1beta1 0.12.0 → 0.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/composer_v1beta1/classes.rb +18 -22
- data/lib/google/apis/composer_v1beta1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 110eb33e873aec828ced08ca8b2cb4adbcfde37b84a87befcc722b93b516c294
|
4
|
+
data.tar.gz: 1469aa13b2b5ee7b1c5139511455057e0246826f1eece9d63d1a8ea1de299bd9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '09e64ad91ad80d23422d1e5c50f84187de800e896b8e677aec486cbe86e56cff3e34fd98707f648805336329e9dc32bbdec73dff10ffbc2ad51208bab272a0f6'
|
7
|
+
data.tar.gz: bfd15d52fc19699377685a852dfc4f2d4291cd82668dcb5c7ebef528849e76ea77b2455d4a88ce12966b998a6db3aa9fd2276df2b6aafae06f7e9d03c70a047e
|
data/CHANGELOG.md
CHANGED
@@ -421,11 +421,10 @@ module Google
|
|
421
421
|
include Google::Apis::Core::Hashable
|
422
422
|
|
423
423
|
# Optional. The IP address range used to allocate IP addresses to pods in the
|
424
|
-
# cluster.
|
425
|
-
#
|
426
|
-
#
|
427
|
-
# GKE choose a range with
|
428
|
-
# GKE choose a range with a specific netmask. Set to a [CIDR](https://en.
|
424
|
+
# cluster. For Cloud Composer environments in versions composer-1.*.*-airflow-*.*
|
425
|
+
# .*, this field is applicable only when `use_ip_aliases` is true. Set to blank
|
426
|
+
# to have GKE choose a range with the default size. Set to /netmask (e.g. `/14`)
|
427
|
+
# to have GKE choose a range with a specific netmask. Set to a [CIDR](https://en.
|
429
428
|
# wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/
|
430
429
|
# 14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `
|
431
430
|
# 192.168.0.0/16`) to pick a specific range to use. Specify `
|
@@ -436,34 +435,31 @@ module Google
|
|
436
435
|
|
437
436
|
# Optional. The name of the cluster's secondary range used to allocate IP
|
438
437
|
# addresses to pods. Specify either `cluster_secondary_range_name` or `
|
439
|
-
# cluster_ipv4_cidr_block` but not both.
|
440
|
-
#
|
441
|
-
#
|
442
|
-
# true.
|
438
|
+
# cluster_ipv4_cidr_block` but not both. For Cloud Composer environments in
|
439
|
+
# versions composer-1.*.*-airflow-*.*.*, this field is applicable only when `
|
440
|
+
# use_ip_aliases` is true.
|
443
441
|
# Corresponds to the JSON property `clusterSecondaryRangeName`
|
444
442
|
# @return [String]
|
445
443
|
attr_accessor :cluster_secondary_range_name
|
446
444
|
|
447
445
|
# Optional. The IP address range of the services IP addresses in this cluster.
|
448
|
-
#
|
449
|
-
#
|
450
|
-
#
|
451
|
-
# a range with
|
452
|
-
#
|
453
|
-
#
|
454
|
-
#
|
455
|
-
#
|
456
|
-
# services_ipv4_cidr_block` but not both.
|
446
|
+
# For Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*, this
|
447
|
+
# field is applicable only when `use_ip_aliases` is true. Set to blank to have
|
448
|
+
# GKE choose a range with the default size. Set to /netmask (e.g. `/14`) to have
|
449
|
+
# GKE choose a range with a specific netmask. Set to a [CIDR](https://en.
|
450
|
+
# wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/
|
451
|
+
# 14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `
|
452
|
+
# 192.168.0.0/16`) to pick a specific range to use. Specify `
|
453
|
+
# services_secondary_range_name` or `services_ipv4_cidr_block` but not both.
|
457
454
|
# Corresponds to the JSON property `servicesIpv4CidrBlock`
|
458
455
|
# @return [String]
|
459
456
|
attr_accessor :services_ipv4_cidr_block
|
460
457
|
|
461
458
|
# Optional. The name of the services' secondary range used to allocate IP
|
462
459
|
# addresses to the cluster. Specify either `services_secondary_range_name` or `
|
463
|
-
# services_ipv4_cidr_block` but not both.
|
464
|
-
#
|
465
|
-
#
|
466
|
-
# true.
|
460
|
+
# services_ipv4_cidr_block` but not both. For Cloud Composer environments in
|
461
|
+
# versions composer-1.*.*-airflow-*.*.*, this field is applicable only when `
|
462
|
+
# use_ip_aliases` is true.
|
467
463
|
# Corresponds to the JSON property `servicesSecondaryRangeName`
|
468
464
|
# @return [String]
|
469
465
|
attr_accessor :services_secondary_range_name
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComposerV1beta1
|
18
18
|
# Version of the google-apis-composer_v1beta1 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 = "20210922"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-composer_v1beta1
|
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-
|
11
|
+
date: 2021-10-04 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-composer_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1beta1/v0.13.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-composer_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|