google-apis-container_v1beta1 0.48.0 → 0.49.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: 109162e10a73cfafc9d26fa738efd58d7f4d8733bc7860ec1da35b190569d062
|
4
|
+
data.tar.gz: 8f14de0dcee12504739f8b5908269ef087ad74bc2769bfbaa6e019c1e1e02df6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0bcc23106f5d180047a64b472ba511e6b03a13ea3428d6549bfe0831a408a1e6b53c7123e5abffe23f0084054b979693b0f685789f1d9e87c920bfe62d422ff9
|
7
|
+
data.tar.gz: 91adf24bcd148978af05360b16fb2340a4137ee091f56d0d185746f76401a445156bdcecf3362c497302173456695d4fb5b8f2477cdbaaefaf12c22f388ea379
|
data/CHANGELOG.md
CHANGED
@@ -1355,6 +1355,11 @@ module Google
|
|
1355
1355
|
attr_accessor :desired_enable_private_endpoint
|
1356
1356
|
alias_method :desired_enable_private_endpoint?, :desired_enable_private_endpoint
|
1357
1357
|
|
1358
|
+
# Fleet is the fleet configuration for the cluster.
|
1359
|
+
# Corresponds to the JSON property `desiredFleet`
|
1360
|
+
# @return [Google::Apis::ContainerV1beta1::Fleet]
|
1361
|
+
attr_accessor :desired_fleet
|
1362
|
+
|
1358
1363
|
# GatewayAPIConfig contains the desired config of Gateway API on this cluster.
|
1359
1364
|
# Corresponds to the JSON property `desiredGatewayApiConfig`
|
1360
1365
|
# @return [Google::Apis::ContainerV1beta1::GatewayApiConfig]
|
@@ -1610,6 +1615,7 @@ module Google
|
|
1610
1615
|
@desired_default_snat_status = args[:desired_default_snat_status] if args.key?(:desired_default_snat_status)
|
1611
1616
|
@desired_dns_config = args[:desired_dns_config] if args.key?(:desired_dns_config)
|
1612
1617
|
@desired_enable_private_endpoint = args[:desired_enable_private_endpoint] if args.key?(:desired_enable_private_endpoint)
|
1618
|
+
@desired_fleet = args[:desired_fleet] if args.key?(:desired_fleet)
|
1613
1619
|
@desired_gateway_api_config = args[:desired_gateway_api_config] if args.key?(:desired_gateway_api_config)
|
1614
1620
|
@desired_gcfs_config = args[:desired_gcfs_config] if args.key?(:desired_gcfs_config)
|
1615
1621
|
@desired_identity_service_config = args[:desired_identity_service_config] if args.key?(:desired_identity_service_config)
|
@@ -4670,11 +4676,11 @@ module Google
|
|
4670
4676
|
# Server-defined URI for the target of the operation. The format of this is a
|
4671
4677
|
# URI to the resource being modified (such as a cluster, node pool, or node).
|
4672
4678
|
# For node pool repairs, there may be multiple nodes being repaired, but only
|
4673
|
-
# one will be the target. Examples: - `https://container.googleapis.com/
|
4674
|
-
# projects/123/locations/us-central1/clusters/my-cluster`
|
4675
|
-
# googleapis.com/
|
4676
|
-
# nodePools/my-np`
|
4677
|
-
#
|
4679
|
+
# one will be the target. Examples: - ## `https://container.googleapis.com/v1/
|
4680
|
+
# projects/123/locations/us-central1/clusters/my-cluster` ## `https://container.
|
4681
|
+
# googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/
|
4682
|
+
# nodePools/my-np` `https://container.googleapis.com/v1/projects/123/zones/us-
|
4683
|
+
# central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
|
4678
4684
|
# Corresponds to the JSON property `targetLink`
|
4679
4685
|
# @return [String]
|
4680
4686
|
attr_accessor :target_link
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ContainerV1beta1
|
18
18
|
# Version of the google-apis-container_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.49.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 = "20230501"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1346,6 +1346,8 @@ module Google
|
|
1346
1346
|
property :desired_dns_config, as: 'desiredDnsConfig', class: Google::Apis::ContainerV1beta1::DnsConfig, decorator: Google::Apis::ContainerV1beta1::DnsConfig::Representation
|
1347
1347
|
|
1348
1348
|
property :desired_enable_private_endpoint, as: 'desiredEnablePrivateEndpoint'
|
1349
|
+
property :desired_fleet, as: 'desiredFleet', class: Google::Apis::ContainerV1beta1::Fleet, decorator: Google::Apis::ContainerV1beta1::Fleet::Representation
|
1350
|
+
|
1349
1351
|
property :desired_gateway_api_config, as: 'desiredGatewayApiConfig', class: Google::Apis::ContainerV1beta1::GatewayApiConfig, decorator: Google::Apis::ContainerV1beta1::GatewayApiConfig::Representation
|
1350
1352
|
|
1351
1353
|
property :desired_gcfs_config, as: 'desiredGcfsConfig', class: Google::Apis::ContainerV1beta1::GcfsConfig, decorator: Google::Apis::ContainerV1beta1::GcfsConfig::Representation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-container_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.49.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_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.49.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|