google-apis-container_v1beta1 0.77.0 → 0.78.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: effb90c269ade2b1154e576bdf254f0004addcf765f2f239fd1d1a8263fadf02
4
- data.tar.gz: e7b163937df0e384e4de4de67c1f05a302112858a9f3d82f90fa49cbedde8666
3
+ metadata.gz: 6031ed057798de19c1fff35cb93003d3cd5cc1e9189626a12c541e38b780d80f
4
+ data.tar.gz: 4cd73ce3ba93e20cc878e23b87f04c60d608f49c90837096e1e1234789dcbf05
5
5
  SHA512:
6
- metadata.gz: 186ca7176b9fbb851d08bd139341223f72c47964f39ee2544c8153ea310dd69dc62f5cc60cfc7177efacd0e75ef3679276d23e567aed5652452f2e07f675c715
7
- data.tar.gz: 5bf74fea07b1644f0446e31dc42c04ab11450d70d67f04b84d62aaf1d9bda6c02c723449c41ab918e0d75bea8b9a87cc2efc836f0a12b175c5a71e5d4019c362
6
+ metadata.gz: bf5c3833abea005ae5639b6f17a847082bfcfe2c6a07c771642d5a42b573140f9f0502ee3cea64f38b51cc3007be33c333ce8e8bf80db893abdf259f4c85d1df
7
+ data.tar.gz: 3829a1331bb6fb6dfc56b7da2a1703fc023a23980630c8639fe5a494c82959fd60704fb005e8667d718ca1adce69663b67f07ba8dec3a519f94880d4dd21a8c5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.78.0 (2025-01-12)
4
+
5
+ * Regenerated from discovery document revision 20241228
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.77.0 (2024-12-15)
4
9
 
5
10
  * Regenerated from discovery document revision 20241203
@@ -1842,6 +1842,12 @@ module Google
1842
1842
  # @return [Google::Apis::ContainerV1beta1::DefaultSnatStatus]
1843
1843
  attr_accessor :desired_default_snat_status
1844
1844
 
1845
+ # Enable/Disable L4 LB VPC firewall reconciliation for the cluster.
1846
+ # Corresponds to the JSON property `desiredDisableL4LbFirewallReconciliation`
1847
+ # @return [Boolean]
1848
+ attr_accessor :desired_disable_l4_lb_firewall_reconciliation
1849
+ alias_method :desired_disable_l4_lb_firewall_reconciliation?, :desired_disable_l4_lb_firewall_reconciliation
1850
+
1845
1851
  # DNSConfig contains the desired set of options for configuring clusterDNS.
1846
1852
  # Corresponds to the JSON property `desiredDnsConfig`
1847
1853
  # @return [Google::Apis::ContainerV1beta1::DnsConfig]
@@ -2235,6 +2241,7 @@ module Google
2235
2241
  @desired_datapath_provider = args[:desired_datapath_provider] if args.key?(:desired_datapath_provider)
2236
2242
  @desired_default_enable_private_nodes = args[:desired_default_enable_private_nodes] if args.key?(:desired_default_enable_private_nodes)
2237
2243
  @desired_default_snat_status = args[:desired_default_snat_status] if args.key?(:desired_default_snat_status)
2244
+ @desired_disable_l4_lb_firewall_reconciliation = args[:desired_disable_l4_lb_firewall_reconciliation] if args.key?(:desired_disable_l4_lb_firewall_reconciliation)
2238
2245
  @desired_dns_config = args[:desired_dns_config] if args.key?(:desired_dns_config)
2239
2246
  @desired_enable_cilium_clusterwide_network_policy = args[:desired_enable_cilium_clusterwide_network_policy] if args.key?(:desired_enable_cilium_clusterwide_network_policy)
2240
2247
  @desired_enable_fqdn_network_policy = args[:desired_enable_fqdn_network_policy] if args.key?(:desired_enable_fqdn_network_policy)
@@ -4676,6 +4683,12 @@ module Google
4676
4683
  # @return [Google::Apis::ContainerV1beta1::DefaultSnatStatus]
4677
4684
  attr_accessor :default_snat_status
4678
4685
 
4686
+ # Disable L4 load balancer VPC firewalls to enable firewall policies.
4687
+ # Corresponds to the JSON property `disableL4LbFirewallReconciliation`
4688
+ # @return [Boolean]
4689
+ attr_accessor :disable_l4_lb_firewall_reconciliation
4690
+ alias_method :disable_l4_lb_firewall_reconciliation?, :disable_l4_lb_firewall_reconciliation
4691
+
4679
4692
  # DNSConfig contains the desired set of options for configuring clusterDNS.
4680
4693
  # Corresponds to the JSON property `dnsConfig`
4681
4694
  # @return [Google::Apis::ContainerV1beta1::DnsConfig]
@@ -4761,6 +4774,7 @@ module Google
4761
4774
  @datapath_provider = args[:datapath_provider] if args.key?(:datapath_provider)
4762
4775
  @default_enable_private_nodes = args[:default_enable_private_nodes] if args.key?(:default_enable_private_nodes)
4763
4776
  @default_snat_status = args[:default_snat_status] if args.key?(:default_snat_status)
4777
+ @disable_l4_lb_firewall_reconciliation = args[:disable_l4_lb_firewall_reconciliation] if args.key?(:disable_l4_lb_firewall_reconciliation)
4764
4778
  @dns_config = args[:dns_config] if args.key?(:dns_config)
