google-apis-container_v1 0.49.0 → 0.50.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: bfb8cf5c351461269c876090ad86ef4db9ebe4863fa845c13bf41d4fc9b01e22
|
|
4
|
+
data.tar.gz: 8e72b0681c1ae6ceaef1db2c6b970fa590675f30bf70fee56d5a9200ebd4960f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e72fec85248d70cad8ba3e884ed6be3566e149aa506f99b335518e9b38a614f727c49f5bd98b5383622027f7dba5ca0b47939b6d8b06e0f288529800f359bc4
|
|
7
|
+
data.tar.gz: f2d7da0740b6387e5d6314522b920c1f6fd6203fa3db14e3b7867f23597486756bda4773151c707e91d616f651da0a00fa02b66e6a93298722c6d3a8c2e3d5b8
|
data/CHANGELOG.md
CHANGED
|
@@ -1221,6 +1221,11 @@ module Google
|
|
|
1221
1221
|
attr_accessor :desired_enable_private_endpoint
|
|
1222
1222
|
alias_method :desired_enable_private_endpoint?, :desired_enable_private_endpoint
|
|
1223
1223
|
|
|
1224
|
+
# Fleet is the fleet configuration for the cluster.
|
|
1225
|
+
# Corresponds to the JSON property `desiredFleet`
|
|
1226
|
+
# @return [Google::Apis::ContainerV1::Fleet]
|
|
1227
|
+
attr_accessor :desired_fleet
|
|
1228
|
+
|
|
1224
1229
|
# GatewayAPIConfig contains the desired config of Gateway API on this cluster.
|
|
1225
1230
|
# Corresponds to the JSON property `desiredGatewayApiConfig`
|
|
1226
1231
|
# @return [Google::Apis::ContainerV1::GatewayApiConfig]
|
|
@@ -1443,6 +1448,7 @@ module Google
|
|
|
1443
1448
|
@desired_default_snat_status = args[:desired_default_snat_status] if args.key?(:desired_default_snat_status)
|
|
1444
1449
|
@desired_dns_config = args[:desired_dns_config] if args.key?(:desired_dns_config)
|
|
1445
1450
|
@desired_enable_private_endpoint = args[:desired_enable_private_endpoint] if args.key?(:desired_enable_private_endpoint)
|
|
1451
|
+
@desired_fleet = args[:desired_fleet] if args.key?(:desired_fleet)
|
|
1446
1452
|
@desired_gateway_api_config = args[:desired_gateway_api_config] if args.key?(:desired_gateway_api_config)
|
|
1447
1453
|
@desired_gcfs_config = args[:desired_gcfs_config] if args.key?(:desired_gcfs_config)
|
|
1448
1454
|
@desired_identity_service_config = args[:desired_identity_service_config] if args.key?(:desired_identity_service_config)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ContainerV1
|
|
18
18
|
# Version of the google-apis-container_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.50.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230420"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1198,6 +1198,8 @@ module Google
|
|
|
1198
1198
|
property :desired_dns_config, as: 'desiredDnsConfig', class: Google::Apis::ContainerV1::DnsConfig, decorator: Google::Apis::ContainerV1::DnsConfig::Representation
|
|
1199
1199
|
|
|
1200
1200
|
property :desired_enable_private_endpoint, as: 'desiredEnablePrivateEndpoint'
|
|
1201
|
+
property :desired_fleet, as: 'desiredFleet', class: Google::Apis::ContainerV1::Fleet, decorator: Google::Apis::ContainerV1::Fleet::Representation
|
|
1202
|
+
|
|
1201
1203
|
property :desired_gateway_api_config, as: 'desiredGatewayApiConfig', class: Google::Apis::ContainerV1::GatewayApiConfig, decorator: Google::Apis::ContainerV1::GatewayApiConfig::Representation
|
|
1202
1204
|
|
|
1203
1205
|
property :desired_gcfs_config, as: 'desiredGcfsConfig', class: Google::Apis::ContainerV1::GcfsConfig, decorator: Google::Apis::ContainerV1::GcfsConfig::Representation
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-container_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.50.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: 2023-
|
|
11
|
+
date: 2023-05-14 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-container_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.50.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|