google-apis-container_v1 0.87.0 → 0.88.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: 4a9ecade5761b85c7be1a6cb05a56c0c433ecf1915bfd91ed41a48e50e4e2c19
4
- data.tar.gz: 12b6e4d4c91afe9d5f43e8ba61d1ef58941c2435d63ee44ddfa5e02e92351158
3
+ metadata.gz: c0dfff1c6b40563b1289b77aa09919374bb53768a85f24ffd60b6b65668d4544
4
+ data.tar.gz: 0c195fba1f612cc356a332e51be7a2f7733d303df20e0655233fd829f686864c
5
5
  SHA512:
6
- metadata.gz: '0977e6f296e25552cf7cf524497c041895ca0f762d09de26f1409c794e356e63da4a668bb23596c5ae05fde2bef158232fa732b4c876f76e92276ce6831a7536'
7
- data.tar.gz: baf4bff74b7b65df8b23d601b4a7a404ca74ed6d40150a86e50c576fd6480efb1aa42058c5bfe428a95a226b88f3a9767cb7df3078253cfd05952ec0013db381
6
+ metadata.gz: 0b1eccd1d460b88fe488df4f6390246185a54605c3ab0360848e41ee74eea1c544a9a40474a0794f80e885b1ce870d6bd64f244d9c278c0a6415e26bc15c6361
7
+ data.tar.gz: 46f38613b9eee59fe5352ea9ccbb2e4e302e245f023f8864c4f2d3a6121f07d7940561b2994329b24b2f6cab21ccff0bca93d2428c2032d95ce85f12dff9a64c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-container_v1
2
2
 
3
+ ### v0.88.0 (2025-01-12)
4
+
5
+ * Regenerated from discovery document revision 20241228
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.87.0 (2024-12-15)
4
9
 
5
10
  * Regenerated from discovery document revision 20241203
@@ -1621,6 +1621,12 @@ module Google
1621
1621
  # @return [Google::Apis::ContainerV1::DefaultSnatStatus]
1622
1622
  attr_accessor :desired_default_snat_status
1623
1623
 
1624
+ # Enable/Disable L4 LB VPC firewall reconciliation for the cluster.
1625
+ # Corresponds to the JSON property `desiredDisableL4LbFirewallReconciliation`
1626
+ # @return [Boolean]
1627
+ attr_accessor :desired_disable_l4_lb_firewall_reconciliation
1628
+ alias_method :desired_disable_l4_lb_firewall_reconciliation?, :desired_disable_l4_lb_firewall_reconciliation
1629
+
1624
1630
  # DNSConfig contains the desired set of options for configuring clusterDNS.
1625
1631
  # Corresponds to the JSON property `desiredDnsConfig`
1626
1632
  # @return [Google::Apis::ContainerV1::DnsConfig]
@@ -1963,6 +1969,7 @@ module Google
1963
1969
  @desired_datapath_provider = args[:desired_datapath_provider] if args.key?(:desired_datapath_provider)
1964
1970
  @desired_default_enable_private_nodes = args[:desired_default_enable_private_nodes] if args.key?(:desired_default_enable_private_nodes)
1965
1971
  @desired_default_snat_status = args[:desired_default_snat_status] if args.key?(:desired_default_snat_status)
1972
+ @desired_disable_l4_lb_firewall_reconciliation = args[:desired_disable_l4_lb_firewall_reconciliation] if args.key?(:desired_disable_l4_lb_firewall_reconciliation)
1966
1973
  @desired_dns_config = args[:desired_dns_config] if args.key?(:desired_dns_config)
1967
1974
  @desired_enable_cilium_clusterwide_network_policy = args[:desired_enable_cilium_clusterwide_network_policy] if args.key?(:desired_enable_cilium_clusterwide_network_policy)
1968
1975
  @desired_enable_fqdn_network_policy = args[:desired_enable_fqdn_network_policy] if args.key?(:desired_enable_fqdn_network_policy)
@@ -4100,6 +4107,12 @@ module Google
4100
4107
  # @return [Google::Apis::ContainerV1::DefaultSnatStatus]
4101
4108
  attr_accessor :default_snat_status
4102
4109
 
4110
+ # Disable L4 load balancer VPC firewalls to enable firewall policies.
4111
+ # Corresponds to the JSON property `disableL4LbFirewallReconciliation`
4112
+ # @return [Boolean]
4113
+ attr_accessor :disable_l4_lb_firewall_reconciliation
4114
+ alias_method :disable_l4_lb_firewall_reconciliation?, :disable_l4_lb_firewall_reconciliation
4115
+
4103
4116
  # DNSConfig contains the desired set of options for configuring clusterDNS.
4104
4117
  # Corresponds to the JSON property `dnsConfig`
4105
4118
  # @return [Google::Apis::ContainerV1::DnsConfig]
@@ -4186,6 +4199,7 @@ module Google
4186
4199
  @datapath_provider = args[:datapath_provider] if args.key?(:datapath_provider)
4187
4200
  @default_enable_private_nodes = args[:default_enable_private_nodes] if args.key?(:default_enable_private_nodes)
4188
4201
  @default_snat_status = args[:default_snat_status] if args.key?(:default_snat_status)
4202
+ @disable_l4_lb_firewall_reconciliation = args[:disable_l4_lb_firewall_reconciliation] if args.key?(:disable_l4_lb_firewall_reconciliation)
4189
4203
  @dns_config = args[:dns_config] if args.key?(:dns_config)