4765
4779
  @enable_cilium_clusterwide_network_policy = args[:enable_cilium_clusterwide_network_policy] if args.key?(:enable_cilium_clusterwide_network_policy)
4766
4780
  @enable_fqdn_network_policy = args[:enable_fqdn_network_policy] if args.key?(:enable_fqdn_network_policy)
@@ -8848,6 +8862,16 @@ module Google
8848
8862
  # @return [String]
8849
8863
  attr_accessor :end_time
8850
8864
 
8865
+ # The type of the event.
8866
+ # Corresponds to the JSON property `eventType`
8867
+ # @return [String]
8868
+ attr_accessor :event_type
8869
+
8870
+ # The end of extended support timestamp.
8871
+ # Corresponds to the JSON property `extendedSupportEndTime`
8872
+ # @return [String]
8873
+ attr_accessor :extended_support_end_time
8874
+
8851
8875
  # The operation associated with this upgrade.
8852
8876
  # Corresponds to the JSON property `operation`
8853
8877
  # @return [String]
@@ -8864,6 +8888,11 @@ module Google
8864
8888
  # @return [String]
8865
8889
  attr_accessor :resource_type
8866
8890
 
8891
+ # The end of standard support timestamp.
8892
+ # Corresponds to the JSON property `standardSupportEndTime`
8893
+ # @return [String]
8894
+ attr_accessor :standard_support_end_time
8895
+
8867
8896
  # The time when the operation was started.
8868
8897
  # Corresponds to the JSON property `startTime`
8869
8898
  # @return [String]
@@ -8888,9 +8917,12 @@ module Google
8888
8917
  @current_version = args[:current_version] if args.key?(:current_version)
8889
8918
  @description = args[:description] if args.key?(:description)
8890
8919
  @end_time = args[:end_time] if args.key?(:end_time)
8920
+ @event_type = args[:event_type] if args.key?(:event_type)
8921
+ @extended_support_end_time = args[:extended_support_end_time] if args.key?(:extended_support_end_time)
8891
8922
  @operation = args[:operation] if args.key?(:operation)
8892
8923
  @resource = args[:resource] if args.key?(:resource)
8893
8924
  @resource_type = args[:resource_type] if args.key?(:resource_type)
8925
+ @standard_support_end_time = args[:standard_support_end_time] if args.key?(:standard_support_end_time)
8894
8926
  @start_time = args[:start_time] if args.key?(:start_time)
8895
8927
  @state = args[:state] if args.key?(:state)
8896
8928
  @target_version = args[:target_version] if args.key?(:target_version)
@@ -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.77.0"
19
+ GEM_VERSION = "0.78.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
@@ -1793,6 +1793,7 @@ module Google
1793
1793
  property :desired_default_enable_private_nodes, as: 'desiredDefaultEnablePrivateNodes'
1794
1794
  property :desired_default_snat_status, as: 'desiredDefaultSnatStatus', class: Google::Apis::ContainerV1beta1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1beta1::DefaultSnatStatus::Representation
1795
1795
 
1796
+ property :desired_disable_l4_lb_firewall_reconciliation, as: 'desiredDisableL4LbFirewallReconciliation'
1796
1797
  property :desired_dns_config, as: 'desiredDnsConfig', class: Google::Apis::ContainerV1beta1::DnsConfig, decorator: Google::Apis::ContainerV1beta1::DnsConfig::Representation
1797
1798
 
1798
1799
  property :desired_enable_cilium_clusterwide_network_policy, as: 'desiredEnableCiliumClusterwideNetworkPolicy'
@@ -2588,6 +2589,7 @@ module Google
2588
2589
  property :default_enable_private_nodes, as: 'defaultEnablePrivateNodes'
2589
2590
  property :default_snat_status, as: 'defaultSnatStatus', class: Google::Apis::ContainerV1beta1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1beta1::DefaultSnatStatus::Representation
2590
2591
 
2592
+ property :disable_l4_lb_firewall_reconciliation, as: 'disableL4LbFirewallReconciliation'
2591
2593
  property :dns_config, as: 'dnsConfig', class: Google::Apis::ContainerV1beta1::DnsConfig, decorator: Google::Apis::ContainerV1beta1::DnsConfig::Representation
2592
2594
 
2593
2595
  property :enable_cilium_clusterwide_network_policy, as: 'enableCiliumClusterwideNetworkPolicy'
@@ -3629,9 +3631,12 @@ module Google
3629
3631
  property :current_version, as: 'currentVersion'
3630
3632
  property :description, as: 'description'
3631
3633
  property :end_time, as: 'endTime'
3634
+ property :event_type, as: 'eventType'
3635
+ property :extended_support_end_time, as: 'extendedSupportEndTime'
3632
3636
  property :operation, as: 'operation'
3633
3637
  property :resource, as: 'resource'
3634
3638
  property :resource_type, as: 'resourceType'
3639
+ property :standard_support_end_time, as: 'standardSupportEndTime'
3635
3640
  property :start_time, as: 'startTime'
3636
3641
  property :state, as: 'state'
3637
3642
  property :target_version, as: 'targetVersion'
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-container_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.77.0
4
+ version: 0.78.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.77.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.78.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1beta1
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 V1beta1
82
79
  test_files: []