google-apis-container_v1beta1 0.47.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
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-container_v1beta1
|
2
2
|
|
3
|
+
### v0.49.0 (2023-05-14)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230501
|
6
|
+
|
7
|
+
### v0.48.0 (2023-04-30)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230406
|
10
|
+
|
3
11
|
### v0.47.0 (2023-04-23)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230404
|
@@ -119,6 +119,11 @@ module Google
|
|
119
119
|
# @return [Google::Apis::ContainerV1beta1::GcpFilestoreCsiDriverConfig]
|
120
120
|
attr_accessor :gcp_filestore_csi_driver_config
|
121
121
|
|
122
|
+
# Configuration for the Cloud Storage Fuse CSI driver.
|
123
|
+
# Corresponds to the JSON property `gcsFuseCsiDriverConfig`
|
124
|
+
# @return [Google::Apis::ContainerV1beta1::GcsFuseCsiDriverConfig]
|
125
|
+
attr_accessor :gcs_fuse_csi_driver_config
|
126
|
+
|
122
127
|
# Configuration for the Backup for GKE Agent.
|
123
128
|
# Corresponds to the JSON property `gkeBackupAgentConfig`
|
124
129
|
# @return [Google::Apis::ContainerV1beta1::GkeBackupAgentConfig]
|
@@ -170,6 +175,7 @@ module Google
|
|
170
175
|
@dns_cache_config = args[:dns_cache_config] if args.key?(:dns_cache_config)
|
171
176
|
@gce_persistent_disk_csi_driver_config = args[:gce_persistent_disk_csi_driver_config] if args.key?(:gce_persistent_disk_csi_driver_config)
|
172
177
|
@gcp_filestore_csi_driver_config = args[:gcp_filestore_csi_driver_config] if args.key?(:gcp_filestore_csi_driver_config)
|
178
|
+
@gcs_fuse_csi_driver_config = args[:gcs_fuse_csi_driver_config] if args.key?(:gcs_fuse_csi_driver_config)
|
173
179
|
@gke_backup_agent_config = args[:gke_backup_agent_config] if args.key?(:gke_backup_agent_config)
|
174
180
|
@horizontal_pod_autoscaling = args[:horizontal_pod_autoscaling] if args.key?(:horizontal_pod_autoscaling)
|
175
181
|
@http_load_balancing = args[:http_load_balancing] if args.key?(:http_load_balancing)
|
@@ -1349,6 +1355,11 @@ module Google
|
|
1349
1355
|
attr_accessor :desired_enable_private_endpoint
|
1350
1356
|
alias_method :desired_enable_private_endpoint?, :desired_enable_private_endpoint
|
1351
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
|
+
|
1352
1363
|
# GatewayAPIConfig contains the desired config of Gateway API on this cluster.
|
1353
1364
|
# Corresponds to the JSON property `desiredGatewayApiConfig`
|
1354
1365
|
# @return [Google::Apis::ContainerV1beta1::GatewayApiConfig]
|
@@ -1604,6 +1615,7 @@ module Google
|
|
1604
1615
|
@desired_default_snat_status = args[:desired_default_snat_status] if args.key?(:desired_default_snat_status)
|
1605
1616
|
@desired_dns_config = args[:desired_dns_config] if args.key?(:desired_dns_config)
|
1606
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)
|
1607
1619
|
@desired_gateway_api_config = args[:desired_gateway_api_config] if args.key?(:desired_gateway_api_config)
|
1608
1620
|
@desired_gcfs_config = args[:desired_gcfs_config] if args.key?(:desired_gcfs_config)
|
1609
1621
|
@desired_identity_service_config = args[:desired_identity_service_config] if args.key?(:desired_identity_service_config)
|
@@ -2303,6 +2315,26 @@ module Google
|
|
2303
2315
|
end
|
2304
2316
|
end
|
2305
2317
|
|
2318
|
+
# Configuration for the Cloud Storage Fuse CSI driver.
|
2319
|
+
class GcsFuseCsiDriverConfig
|
2320
|
+
include Google::Apis::Core::Hashable
|
2321
|
+
|
2322
|
+
# Whether the Cloud Storage Fuse CSI driver is enabled for this cluster.
|
2323
|
+
# Corresponds to the JSON property `enabled`
|
2324
|
+
# @return [Boolean]
|
2325
|
+
attr_accessor :enabled
|
2326
|
+
alias_method :enabled?, :enabled
|
2327
|
+
|
2328
|
+
def initialize(**args)
|
2329
|
+
update!(**args)
|
2330
|
+
end
|
2331
|
+
|
2332
|
+
# Update properties of this object
|
2333
|
+
def update!(**args)
|
2334
|
+
@enabled = args[:enabled] if args.key?(:enabled)
|
2335
|
+
end
|
2336
|
+
end
|
2337
|
+
|
2306
2338
|
# GetJSONWebKeysResponse is a valid JSON Web Key Set as specififed in rfc 7517
|
2307
2339
|
class GetJsonWebKeysResponse
|
2308
2340
|
include Google::Apis::Core::Hashable
|
@@ -4644,11 +4676,11 @@ module Google
|
|
4644
4676
|
# Server-defined URI for the target of the operation. The format of this is a
|
4645
4677
|
# URI to the resource being modified (such as a cluster, node pool, or node).
|
4646
4678
|
# For node pool repairs, there may be multiple nodes being repaired, but only
|
4647
|
-
# one will be the target. Examples: - `https://container.googleapis.com/
|
4648
|
-
# projects/123/locations/us-central1/clusters/my-cluster`
|
4649
|
-
# googleapis.com/
|
4650
|
-
# nodePools/my-np`
|
4651
|
-
#
|
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`
|
4652
4684
|
# Corresponds to the JSON property `targetLink`
|
4653
4685
|
# @return [String]
|
4654
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
|
@@ -298,6 +298,12 @@ module Google
|
|
298
298
|
include Google::Apis::Core::JsonObjectSupport
|
299
299
|
end
|
300
300
|
|
301
|
+
class GcsFuseCsiDriverConfig
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
301
307
|
class GetJsonWebKeysResponse
|
302
308
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
309
|
|
@@ -1032,6 +1038,8 @@ module Google
|
|
1032
1038
|
|
1033
1039
|
property :gcp_filestore_csi_driver_config, as: 'gcpFilestoreCsiDriverConfig', class: Google::Apis::ContainerV1beta1::GcpFilestoreCsiDriverConfig, decorator: Google::Apis::ContainerV1beta1::GcpFilestoreCsiDriverConfig::Representation
|
1034
1040
|
|
1041
|
+
property :gcs_fuse_csi_driver_config, as: 'gcsFuseCsiDriverConfig', class: Google::Apis::ContainerV1beta1::GcsFuseCsiDriverConfig, decorator: Google::Apis::ContainerV1beta1::GcsFuseCsiDriverConfig::Representation
|
1042
|
+
|
1035
1043
|
property :gke_backup_agent_config, as: 'gkeBackupAgentConfig', class: Google::Apis::ContainerV1beta1::GkeBackupAgentConfig, decorator: Google::Apis::ContainerV1beta1::GkeBackupAgentConfig::Representation
|
1036
1044
|
|
1037
1045
|
property :horizontal_pod_autoscaling, as: 'horizontalPodAutoscaling', class: Google::Apis::ContainerV1beta1::HorizontalPodAutoscaling, decorator: Google::Apis::ContainerV1beta1::HorizontalPodAutoscaling::Representation
|
@@ -1338,6 +1346,8 @@ module Google
|
|
1338
1346
|
property :desired_dns_config, as: 'desiredDnsConfig', class: Google::Apis::ContainerV1beta1::DnsConfig, decorator: Google::Apis::ContainerV1beta1::DnsConfig::Representation
|
1339
1347
|
|
1340
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
|
+
|
1341
1351
|
property :desired_gateway_api_config, as: 'desiredGatewayApiConfig', class: Google::Apis::ContainerV1beta1::GatewayApiConfig, decorator: Google::Apis::ContainerV1beta1::GatewayApiConfig::Representation
|
1342
1352
|
|
1343
1353
|
property :desired_gcfs_config, as: 'desiredGcfsConfig', class: Google::Apis::ContainerV1beta1::GcfsConfig, decorator: Google::Apis::ContainerV1beta1::GcfsConfig::Representation
|
@@ -1599,6 +1609,13 @@ module Google
|
|
1599
1609
|
end
|
1600
1610
|
end
|
1601
1611
|
|
1612
|
+
class GcsFuseCsiDriverConfig
|
1613
|
+
# @private
|
1614
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1615
|
+
property :enabled, as: 'enabled'
|
1616
|
+
end
|
1617
|
+
end
|
1618
|
+
|
1602
1619
|
class GetJsonWebKeysResponse
|
1603
1620
|
# @private
|
1604
1621
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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: []
|