google-apis-composer_v1beta1 0.21.0 → 0.22.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 399ce2ccf53130fb9cbd890b2ec6c72c5ab420fe79426a3c443d2844586087c2
|
4
|
+
data.tar.gz: d1c50aa0894144d60005b8fc18f8410ee4ed05c9053973d5994fe445fba1a3fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19b2d9964bebd94e362c52cd0b56fe32fafb0304e6ab54da01f3faab3e763a49f88e7f5713a0134e5f26f5e8db4dcfdc94b6d507f51e5d2641e274d19a61d43a
|
7
|
+
data.tar.gz: 186e6aa72bb840d96718e15c2d14a202bc1a0a6c69e5a1f5e22d0ea8a6544486b78a899239dad5efac086dcedb08aa931de631fc9b9bdec50a007c6fc7093ba6
|
data/CHANGELOG.md
CHANGED
@@ -132,16 +132,16 @@ module Google
|
|
132
132
|
end
|
133
133
|
end
|
134
134
|
|
135
|
-
#
|
135
|
+
# CIDR block with an optional name.
|
136
136
|
class CidrBlock
|
137
137
|
include Google::Apis::Core::Hashable
|
138
138
|
|
139
|
-
#
|
139
|
+
# CIDR block that must be specified in CIDR notation.
|
140
140
|
# Corresponds to the JSON property `cidrBlock`
|
141
141
|
# @return [String]
|
142
142
|
attr_accessor :cidr_block
|
143
143
|
|
144
|
-
#
|
144
|
+
# User-defined name that identifies the CIDR block.
|
145
145
|
# Corresponds to the JSON property `displayName`
|
146
146
|
# @return [String]
|
147
147
|
attr_accessor :display_name
|
@@ -747,13 +747,12 @@ module Google
|
|
747
747
|
class MasterAuthorizedNetworksConfig
|
748
748
|
include Google::Apis::Core::Hashable
|
749
749
|
|
750
|
-
#
|
751
|
-
# master through HTTPS.
|
750
|
+
# Up to 50 external networks that could access Kubernetes master through HTTPS.
|
752
751
|
# Corresponds to the JSON property `cidrBlocks`
|
753
752
|
# @return [Array<Google::Apis::ComposerV1beta1::CidrBlock>]
|
754
753
|
attr_accessor :cidr_blocks
|
755
754
|
|
756
|
-
# Whether or not master authorized networks is enabled.
|
755
|
+
# Whether or not master authorized networks feature is enabled.
|
757
756
|
# Corresponds to the JSON property `enabled`
|
758
757
|
# @return [Boolean]
|
759
758
|
attr_accessor :enabled
|
@@ -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.22.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 = "20220512"
|
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.22.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-
|
11
|
+
date: 2022-05-23 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_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.22.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-composer_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|