google-apis-container_v1 0.36.0 → 0.37.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: dc855509ba296fdb7e4d71b8705618fef9f19aad590802e8721eb881f8fe6aa6
|
4
|
+
data.tar.gz: 6fa9fb56d5c0e42f123466b78dac2433418326f1eec5a3beb064f01e3ecd833f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f65a12fe38ff2688e7eb1cff9c3c67b5892c4a27dd5894a2abb9f2ccac79c9d415deb7396ad5e7da893e7299145cd85eb98228379d2663300a3bc43e22c00672
|
7
|
+
data.tar.gz: 2747570eb7354c25dbffda9828ce0692ca9edadee0b92a401f8ddb14addba2c180f151a282736e114cde43138a9494225b5892af51a69b75c1bbc4cfd6be15e6
|
data/CHANGELOG.md
CHANGED
@@ -93,6 +93,11 @@ module Google
|
|
93
93
|
# @return [Google::Apis::ContainerV1::GcpFilestoreCsiDriverConfig]
|
94
94
|
attr_accessor :gcp_filestore_csi_driver_config
|
95
95
|
|
96
|
+
# Configuration for the Backup for GKE Agent.
|
97
|
+
# Corresponds to the JSON property `gkeBackupAgentConfig`
|
98
|
+
# @return [Google::Apis::ContainerV1::GkeBackupAgentConfig]
|
99
|
+
attr_accessor :gke_backup_agent_config
|
100
|
+
|
96
101
|
# Configuration options for the horizontal pod autoscaling feature, which
|
97
102
|
# increases or decreases the number of replica pods a replication controller has
|
98
103
|
# based on the resource usage of the existing pods.
|
@@ -129,6 +134,7 @@ module Google
|
|
129
134
|
@dns_cache_config = args[:dns_cache_config] if args.key?(:dns_cache_config)
|
130
135
|
@gce_persistent_disk_csi_driver_config = args[:gce_persistent_disk_csi_driver_config] if args.key?(:gce_persistent_disk_csi_driver_config)
|
131
136
|
@gcp_filestore_csi_driver_config = args[:gcp_filestore_csi_driver_config] if args.key?(:gcp_filestore_csi_driver_config)
|
137
|
+
@gke_backup_agent_config = args[:gke_backup_agent_config] if args.key?(:gke_backup_agent_config)
|
132
138
|
@horizontal_pod_autoscaling = args[:horizontal_pod_autoscaling] if args.key?(:horizontal_pod_autoscaling)
|
133
139
|
@http_load_balancing = args[:http_load_balancing] if args.key?(:http_load_balancing)
|
134
140
|
@kubernetes_dashboard = args[:kubernetes_dashboard] if args.key?(:kubernetes_dashboard)
|
@@ -638,6 +644,11 @@ module Google
|
|
638
644
|
# @return [Google::Apis::ContainerV1::ConfidentialNodes]
|
639
645
|
attr_accessor :confidential_nodes
|
640
646
|
|
647
|
+
# Configuration for fine-grained cost management feature.
|
648
|
+
# Corresponds to the JSON property `costManagementConfig`
|
649
|
+
# @return [Google::Apis::ContainerV1::CostManagementConfig]
|
650
|
+
attr_accessor :cost_management_config
|
651
|
+
|
641
652
|
# [Output only] The time the cluster was created, in [RFC3339](https://www.ietf.
|
642
653
|
# org/rfc/rfc3339.txt) text format.
|
643
654
|
# Corresponds to the JSON property `createTime`
|
@@ -1003,6 +1014,7 @@ module Google
|
|
1003
1014
|
@cluster_ipv4_cidr = args[:cluster_ipv4_cidr] if args.key?(:cluster_ipv4_cidr)
|
1004
1015
|
@conditions = args[:conditions] if args.key?(:conditions)
|
1005
1016
|
@confidential_nodes = args[:confidential_nodes] if args.key?(:confidential_nodes)
|
1017
|
+
@cost_management_config = args[:cost_management_config] if args.key?(:cost_management_config)
|
1006
1018
|
@create_time = args[:create_time] if args.key?(:create_time)
|
1007
1019
|
@current_master_version = args[:current_master_version] if args.key?(:current_master_version)
|
1008
1020
|
@current_node_count = args[:current_node_count] if args.key?(:current_node_count)
|
@@ -1136,6 +1148,11 @@ module Google
|
|
1136
1148
|
# @return [Google::Apis::ContainerV1::ClusterAutoscaling]
|
1137
1149
|
attr_accessor :desired_cluster_autoscaling
|
1138
1150
|
|
1151
|
+
# Configuration for fine-grained cost management feature.
|
1152
|
+
# Corresponds to the JSON property `desiredCostManagementConfig`
|
1153
|
+
# @return [Google::Apis::ContainerV1::CostManagementConfig]
|
1154
|
+
attr_accessor :desired_cost_management_config
|
1155
|
+
|
1139
1156
|
# Configuration of etcd encryption.
|
1140
1157
|
# Corresponds to the JSON property `desiredDatabaseEncryption`
|
1141
1158
|
# @return [Google::Apis::ContainerV1::DatabaseEncryption]
|
@@ -1347,6 +1364,7 @@ module Google
|
|
1347
1364
|
@desired_authenticator_groups_config = args[:desired_authenticator_groups_config] if args.key?(:desired_authenticator_groups_config)
|
1348
1365
|
@desired_binary_authorization = args[:desired_binary_authorization] if args.key?(:desired_binary_authorization)
|
1349
1366
|
@desired_cluster_autoscaling = args[:desired_cluster_autoscaling] if args.key?(:desired_cluster_autoscaling)
|
1367
|
+
@desired_cost_management_config = args[:desired_cost_management_config] if args.key?(:desired_cost_management_config)
|
1350
1368
|
@desired_database_encryption = args[:desired_database_encryption] if args.key?(:desired_database_encryption)
|
1351
1369
|
@desired_datapath_provider = args[:desired_datapath_provider] if args.key?(:desired_datapath_provider)
|
1352
1370
|
@desired_default_snat_status = args[:desired_default_snat_status] if args.key?(:desired_default_snat_status)
|
@@ -1500,6 +1518,26 @@ module Google
|
|
1500
1518
|
end
|
1501
1519
|
end
|
1502
1520
|
|
1521
|
+
# Configuration for fine-grained cost management feature.
|
1522
|
+
class CostManagementConfig
|
1523
|
+
include Google::Apis::Core::Hashable
|
1524
|
+
|
1525
|
+
# Whether the feature is enabled or not.
|
1526
|
+
# Corresponds to the JSON property `enabled`
|
1527
|
+
# @return [Boolean]
|
1528
|
+
attr_accessor :enabled
|
1529
|
+
alias_method :enabled?, :enabled
|
1530
|
+
|
1531
|
+
def initialize(**args)
|
1532
|
+
update!(**args)
|
1533
|
+
end
|
1534
|
+
|
1535
|
+
# Update properties of this object
|
1536
|
+
def update!(**args)
|
1537
|
+
@enabled = args[:enabled] if args.key?(:enabled)
|
1538
|
+
end
|
1539
|
+
end
|
1540
|
+
|
1503
1541
|
# CreateClusterRequest creates a cluster.
|
1504
1542
|
class CreateClusterRequest
|
1505
1543
|
include Google::Apis::Core::Hashable
|
@@ -1935,6 +1973,26 @@ module Google
|
|
1935
1973
|
end
|
1936
1974
|
end
|
1937
1975
|
|
1976
|
+
# Configuration for the Backup for GKE Agent.
|
1977
|
+
class GkeBackupAgentConfig
|
1978
|
+
include Google::Apis::Core::Hashable
|
1979
|
+
|
1980
|
+
# Whether the Backup for GKE agent is enabled for this cluster.
|
1981
|
+
# Corresponds to the JSON property `enabled`
|
1982
|
+
# @return [Boolean]
|
1983
|
+
attr_accessor :enabled
|
1984
|
+
alias_method :enabled?, :enabled
|
1985
|
+
|
1986
|
+
def initialize(**args)
|
1987
|
+
update!(**args)
|
1988
|
+
end
|
1989
|
+
|
1990
|
+
# Update properties of this object
|
1991
|
+
def update!(**args)
|
1992
|
+
@enabled = args[:enabled] if args.key?(:enabled)
|
1993
|
+
end
|
1994
|
+
end
|
1995
|
+
|
1938
1996
|
# Configuration options for the horizontal pod autoscaling feature, which
|
1939
1997
|
# increases or decreases the number of replica pods a replication controller has
|
1940
1998
|
# based on the resource usage of the existing pods.
|
@@ -2068,6 +2126,11 @@ module Google
|
|
2068
2126
|
attr_accessor :create_subnetwork
|
2069
2127
|
alias_method :create_subnetwork?, :create_subnetwork
|
2070
2128
|
|
2129
|
+
# The ipv6 access type (internal or external) when create_subnetwork is true
|
2130
|
+
# Corresponds to the JSON property `ipv6AccessType`
|
2131
|
+
# @return [String]
|
2132
|
+
attr_accessor :ipv6_access_type
|
2133
|
+
|
2071
2134
|
# This field is deprecated, use node_ipv4_cidr_block.
|
2072
2135
|
# Corresponds to the JSON property `nodeIpv4Cidr`
|
2073
2136
|
# @return [String]
|
@@ -2109,6 +2172,11 @@ module Google
|
|
2109
2172
|
# @return [String]
|
2110
2173
|
attr_accessor :services_secondary_range_name
|
2111
2174
|
|
2175
|
+
# The IP stack type of the cluster
|
2176
|
+
# Corresponds to the JSON property `stackType`
|
2177
|
+
# @return [String]
|
2178
|
+
attr_accessor :stack_type
|
2179
|
+
|
2112
2180
|
# A custom subnetwork name to be used if `create_subnetwork` is true. If this
|
2113
2181
|
# field is empty, then an automatic name will be chosen for the new subnetwork.
|
2114
2182
|
# Corresponds to the JSON property `subnetworkName`
|
@@ -2155,11 +2223,13 @@ module Google
|
|
2155
2223
|
@cluster_ipv4_cidr_block = args[:cluster_ipv4_cidr_block] if args.key?(:cluster_ipv4_cidr_block)
|
2156
2224
|
@cluster_secondary_range_name = args[:cluster_secondary_range_name] if args.key?(:cluster_secondary_range_name)
|
2157
2225
|
@create_subnetwork = args[:create_subnetwork] if args.key?(:create_subnetwork)
|
2226
|
+
@ipv6_access_type = args[:ipv6_access_type] if args.key?(:ipv6_access_type)
|
2158
2227
|
@node_ipv4_cidr = args[:node_ipv4_cidr] if args.key?(:node_ipv4_cidr)
|
2159
2228
|
@node_ipv4_cidr_block = args[:node_ipv4_cidr_block] if args.key?(:node_ipv4_cidr_block)
|
2160
2229
|
@services_ipv4_cidr = args[:services_ipv4_cidr] if args.key?(:services_ipv4_cidr)
|
2161
2230
|
@services_ipv4_cidr_block = args[:services_ipv4_cidr_block] if args.key?(:services_ipv4_cidr_block)
|
2162
2231
|
@services_secondary_range_name = args[:services_secondary_range_name] if args.key?(:services_secondary_range_name)
|
2232
|
+
@stack_type = args[:stack_type] if args.key?(:stack_type)
|
2163
2233
|
@subnetwork_name = args[:subnetwork_name] if args.key?(:subnetwork_name)
|
2164
2234
|
@tpu_ipv4_cidr_block = args[:tpu_ipv4_cidr_block] if args.key?(:tpu_ipv4_cidr_block)
|
2165
2235
|
@use_ip_aliases = args[:use_ip_aliases] if args.key?(:use_ip_aliases)
|
@@ -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.37.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.10.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220923"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -160,6 +160,12 @@ module Google
|
|
160
160
|
include Google::Apis::Core::JsonObjectSupport
|
161
161
|
end
|
162
162
|
|
163
|
+
class CostManagementConfig
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
163
169
|
class CreateClusterRequest
|
164
170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
171
|
|
@@ -250,6 +256,12 @@ module Google
|
|
250
256
|
include Google::Apis::Core::JsonObjectSupport
|
251
257
|
end
|
252
258
|
|
259
|
+
class GkeBackupAgentConfig
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
253
265
|
class HorizontalPodAutoscaling
|
254
266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
267
|
|
@@ -850,6 +862,8 @@ module Google
|
|
850
862
|
|
851
863
|
property :gcp_filestore_csi_driver_config, as: 'gcpFilestoreCsiDriverConfig', class: Google::Apis::ContainerV1::GcpFilestoreCsiDriverConfig, decorator: Google::Apis::ContainerV1::GcpFilestoreCsiDriverConfig::Representation
|
852
864
|
|
865
|
+
property :gke_backup_agent_config, as: 'gkeBackupAgentConfig', class: Google::Apis::ContainerV1::GkeBackupAgentConfig, decorator: Google::Apis::ContainerV1::GkeBackupAgentConfig::Representation
|
866
|
+
|
853
867
|
property :horizontal_pod_autoscaling, as: 'horizontalPodAutoscaling', class: Google::Apis::ContainerV1::HorizontalPodAutoscaling, decorator: Google::Apis::ContainerV1::HorizontalPodAutoscaling::Representation
|
854
868
|
|
855
869
|
property :http_load_balancing, as: 'httpLoadBalancing', class: Google::Apis::ContainerV1::HttpLoadBalancing, decorator: Google::Apis::ContainerV1::HttpLoadBalancing::Representation
|
@@ -996,6 +1010,8 @@ module Google
|
|
996
1010
|
|
997
1011
|
property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1::ConfidentialNodes, decorator: Google::Apis::ContainerV1::ConfidentialNodes::Representation
|
998
1012
|
|
1013
|
+
property :cost_management_config, as: 'costManagementConfig', class: Google::Apis::ContainerV1::CostManagementConfig, decorator: Google::Apis::ContainerV1::CostManagementConfig::Representation
|
1014
|
+
|
999
1015
|
property :create_time, as: 'createTime'
|
1000
1016
|
property :current_master_version, as: 'currentMasterVersion'
|
1001
1017
|
property :current_node_count, as: 'currentNodeCount'
|
@@ -1100,6 +1116,8 @@ module Google
|
|
1100
1116
|
|
1101
1117
|
property :desired_cluster_autoscaling, as: 'desiredClusterAutoscaling', class: Google::Apis::ContainerV1::ClusterAutoscaling, decorator: Google::Apis::ContainerV1::ClusterAutoscaling::Representation
|
1102
1118
|
|
1119
|
+
property :desired_cost_management_config, as: 'desiredCostManagementConfig', class: Google::Apis::ContainerV1::CostManagementConfig, decorator: Google::Apis::ContainerV1::CostManagementConfig::Representation
|
1120
|
+
|
1103
1121
|
property :desired_database_encryption, as: 'desiredDatabaseEncryption', class: Google::Apis::ContainerV1::DatabaseEncryption, decorator: Google::Apis::ContainerV1::DatabaseEncryption::Representation
|
1104
1122
|
|
1105
1123
|
property :desired_datapath_provider, as: 'desiredDatapathProvider'
|
@@ -1193,6 +1211,13 @@ module Google
|
|
1193
1211
|
end
|
1194
1212
|
end
|
1195
1213
|
|
1214
|
+
class CostManagementConfig
|
1215
|
+
# @private
|
1216
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1217
|
+
property :enabled, as: 'enabled'
|
1218
|
+
end
|
1219
|
+
end
|
1220
|
+
|
1196
1221
|
class CreateClusterRequest
|
1197
1222
|
# @private
|
1198
1223
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1322,6 +1347,13 @@ module Google
|
|
1322
1347
|
end
|
1323
1348
|
end
|
1324
1349
|
|
1350
|
+
class GkeBackupAgentConfig
|
1351
|
+
# @private
|
1352
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1353
|
+
property :enabled, as: 'enabled'
|
1354
|
+
end
|
1355
|
+
end
|
1356
|
+
|
1325
1357
|
class HorizontalPodAutoscaling
|
1326
1358
|
# @private
|
1327
1359
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1359,11 +1391,13 @@ module Google
|
|
1359
1391
|
property :cluster_ipv4_cidr_block, as: 'clusterIpv4CidrBlock'
|
1360
1392
|
property :cluster_secondary_range_name, as: 'clusterSecondaryRangeName'
|
1361
1393
|
property :create_subnetwork, as: 'createSubnetwork'
|
1394
|
+
property :ipv6_access_type, as: 'ipv6AccessType'
|
1362
1395
|
property :node_ipv4_cidr, as: 'nodeIpv4Cidr'
|
1363
1396
|
property :node_ipv4_cidr_block, as: 'nodeIpv4CidrBlock'
|
1364
1397
|
property :services_ipv4_cidr, as: 'servicesIpv4Cidr'
|
1365
1398
|
property :services_ipv4_cidr_block, as: 'servicesIpv4CidrBlock'
|
1366
1399
|
property :services_secondary_range_name, as: 'servicesSecondaryRangeName'
|
1400
|
+
property :stack_type, as: 'stackType'
|
1367
1401
|
property :subnetwork_name, as: 'subnetworkName'
|
1368
1402
|
property :tpu_ipv4_cidr_block, as: 'tpuIpv4CidrBlock'
|
1369
1403
|
property :use_ip_aliases, as: 'useIpAliases'
|
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.37.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-10-17 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.37.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: []
|