google-apis-container_v1beta1 0.73.0 → 0.74.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: 982b3d564102ec8a075fae2766902da006b3d4a2b6df454a3047dd48079cb70e
|
|
4
|
+
data.tar.gz: 5376b523c4096d5347c43b446cbf06141ff685b3fbbecd47b8e6b43a550b7eb8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd952f4e2d56e7c5740071836ed88158d4136a297718522ad29cdd7b093440880e82292a8b34f9f41ec5d5e1068c42b3d9087403f0007022df5d8dbfd2b3c8a3
|
|
7
|
+
data.tar.gz: 595dea00309f55563c5fd2c519faecb9279522c42168ee7efc2c2ab17ea68530a890e353c4d3806fc0ae98b141c12bcb1e0388f4783cf155448a628b66898d10
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-container_v1beta1
|
|
2
2
|
|
|
3
|
+
### v0.74.0 (2024-05-19)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20240422
|
|
6
|
+
* Regenerated using generator version 0.15.0
|
|
7
|
+
|
|
3
8
|
### v0.73.0 (2024-04-28)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20240409
|
|
@@ -1412,6 +1412,18 @@ module Google
|
|
|
1412
1412
|
# @return [Google::Apis::ContainerV1beta1::ResourceUsageExportConfig]
|
|
1413
1413
|
attr_accessor :resource_usage_export_config
|
|
1414
1414
|
|
|
1415
|
+
# Output only. Reserved for future use.
|
|
1416
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
|
1417
|
+
# @return [Boolean]
|
|
1418
|
+
attr_accessor :satisfies_pzi
|
|
1419
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
|
1420
|
+
|
|
1421
|
+
# Output only. Reserved for future use.
|
|
1422
|
+
# Corresponds to the JSON property `satisfiesPzs`
|
|
1423
|
+
# @return [Boolean]
|
|
1424
|
+
attr_accessor :satisfies_pzs
|
|
1425
|
+
alias_method :satisfies_pzs?, :satisfies_pzs
|
|
1426
|
+
|
|
1415
1427
|
# SecretManagerConfig is config for secret manager enablement.
|
|
1416
1428
|
# Corresponds to the JSON property `secretManagerConfig`
|
|
1417
1429
|
# @return [Google::Apis::ContainerV1beta1::SecretManagerConfig]
|
|
@@ -1570,6 +1582,8 @@ module Google
|
|
|
1570
1582
|
@release_channel = args[:release_channel] if args.key?(:release_channel)
|
|
1571
1583
|
@resource_labels = args[:resource_labels] if args.key?(:resource_labels)
|
|
1572
1584
|
@resource_usage_export_config = args[:resource_usage_export_config] if args.key?(:resource_usage_export_config)
|
|
1585
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
|
1586
|
+
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
|
1573
1587
|
@secret_manager_config = args[:secret_manager_config] if args.key?(:secret_manager_config)
|
|
1574
1588
|
@security_posture_config = args[:security_posture_config] if args.key?(:security_posture_config)
|
|
1575
1589
|
@self_link = args[:self_link] if args.key?(:self_link)
|
|
@@ -1906,6 +1920,16 @@ module Google
|
|
|
1906
1920
|
# @return [Google::Apis::ContainerV1beta1::ClusterNetworkPerformanceConfig]
|
|
1907
1921
|
attr_accessor :desired_network_performance_config
|
|
1908
1922
|
|
|
1923
|
+
# Node kubelet configs.
|
|
1924
|
+
# Corresponds to the JSON property `desiredNodeKubeletConfig`
|
|
1925
|
+
# @return [Google::Apis::ContainerV1beta1::NodeKubeletConfig]
|
|
1926
|
+
attr_accessor :desired_node_kubelet_config
|
|
1927
|
+
|
|
1928
|
+
# Node kubelet configs.
|
|
1929
|
+
# Corresponds to the JSON property `desiredNodePoolAutoConfigKubeletConfig`
|
|
1930
|
+
# @return [Google::Apis::ContainerV1beta1::NodeKubeletConfig]
|
|
1931
|
+
attr_accessor :desired_node_pool_auto_config_kubelet_config
|
|
1932
|
+
|
|
1909
1933
|
# Collection of Compute Engine network tags that can be applied to a node's
|
|
1910
1934
|
# underlying VM instance. (See `tags` field in [`NodeConfig`](/kubernetes-engine/
|
|
1911
1935
|
# docs/reference/rest/v1/NodeConfig)).
|
|
@@ -2119,6 +2143,8 @@ module Google
|
|
|
2119
2143
|
@desired_monitoring_config = args[:desired_monitoring_config] if args.key?(:desired_monitoring_config)
|
|
2120
2144
|
@desired_monitoring_service = args[:desired_monitoring_service] if args.key?(:desired_monitoring_service)
|
|
2121
2145
|
@desired_network_performance_config = args[:desired_network_performance_config] if args.key?(:desired_network_performance_config)
|
|
2146
|
+
@desired_node_kubelet_config = args[:desired_node_kubelet_config] if args.key?(:desired_node_kubelet_config)
|
|
2147
|
+
@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)
|
|
2122
2148
|
@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)
|
|
2123
2149
|
@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)
|
|
2124
2150
|
@desired_node_pool_autoscaling = args[:desired_node_pool_autoscaling] if args.key?(:desired_node_pool_autoscaling)
|
|
@@ -4893,6 +4919,11 @@ module Google
|
|
|
4893
4919
|
# @return [Google::Apis::ContainerV1beta1::NodePoolLoggingConfig]
|
|
4894
4920
|
attr_accessor :logging_config
|
|
4895
4921
|
|
|
4922
|
+
# Node kubelet configs.
|
|
4923
|
+
# Corresponds to the JSON property `nodeKubeletConfig`
|
|
4924
|
+
# @return [Google::Apis::ContainerV1beta1::NodeKubeletConfig]
|
|
4925
|
+
attr_accessor :node_kubelet_config
|
|
4926
|
+
|
|
4896
4927
|
def initialize(**args)
|
|
4897
4928
|
update!(**args)
|
|
4898
4929
|
end
|
|
@@ -4903,6 +4934,7 @@ module Google
|
|
|
4903
4934
|
@gcfs_config = args[:gcfs_config] if args.key?(:gcfs_config)
|
|
4904
4935
|
@host_maintenance_policy = args[:host_maintenance_policy] if args.key?(:host_maintenance_policy)
|
|
4905
4936
|
@logging_config = args[:logging_config] if args.key?(:logging_config)
|
|
4937
|
+
@node_kubelet_config = args[:node_kubelet_config] if args.key?(:node_kubelet_config)
|
|
4906
4938
|
end
|
|
4907
4939
|
end
|
|
4908
4940
|
|
|
@@ -5320,6 +5352,11 @@ module Google
|
|
|
5320
5352
|
# @return [Google::Apis::ContainerV1beta1::NetworkTags]
|
|
5321
5353
|
attr_accessor :network_tags
|
|
5322
5354
|
|
|
5355
|
+
# Node kubelet configs.
|
|
5356
|
+
# Corresponds to the JSON property `nodeKubeletConfig`
|
|
5357
|
+
# @return [Google::Apis::ContainerV1beta1::NodeKubeletConfig]
|
|
5358
|
+
attr_accessor :node_kubelet_config
|
|
5359
|
+
|
|
5323
5360
|
# A map of resource manager tag keys and values to be attached to the nodes for
|
|
5324
5361
|
# managing Compute Engine firewalls using Network Firewall Policies. Tags must
|
|
5325
5362
|
# be according to specifications in https://cloud.google.com/vpc/docs/tags-
|
|
@@ -5336,6 +5373,7 @@ module Google
|
|
|
5336
5373
|
# Update properties of this object
|
|
5337
5374
|
def update!(**args)
|
|
5338
5375
|
@network_tags = args[:network_tags] if args.key?(:network_tags)
|
|
5376
|
+
@node_kubelet_config = args[:node_kubelet_config] if args.key?(:node_kubelet_config)
|
|
5339
5377
|
@resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
|
|
5340
5378
|
end
|
|
5341
5379
|
end
|
|
@@ -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.74.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.15.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
|
|
@@ -1591,6 +1591,8 @@ module Google
|
|
|
1591
1591
|
hash :resource_labels, as: 'resourceLabels'
|
|
1592
1592
|
property :resource_usage_export_config, as: 'resourceUsageExportConfig', class: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig::Representation
|
|
1593
1593
|
|
|
1594
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
|
1595
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
1594
1596
|
property :secret_manager_config, as: 'secretManagerConfig', class: Google::Apis::ContainerV1beta1::SecretManagerConfig, decorator: Google::Apis::ContainerV1beta1::SecretManagerConfig::Representation
|
|
1595
1597
|
|
|
1596
1598
|
property :security_posture_config, as: 'securityPostureConfig', class: Google::Apis::ContainerV1beta1::SecurityPostureConfig, decorator: Google::Apis::ContainerV1beta1::SecurityPostureConfig::Representation
|
|
@@ -1710,6 +1712,10 @@ module Google
|
|
|
1710
1712
|
property :desired_monitoring_service, as: 'desiredMonitoringService'
|
|
1711
1713
|
property :desired_network_performance_config, as: 'desiredNetworkPerformanceConfig', class: Google::Apis::ContainerV1beta1::ClusterNetworkPerformanceConfig, decorator: Google::Apis::ContainerV1beta1::ClusterNetworkPerformanceConfig::Representation
|
|
1712
1714
|
|
|
1715
|
+
property :desired_node_kubelet_config, as: 'desiredNodeKubeletConfig', class: Google::Apis::ContainerV1beta1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1beta1::NodeKubeletConfig::Representation
|
|
1716
|
+
|
|
1717
|
+
property :desired_node_pool_auto_config_kubelet_config, as: 'desiredNodePoolAutoConfigKubeletConfig', class: Google::Apis::ContainerV1beta1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1beta1::NodeKubeletConfig::Representation
|
|
1718
|
+
|
|
1713
1719
|
property :desired_node_pool_auto_config_network_tags, as: 'desiredNodePoolAutoConfigNetworkTags', class: Google::Apis::ContainerV1beta1::NetworkTags, decorator: Google::Apis::ContainerV1beta1::NetworkTags::Representation
|
|
1714
1720
|
|
|
1715
1721
|
property :desired_node_pool_auto_config_resource_manager_tags, as: 'desiredNodePoolAutoConfigResourceManagerTags', class: Google::Apis::ContainerV1beta1::ResourceManagerTags, decorator: Google::Apis::ContainerV1beta1::ResourceManagerTags::Representation
|
|
@@ -2534,6 +2540,8 @@ module Google
|
|
|
2534
2540
|
|
|
2535
2541
|
property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig, decorator: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig::Representation
|
|
2536
2542
|
|
|
2543
|
+
property :node_kubelet_config, as: 'nodeKubeletConfig', class: Google::Apis::ContainerV1beta1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1beta1::NodeKubeletConfig::Representation
|
|
2544
|
+
|
|
2537
2545
|
end
|
|
2538
2546
|
end
|
|
2539
2547
|
|
|
@@ -2627,6 +2635,8 @@ module Google
|
|
|
2627
2635
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2628
2636
|
property :network_tags, as: 'networkTags', class: Google::Apis::ContainerV1beta1::NetworkTags, decorator: Google::Apis::ContainerV1beta1::NetworkTags::Representation
|
|
2629
2637
|
|
|
2638
|
+
property :node_kubelet_config, as: 'nodeKubeletConfig', class: Google::Apis::ContainerV1beta1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1beta1::NodeKubeletConfig::Representation
|
|
2639
|
+
|
|
2630
2640
|
property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1beta1::ResourceManagerTags, decorator: Google::Apis::ContainerV1beta1::ResourceManagerTags::Representation
|
|
2631
2641
|
|
|
2632
2642
|
end
|
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.74.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-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.15.0
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 2.a
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.
|
|
29
|
+
version: 0.15.0
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
@@ -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.74.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: []
|