google-apis-container_v1 0.71.0 → 0.72.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: c66de375901a792f937d1f70ed88bd0e7276edb78f4543000e8dc54866498ebd
|
4
|
+
data.tar.gz: d2cdc2c146e01fb3eff0a1fefe3e99c363f80dc11e1619d7755ea1a3874e807f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c4ca7550e5b50aa03aa34447bf77f0a672f0f6449550956563ad0113dcb1a4126223ca96f43dc3e3b0f48b63e4ec57df6cd030a42c310298ad9adb79f455ac7
|
7
|
+
data.tar.gz: 838dc354fc7cd0af277148d65975f1c429a7553316b1555f1cc0fa0088fe74c2b9766e92a1de1703c2be68cf5821ae232492027c42e6a70f762843fd8d64e596
|
data/CHANGELOG.md
CHANGED
@@ -1261,6 +1261,18 @@ module Google
|
|
1261
1261
|
# @return [Google::Apis::ContainerV1::ResourceUsageExportConfig]
|
1262
1262
|
attr_accessor :resource_usage_export_config
|
1263
1263
|
|
1264
|
+
# Output only. Reserved for future use.
|
1265
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
1266
|
+
# @return [Boolean]
|
1267
|
+
attr_accessor :satisfies_pzi
|
1268
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
1269
|
+
|
1270
|
+
# Output only. Reserved for future use.
|
1271
|
+
# Corresponds to the JSON property `satisfiesPzs`
|
1272
|
+
# @return [Boolean]
|
1273
|
+
attr_accessor :satisfies_pzs
|
1274
|
+
alias_method :satisfies_pzs?, :satisfies_pzs
|
1275
|
+
|
1264
1276
|
# SecurityPostureConfig defines the flags needed to enable/disable features for
|
1265
1277
|
# the Security Posture API.
|
1266
1278
|
# Corresponds to the JSON property `securityPostureConfig`
|
@@ -1391,6 +1403,8 @@ module Google
|
|
1391
1403
|
@release_channel = args[:release_channel] if args.key?(:release_channel)
|
1392
1404
|
@resource_labels = args[:resource_labels] if args.key?(:resource_labels)
|
1393
1405
|
@resource_usage_export_config = args[:resource_usage_export_config] if args.key?(:resource_usage_export_config)
|
1406
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
1407
|
+
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
1394
1408
|
@security_posture_config = args[:security_posture_config] if args.key?(:security_posture_config)
|
1395
1409
|
@self_link = args[:self_link] if args.key?(:self_link)
|
1396
1410
|
@services_ipv4_cidr = args[:services_ipv4_cidr] if args.key?(:services_ipv4_cidr)
|
@@ -1688,6 +1702,16 @@ module Google
|
|
1688
1702
|
# @return [Google::Apis::ContainerV1::ClusterNetworkPerformanceConfig]
|
1689
1703
|
attr_accessor :desired_network_performance_config
|
1690
1704
|
|
1705
|
+
# Node kubelet configs.
|
1706
|
+
# Corresponds to the JSON property `desiredNodeKubeletConfig`
|
1707
|
+
# @return [Google::Apis::ContainerV1::NodeKubeletConfig]
|
1708
|
+
attr_accessor :desired_node_kubelet_config
|
1709
|
+
|
1710
|
+
# Node kubelet configs.
|
1711
|
+
# Corresponds to the JSON property `desiredNodePoolAutoConfigKubeletConfig`
|
1712
|
+
# @return [Google::Apis::ContainerV1::NodeKubeletConfig]
|
1713
|
+
attr_accessor :desired_node_pool_auto_config_kubelet_config
|
1714
|
+
|
1691
1715
|
# Collection of Compute Engine network tags that can be applied to a node's
|
1692
1716
|
# underlying VM instance.
|
1693
1717
|
# Corresponds to the JSON property `desiredNodePoolAutoConfigNetworkTags`
|
@@ -1860,6 +1884,8 @@ module Google
|
|
1860
1884
|
@desired_monitoring_config = args[:desired_monitoring_config] if args.key?(:desired_monitoring_config)
|
1861
1885
|
@desired_monitoring_service = args[:desired_monitoring_service] if args.key?(:desired_monitoring_service)
|
1862
1886
|
@desired_network_performance_config = args[:desired_network_performance_config] if args.key?(:desired_network_performance_config)
|
1887
|
+
@desired_node_kubelet_config = args[:desired_node_kubelet_config] if args.key?(:desired_node_kubelet_config)
|
1888
|
+
@desired_node_pool_auto_config_kubelet_config = args[:desired_node_pool_auto_config_kubelet_config] if args.key?(:desired_node_pool_auto_config_kubelet_config)
|
1863
1889
|
@desired_node_pool_auto_config_network_tags = args[:desired_node_pool_auto_config_network_tags] if args.key?(:desired_node_pool_auto_config_network_tags)
|
1864
1890
|
@desired_node_pool_auto_config_resource_manager_tags = args[:desired_node_pool_auto_config_resource_manager_tags] if args.key?(:desired_node_pool_auto_config_resource_manager_tags)
|
1865
1891
|
@desired_node_pool_autoscaling = args[:desired_node_pool_autoscaling] if args.key?(:desired_node_pool_autoscaling)
|
@@ -4325,6 +4351,11 @@ module Google
|
|
4325
4351
|
# @return [Google::Apis::ContainerV1::NodePoolLoggingConfig]
|
4326
4352
|
attr_accessor :logging_config
|
4327
4353
|
|
4354
|
+
# Node kubelet configs.
|
4355
|
+
# Corresponds to the JSON property `nodeKubeletConfig`
|
4356
|
+
# @return [Google::Apis::ContainerV1::NodeKubeletConfig]
|
4357
|
+
attr_accessor :node_kubelet_config
|
4358
|
+
|
4328
4359
|
def initialize(**args)
|
4329
4360
|
update!(**args)
|
4330
4361
|
end
|
@@ -4334,6 +4365,7 @@ module Google
|
|
4334
4365
|
@containerd_config = args[:containerd_config] if args.key?(:containerd_config)
|
4335
4366
|
@gcfs_config = args[:gcfs_config] if args.key?(:gcfs_config)
|
4336
4367
|
@logging_config = args[:logging_config] if args.key?(:logging_config)
|
4368
|
+
@node_kubelet_config = args[:node_kubelet_config] if args.key?(:node_kubelet_config)
|
4337
4369
|
end
|
4338
4370
|
end
|
4339
4371
|
|
@@ -4755,6 +4787,11 @@ module Google
|
|
4755
4787
|
# @return [Google::Apis::ContainerV1::NetworkTags]
|
4756
4788
|
attr_accessor :network_tags
|
4757
4789
|
|
4790
|
+
# Node kubelet configs.
|
4791
|
+
# Corresponds to the JSON property `nodeKubeletConfig`
|
4792
|
+
# @return [Google::Apis::ContainerV1::NodeKubeletConfig]
|
4793
|
+
attr_accessor :node_kubelet_config
|
4794
|
+
|
4758
4795
|
# A map of resource manager tag keys and values to be attached to the nodes for
|
4759
4796
|
# managing Compute Engine firewalls using Network Firewall Policies. Tags must
|
4760
4797
|
# be according to specifications in https://cloud.google.com/vpc/docs/tags-
|
@@ -4771,6 +4808,7 @@ module Google
|
|
4771
4808
|
# Update properties of this object
|
4772
4809
|
def update!(**args)
|
4773
4810
|
@network_tags = args[:network_tags] if args.key?(:network_tags)
|
4811
|
+
@node_kubelet_config = args[:node_kubelet_config] if args.key?(:node_kubelet_config)
|
4774
4812
|
@resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
|
4775
4813
|
end
|
4776
4814
|
end
|
@@ -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.72.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240422"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1397,6 +1397,8 @@ module Google
|
|
1397
1397
|
hash :resource_labels, as: 'resourceLabels'
|
1398
1398
|
property :resource_usage_export_config, as: 'resourceUsageExportConfig', class: Google::Apis::ContainerV1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1::ResourceUsageExportConfig::Representation
|
1399
1399
|
|
1400
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
1401
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
1400
1402
|
property :security_posture_config, as: 'securityPostureConfig', class: Google::Apis::ContainerV1::SecurityPostureConfig, decorator: Google::Apis::ContainerV1::SecurityPostureConfig::Representation
|
1401
1403
|
|
1402
1404
|
property :self_link, as: 'selfLink'
|
@@ -1495,6 +1497,10 @@ module Google
|
|
1495
1497
|
property :desired_monitoring_service, as: 'desiredMonitoringService'
|
1496
1498
|
property :desired_network_performance_config, as: 'desiredNetworkPerformanceConfig', class: Google::Apis::ContainerV1::ClusterNetworkPerformanceConfig, decorator: Google::Apis::ContainerV1::ClusterNetworkPerformanceConfig::Representation
|
1497
1499
|
|
1500
|
+
property :desired_node_kubelet_config, as: 'desiredNodeKubeletConfig', class: Google::Apis::ContainerV1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1::NodeKubeletConfig::Representation
|
1501
|
+
|
1502
|
+
property :desired_node_pool_auto_config_kubelet_config, as: 'desiredNodePoolAutoConfigKubeletConfig', class: Google::Apis::ContainerV1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1::NodeKubeletConfig::Representation
|
1503
|
+
|
1498
1504
|
property :desired_node_pool_auto_config_network_tags, as: 'desiredNodePoolAutoConfigNetworkTags', class: Google::Apis::ContainerV1::NetworkTags, decorator: Google::Apis::ContainerV1::NetworkTags::Representation
|
1499
1505
|
|
1500
1506
|
property :desired_node_pool_auto_config_resource_manager_tags, as: 'desiredNodePoolAutoConfigResourceManagerTags', class: Google::Apis::ContainerV1::ResourceManagerTags, decorator: Google::Apis::ContainerV1::ResourceManagerTags::Representation
|
@@ -2217,6 +2223,8 @@ module Google
|
|
2217
2223
|
|
2218
2224
|
property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1::NodePoolLoggingConfig, decorator: Google::Apis::ContainerV1::NodePoolLoggingConfig::Representation
|
2219
2225
|
|
2226
|
+
property :node_kubelet_config, as: 'nodeKubeletConfig', class: Google::Apis::ContainerV1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1::NodeKubeletConfig::Representation
|
2227
|
+
|
2220
2228
|
end
|
2221
2229
|
end
|
2222
2230
|
|
@@ -2310,6 +2318,8 @@ module Google
|
|
2310
2318
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2311
2319
|
property :network_tags, as: 'networkTags', class: Google::Apis::ContainerV1::NetworkTags, decorator: Google::Apis::ContainerV1::NetworkTags::Representation
|
2312
2320
|
|
2321
|
+
property :node_kubelet_config, as: 'nodeKubeletConfig', class: Google::Apis::ContainerV1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1::NodeKubeletConfig::Representation
|
2322
|
+
|
2313
2323
|
property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1::ResourceManagerTags, decorator: Google::Apis::ContainerV1::ResourceManagerTags::Representation
|
2314
2324
|
|
2315
2325
|
end
|
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.72.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: 2024-
|
11
|
+
date: 2024-05-12 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.72.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: []
|