4190
4204
  @enable_cilium_clusterwide_network_policy = args[:enable_cilium_clusterwide_network_policy] if args.key?(:enable_cilium_clusterwide_network_policy)
4191
4205
  @enable_fqdn_network_policy = args[:enable_fqdn_network_policy] if args.key?(:enable_fqdn_network_policy)
@@ -7969,6 +7983,16 @@ module Google
7969
7983
  # @return [String]
7970
7984
  attr_accessor :end_time
7971
7985
 
7986
+ # The type of the event.
7987
+ # Corresponds to the JSON property `eventType`
7988
+ # @return [String]
7989
+ attr_accessor :event_type
7990
+
7991
+ # The end of extended support timestamp.
7992
+ # Corresponds to the JSON property `extendedSupportEndTime`
7993
+ # @return [String]
7994
+ attr_accessor :extended_support_end_time
7995
+
7972
7996
  # The operation associated with this upgrade.
7973
7997
  # Corresponds to the JSON property `operation`
7974
7998
  # @return [String]
@@ -7985,6 +8009,11 @@ module Google
7985
8009
  # @return [String]
7986
8010
  attr_accessor :resource_type
7987
8011
 
8012
+ # The end of standard support timestamp.
8013
+ # Corresponds to the JSON property `standardSupportEndTime`
8014
+ # @return [String]
8015
+ attr_accessor :standard_support_end_time
8016
+
7988
8017
  # The time when the operation was started.
7989
8018
  # Corresponds to the JSON property `startTime`
7990
8019
  # @return [String]
@@ -8009,9 +8038,12 @@ module Google
8009
8038
  @current_version = args[:current_version] if args.key?(:current_version)
8010
8039
  @description = args[:description] if args.key?(:description)
8011
8040
  @end_time = args[:end_time] if args.key?(:end_time)
8041
+ @event_type = args[:event_type] if args.key?(:event_type)
8042
+ @extended_support_end_time = args[:extended_support_end_time] if args.key?(:extended_support_end_time)
8012
8043
  @operation = args[:operation] if args.key?(:operation)
8013
8044
  @resource = args[:resource] if args.key?(:resource)
8014
8045
  @resource_type = args[:resource_type] if args.key?(:resource_type)
8046
+ @standard_support_end_time = args[:standard_support_end_time] if args.key?(:standard_support_end_time)
8015
8047
  @start_time = args[:start_time] if args.key?(:start_time)
8016
8048
  @state = args[:state] if args.key?(:state)
8017
8049
  @target_version = args[:target_version] if args.key?(:target_version)
@@ -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.87.0"
19
+ GEM_VERSION = "0.88.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241203"
25
+ REVISION = "20241228"
26
26
  end
27
27
  end
28
28
  end
@@ -1565,6 +1565,7 @@ module Google
1565
1565
  property :desired_default_enable_private_nodes, as: 'desiredDefaultEnablePrivateNodes'
1566
1566
  property :desired_default_snat_status, as: 'desiredDefaultSnatStatus', class: Google::Apis::ContainerV1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1::DefaultSnatStatus::Representation
1567
1567
 
1568
+ property :desired_disable_l4_lb_firewall_reconciliation, as: 'desiredDisableL4LbFirewallReconciliation'
1568
1569
  property :desired_dns_config, as: 'desiredDnsConfig', class: Google::Apis::ContainerV1::DnsConfig, decorator: Google::Apis::ContainerV1::DnsConfig::Representation
1569
1570
 
1570
1571
  property :desired_enable_cilium_clusterwide_network_policy, as: 'desiredEnableCiliumClusterwideNetworkPolicy'
@@ -2261,6 +2262,7 @@ module Google
2261
2262
  property :default_enable_private_nodes, as: 'defaultEnablePrivateNodes'
2262
2263
  property :default_snat_status, as: 'defaultSnatStatus', class: Google::Apis::ContainerV1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1::DefaultSnatStatus::Representation
2263
2264
 
2265
+ property :disable_l4_lb_firewall_reconciliation, as: 'disableL4LbFirewallReconciliation'
2264
2266
  property :dns_config, as: 'dnsConfig', class: Google::Apis::ContainerV1::DnsConfig, decorator: Google::Apis::ContainerV1::DnsConfig::Representation
2265
2267
 
2266
2268
  property :enable_cilium_clusterwide_network_policy, as: 'enableCiliumClusterwideNetworkPolicy'
@@ -3215,9 +3217,12 @@ module Google
3215
3217
  property :current_version, as: 'currentVersion'
3216
3218
  property :description, as: 'description'
3217
3219
  property :end_time, as: 'endTime'
3220
+ property :event_type, as: 'eventType'
3221
+ property :extended_support_end_time, as: 'extendedSupportEndTime'
3218
3222
  property :operation, as: 'operation'
3219
3223
  property :resource, as: 'resource'
3220
3224
  property :resource_type, as: 'resourceType'
3225
+ property :standard_support_end_time, as: 'standardSupportEndTime'
3221
3226
  property :start_time, as: 'startTime'
3222
3227
  property :state, as: 'state'
3223
3228
  property :target_version, as: 'targetVersion'
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-container_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.87.0
4
+ version: 0.88.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-15 00:00:00.000000000 Z
10
+ date: 2025-01-12 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  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.87.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.88.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.2
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Kubernetes Engine API V1
82
79
  test_files: []