google-apis-container_v1 0.58.0 → 0.59.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: d1c7f7d695e9f7427c2e93701e1babc0a5f8db2d0d76130560dd925ad9a5ea26
|
|
4
|
+
data.tar.gz: e02fd042e811e4bf99c774d5962a5d860adc847bd3f438ea02346a644f16b7b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f4e13bb37ea85f823b6cdd3698d6f9f840d805ec4761b10116194bb0bd33cc0179d0b42f9945cc0566d219196d41a2b8e3586bd81e41ae78bf87f6c4b68b3e9
|
|
7
|
+
data.tar.gz: dcb48ee776e0ee667abb9136140795d97eed6bc8c080f98083247466f36029919357b354511d0cfa378511c2da9313c6bd66d6066d0df0ddbc3cddfc27f88a61
|
data/CHANGELOG.md
CHANGED
|
@@ -1618,6 +1618,15 @@ module Google
|
|
|
1618
1618
|
# @return [Google::Apis::ContainerV1::NetworkTags]
|
|
1619
1619
|
attr_accessor :desired_node_pool_auto_config_network_tags
|
|
1620
1620
|
|
|
1621
|
+
# A map of resource manager tag keys and values to be attached to the nodes for
|
|
1622
|
+
# managing Compute Engine firewalls using Network Firewall Policies. Tags must
|
|
1623
|
+
# be according to specifications in https://cloud.google.com/vpc/docs/tags-
|
|
1624
|
+
# firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be
|
|
1625
|
+
# specified. Existing tags will be replaced with new values.
|
|
1626
|
+
# Corresponds to the JSON property `desiredNodePoolAutoConfigResourceManagerTags`
|
|
1627
|
+
# @return [Google::Apis::ContainerV1::ResourceManagerTags]
|
|
1628
|
+
attr_accessor :desired_node_pool_auto_config_resource_manager_tags
|
|
1629
|
+
|
|
1621
1630
|
# NodePoolAutoscaling contains information required by cluster autoscaler to
|
|
1622
1631
|
# adjust the size of the node pool to the current cluster usage.
|
|
1623
1632
|
# Corresponds to the JSON property `desiredNodePoolAutoscaling`
|
|
@@ -1772,6 +1781,7 @@ module Google
|
|
|
1772
1781
|
@desired_monitoring_service = args[:desired_monitoring_service] if args.key?(:desired_monitoring_service)
|
|
1773
1782
|
@desired_network_performance_config = args[:desired_network_performance_config] if args.key?(:desired_network_performance_config)
|
|
1774
1783
|
@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)
|
|
1784
|
+
@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)
|
|
1775
1785
|
@desired_node_pool_autoscaling = args[:desired_node_pool_autoscaling] if args.key?(:desired_node_pool_autoscaling)
|
|
1776
1786
|
@desired_node_pool_id = args[:desired_node_pool_id] if args.key?(:desired_node_pool_id)
|
|
1777
1787
|
@desired_node_pool_logging_config = args[:desired_node_pool_logging_config] if args.key?(:desired_node_pool_logging_config)
|
|
@@ -3947,6 +3957,15 @@ module Google
|
|
|
3947
3957
|
# @return [Hash<String,String>]
|
|
3948
3958
|
attr_accessor :resource_labels
|
|
3949
3959
|
|
|
3960
|
+
# A map of resource manager tag keys and values to be attached to the nodes for
|
|
3961
|
+
# managing Compute Engine firewalls using Network Firewall Policies. Tags must
|
|
3962
|
+
# be according to specifications in https://cloud.google.com/vpc/docs/tags-
|
|
3963
|
+
# firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be
|
|
3964
|
+
# specified. Existing tags will be replaced with new values.
|
|
3965
|
+
# Corresponds to the JSON property `resourceManagerTags`
|
|
3966
|
+
# @return [Google::Apis::ContainerV1::ResourceManagerTags]
|
|
3967
|
+
attr_accessor :resource_manager_tags
|
|
3968
|
+
|
|
3950
3969
|
# SandboxConfig contains configurations of the sandbox to use for the node.
|
|
3951
3970
|
# Corresponds to the JSON property `sandboxConfig`
|
|
3952
3971
|
# @return [Google::Apis::ContainerV1::SandboxConfig]
|
|
@@ -4036,6 +4055,7 @@ module Google
|
|
|
4036
4055
|
@preemptible = args[:preemptible] if args.key?(:preemptible)
|
|
4037
4056
|
@reservation_affinity = args[:reservation_affinity] if args.key?(:reservation_affinity)
|
|
4038
4057
|
@resource_labels = args[:resource_labels] if args.key?(:resource_labels)
|
|
4058
|
+
@resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
|
|
4039
4059
|
@sandbox_config = args[:sandbox_config] if args.key?(:sandbox_config)
|
|
4040
4060
|
@service_account = args[:service_account] if args.key?(:service_account)
|
|
4041
4061
|
@shielded_instance_config = args[:shielded_instance_config] if args.key?(:shielded_instance_config)
|
|
@@ -4486,6 +4506,15 @@ module Google
|
|
|
4486
4506
|
# @return [Google::Apis::ContainerV1::NetworkTags]
|
|
4487
4507
|
attr_accessor :network_tags
|
|
4488
4508
|
|
|
4509
|
+
# A map of resource manager tag keys and values to be attached to the nodes for
|
|
4510
|
+
# managing Compute Engine firewalls using Network Firewall Policies. Tags must
|
|
4511
|
+
# be according to specifications in https://cloud.google.com/vpc/docs/tags-
|
|
4512
|
+
# firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be
|
|
4513
|
+
# specified. Existing tags will be replaced with new values.
|
|
4514
|
+
# Corresponds to the JSON property `resourceManagerTags`
|
|
4515
|
+
# @return [Google::Apis::ContainerV1::ResourceManagerTags]
|
|
4516
|
+
attr_accessor :resource_manager_tags
|
|
4517
|
+
|
|
4489
4518
|
def initialize(**args)
|
|
4490
4519
|
update!(**args)
|
|
4491
4520
|
end
|
|
@@ -4493,6 +4522,7 @@ module Google
|
|
|
4493
4522
|
# Update properties of this object
|
|
4494
4523
|
def update!(**args)
|
|
4495
4524
|
@network_tags = args[:network_tags] if args.key?(:network_tags)
|
|
4525
|
+
@resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
|
|
4496
4526
|
end
|
|
4497
4527
|
end
|
|
4498
4528
|
|
|
@@ -5250,6 +5280,31 @@ module Google
|
|
|
5250
5280
|
end
|
|
5251
5281
|
end
|
|
5252
5282
|
|
|
5283
|
+
# A map of resource manager tag keys and values to be attached to the nodes for
|
|
5284
|
+
# managing Compute Engine firewalls using Network Firewall Policies. Tags must
|
|
5285
|
+
# be according to specifications in https://cloud.google.com/vpc/docs/tags-
|
|
5286
|
+
# firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be
|
|
5287
|
+
# specified. Existing tags will be replaced with new values.
|
|
5288
|
+
class ResourceManagerTags
|
|
5289
|
+
include Google::Apis::Core::Hashable
|
|
5290
|
+
|
|
5291
|
+
# TagKeyValue must be in one of the following formats ([KEY]=[VALUE]) 1. `
|
|
5292
|
+
# tagKeys/`tag_key_id`=tagValues/`tag_value_id`` 2. ``org_id`/`tag_key_name`=`
|
|
5293
|
+
# tag_value_name`` 3. ``project_id`/`tag_key_name`=`tag_value_name``
|
|
5294
|
+
# Corresponds to the JSON property `tags`
|
|
5295
|
+
# @return [Hash<String,String>]
|
|
5296
|
+
attr_accessor :tags
|
|
5297
|
+
|
|
5298
|
+
def initialize(**args)
|
|
5299
|
+
update!(**args)
|
|
5300
|
+
end
|
|
5301
|
+
|
|
5302
|
+
# Update properties of this object
|
|
5303
|
+
def update!(**args)
|
|
5304
|
+
@tags = args[:tags] if args.key?(:tags)
|
|
5305
|
+
end
|
|
5306
|
+
end
|
|
5307
|
+
|
|
5253
5308
|
# Configuration for exporting cluster resource usages.
|
|
5254
5309
|
class ResourceUsageExportConfig
|
|
5255
5310
|
include Google::Apis::Core::Hashable
|
|
@@ -6716,6 +6771,15 @@ module Google
|
|
|
6716
6771
|
# @return [Google::Apis::ContainerV1::ResourceLabels]
|
|
6717
6772
|
attr_accessor :resource_labels
|
|
6718
6773
|
|
|
6774
|
+
# A map of resource manager tag keys and values to be attached to the nodes for
|
|
6775
|
+
# managing Compute Engine firewalls using Network Firewall Policies. Tags must
|
|
6776
|
+
# be according to specifications in https://cloud.google.com/vpc/docs/tags-
|
|
6777
|
+
# firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be
|
|
6778
|
+
# specified. Existing tags will be replaced with new values.
|
|
6779
|
+
# Corresponds to the JSON property `resourceManagerTags`
|
|
6780
|
+
# @return [Google::Apis::ContainerV1::ResourceManagerTags]
|
|
6781
|
+
attr_accessor :resource_manager_tags
|
|
6782
|
+
|
|
6719
6783
|
# Collection of Compute Engine network tags that can be applied to a node's
|
|
6720
6784
|
# underlying VM instance.
|
|
6721
6785
|
# Corresponds to the JSON property `tags`
|
|
@@ -6810,6 +6874,7 @@ module Google
|
|
|
6810
6874
|
@node_version = args[:node_version] if args.key?(:node_version)
|
|
6811
6875
|
@project_id = args[:project_id] if args.key?(:project_id)
|
|
6812
6876
|
@resource_labels = args[:resource_labels] if args.key?(:resource_labels)
|
|
6877
|
+
@resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
|
|
6813
6878
|
@tags = args[:tags] if args.key?(:tags)
|
|
6814
6879
|
@taints = args[:taints] if args.key?(:taints)
|
|
6815
6880
|
@upgrade_settings = args[:upgrade_settings] if args.key?(:upgrade_settings)
|
|
@@ -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.59.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 = "20231012"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -742,6 +742,12 @@ module Google
|
|
|
742
742
|
include Google::Apis::Core::JsonObjectSupport
|
|
743
743
|
end
|
|
744
744
|
|
|
745
|
+
class ResourceManagerTags
|
|
746
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
747
|
+
|
|
748
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
749
|
+
end
|
|
750
|
+
|
|
745
751
|
class ResourceUsageExportConfig
|
|
746
752
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
747
753
|
|
|
@@ -1405,6 +1411,8 @@ module Google
|
|
|
1405
1411
|
|
|
1406
1412
|
property :desired_node_pool_auto_config_network_tags, as: 'desiredNodePoolAutoConfigNetworkTags', class: Google::Apis::ContainerV1::NetworkTags, decorator: Google::Apis::ContainerV1::NetworkTags::Representation
|
|
1407
1413
|
|
|
1414
|
+
property :desired_node_pool_auto_config_resource_manager_tags, as: 'desiredNodePoolAutoConfigResourceManagerTags', class: Google::Apis::ContainerV1::ResourceManagerTags, decorator: Google::Apis::ContainerV1::ResourceManagerTags::Representation
|
|
1415
|
+
|
|
1408
1416
|
property :desired_node_pool_autoscaling, as: 'desiredNodePoolAutoscaling', class: Google::Apis::ContainerV1::NodePoolAutoscaling, decorator: Google::Apis::ContainerV1::NodePoolAutoscaling::Representation
|
|
1409
1417
|
|
|
1410
1418
|
property :desired_node_pool_id, as: 'desiredNodePoolId'
|
|
@@ -2048,6 +2056,8 @@ module Google
|
|
|
2048
2056
|
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ContainerV1::ReservationAffinity, decorator: Google::Apis::ContainerV1::ReservationAffinity::Representation
|
|
2049
2057
|
|
|
2050
2058
|
hash :resource_labels, as: 'resourceLabels'
|
|
2059
|
+
property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1::ResourceManagerTags, decorator: Google::Apis::ContainerV1::ResourceManagerTags::Representation
|
|
2060
|
+
|
|
2051
2061
|
property :sandbox_config, as: 'sandboxConfig', class: Google::Apis::ContainerV1::SandboxConfig, decorator: Google::Apis::ContainerV1::SandboxConfig::Representation
|
|
2052
2062
|
|
|
2053
2063
|
property :service_account, as: 'serviceAccount'
|
|
@@ -2164,6 +2174,8 @@ module Google
|
|
|
2164
2174
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2165
2175
|
property :network_tags, as: 'networkTags', class: Google::Apis::ContainerV1::NetworkTags, decorator: Google::Apis::ContainerV1::NetworkTags::Representation
|
|
2166
2176
|
|
|
2177
|
+
property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1::ResourceManagerTags, decorator: Google::Apis::ContainerV1::ResourceManagerTags::Representation
|
|
2178
|
+
|
|
2167
2179
|
end
|
|
2168
2180
|
end
|
|
2169
2181
|
|
|
@@ -2372,6 +2384,13 @@ module Google
|
|
|
2372
2384
|
end
|
|
2373
2385
|
end
|
|
2374
2386
|
|
|
2387
|
+
class ResourceManagerTags
|
|
2388
|
+
# @private
|
|
2389
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2390
|
+
hash :tags, as: 'tags'
|
|
2391
|
+
end
|
|
2392
|
+
end
|
|
2393
|
+
|
|
2375
2394
|
class ResourceUsageExportConfig
|
|
2376
2395
|
# @private
|
|
2377
2396
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2725,6 +2744,8 @@ module Google
|
|
|
2725
2744
|
property :project_id, as: 'projectId'
|
|
2726
2745
|
property :resource_labels, as: 'resourceLabels', class: Google::Apis::ContainerV1::ResourceLabels, decorator: Google::Apis::ContainerV1::ResourceLabels::Representation
|
|
2727
2746
|
|
|
2747
|
+
property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1::ResourceManagerTags, decorator: Google::Apis::ContainerV1::ResourceManagerTags::Representation
|
|
2748
|
+
|
|
2728
2749
|
property :tags, as: 'tags', class: Google::Apis::ContainerV1::NetworkTags, decorator: Google::Apis::ContainerV1::NetworkTags::Representation
|
|
2729
2750
|
|
|
2730
2751
|
property :taints, as: 'taints', class: Google::Apis::ContainerV1::NodeTaints, decorator: Google::Apis::ContainerV1::NodeTaints::Representation
|
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.59.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-10-
|
|
11
|
+
date: 2023-10-29 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.59.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: []
|