google-apis-container_v1 0.67.0 → 0.69.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: 909712160c2cf741d25fadcc78d7ee363f8d112c1375470d721a592744339776
4
- data.tar.gz: 517c689f4a814ffee80a996ce5c70388ec0807215731440191bbd85a59102d28
3
+ metadata.gz: 329ebfc9abc17b8cce839a8742d7961434917cec101496858a3fcf38144d1e3c
4
+ data.tar.gz: 15ee414c7bd0510d838e0455791f666b16c0d757ed8c049d3779f5e3fb5a401f
5
5
  SHA512:
6
- metadata.gz: 829d49ba2d42397442d6af7b882095a0752d060c8b8acbabd7b3b45b6f8f67517fd1def1916e28fa723f4192bf5bd462fd98d432105d66249a49672916bd4316
7
- data.tar.gz: 9123dac3d839e2ba5a576b829746ddaa11b43f3f5c33367fbc9b3bc184a73126085ae345db1f6804fc62cc43f62c214ff60f3d902e187954fbca3ef1849ff9fb
6
+ metadata.gz: a6736be72b35fdc01be7d92af4925f66d34efbd822b553e978f564d5b5b173d56b8b9e986548616bc9df3b80b69b0c95fad301470447e059d927297865c1f89b
7
+ data.tar.gz: b561d1959369ba577dfbaf1e0930d4ac1b8d5abf168b3ec6ceb85bf27172e7935b5eeff60e177abb1ad0b85be326969a7c6b2dcd7fc41620572dc8773ebb2edb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-container_v1
2
2
 
3
+ ### v0.69.0 (2024-03-24)
4
+
5
+ * Regenerated from discovery document revision 20240313
6
+
7
+ ### v0.68.0 (2024-03-17)
8
+
9
+ * Regenerated from discovery document revision 20240229
10
+
3
11
  ### v0.67.0 (2024-03-03)
4
12
 
5
13
  * Regenerated from discovery document revision 20240214
@@ -1504,12 +1504,24 @@ module Google
1504
1504
  # @return [Google::Apis::ContainerV1::DnsConfig]
1505
1505
  attr_accessor :desired_dns_config
1506
1506
 
1507
+ # Enable/Disable Cilium Clusterwide Network Policy for the cluster.
1508
+ # Corresponds to the JSON property `desiredEnableCiliumClusterwideNetworkPolicy`
1509
+ # @return [Boolean]
1510
+ attr_accessor :desired_enable_cilium_clusterwide_network_policy
1511
+ alias_method :desired_enable_cilium_clusterwide_network_policy?, :desired_enable_cilium_clusterwide_network_policy
1512
+
1507
1513
  # Enable/Disable FQDN Network Policy for the cluster.
1508
1514
  # Corresponds to the JSON property `desiredEnableFqdnNetworkPolicy`
1509
1515
  # @return [Boolean]
1510
1516
  attr_accessor :desired_enable_fqdn_network_policy
1511
1517
  alias_method :desired_enable_fqdn_network_policy?, :desired_enable_fqdn_network_policy
1512
1518
 
1519
+ # Enable/Disable Multi-Networking for the cluster
1520
+ # Corresponds to the JSON property `desiredEnableMultiNetworking`
1521
+ # @return [Boolean]
1522
+ attr_accessor :desired_enable_multi_networking
1523
+ alias_method :desired_enable_multi_networking?, :desired_enable_multi_networking
1524
+
1513
1525
  # Enable/Disable private endpoint for the cluster's master.
1514
1526
  # Corresponds to the JSON property `desiredEnablePrivateEndpoint`
1515
1527
  # @return [Boolean]
@@ -1785,7 +1797,9 @@ module Google
1785
1797
  @desired_datapath_provider = args[:desired_datapath_provider] if args.key?(:desired_datapath_provider)
1786
1798
  @desired_default_snat_status = args[:desired_default_snat_status] if args.key?(:desired_default_snat_status)
1787
1799
  @desired_dns_config = args[:desired_dns_config] if args.key?(:desired_dns_config)
1800
+ @desired_enable_cilium_clusterwide_network_policy = args[:desired_enable_cilium_clusterwide_network_policy] if args.key?(:desired_enable_cilium_clusterwide_network_policy)
1788
1801
  @desired_enable_fqdn_network_policy = args[:desired_enable_fqdn_network_policy] if args.key?(:desired_enable_fqdn_network_policy)
1802
+ @desired_enable_multi_networking = args[:desired_enable_multi_networking] if args.key?(:desired_enable_multi_networking)
1789
1803
  @desired_enable_private_endpoint = args[:desired_enable_private_endpoint] if args.key?(:desired_enable_private_endpoint)
1790
1804
  @desired_fleet = args[:desired_fleet] if args.key?(:desired_fleet)
1791
1805
  @desired_gateway_api_config = args[:desired_gateway_api_config] if args.key?(:desired_gateway_api_config)
@@ -2128,12 +2142,28 @@ module Google
2128
2142
  class DatabaseEncryption
2129
2143
  include Google::Apis::Core::Hashable
2130
2144
 
2145
+ # Output only. The current state of etcd encryption.
2146
+ # Corresponds to the JSON property `currentState`
2147
+ # @return [String]
2148
+ attr_accessor :current_state
2149
+
2150
+ # Output only. Keys in use by the cluster for decrypting existing objects, in
2151
+ # addition to the key in `key_name`. Each item is a CloudKMS key resource.
2152
+ # Corresponds to the JSON property `decryptionKeys`
2153
+ # @return [Array<String>]
2154
+ attr_accessor :decryption_keys
2155
+
2131
2156
  # Name of CloudKMS key to use for the encryption of secrets in etcd. Ex.
2132
2157
  # projects/my-project/locations/global/keyRings/my-ring/cryptoKeys/my-key
2133
2158
  # Corresponds to the JSON property `keyName`
2134
2159
  # @return [String]
2135
2160
  attr_accessor :key_name
2136
2161
 
2162
+ # Output only. Records errors seen during DatabaseEncryption update operations.
2163
+ # Corresponds to the JSON property `lastOperationErrors`
2164
+ # @return [Array<Google::Apis::ContainerV1::OperationError>]
2165
+ attr_accessor :last_operation_errors
2166
+
2137
2167
  # The desired state of etcd encryption.
2138
2168
  # Corresponds to the JSON property `state`
2139
2169
  # @return [String]
@@ -2145,7 +2175,10 @@ module Google
2145
2175
 
2146
2176
  # Update properties of this object
2147
2177
  def update!(**args)
2178
+ @current_state = args[:current_state] if args.key?(:current_state)
2179
+ @decryption_keys = args[:decryption_keys] if args.key?(:decryption_keys)
2148
2180
  @key_name = args[:key_name] if args.key?(:key_name)
2181
+ @last_operation_errors = args[:last_operation_errors] if args.key?(:last_operation_errors)
2149
2182
  @state = args[:state] if args.key?(:state)
2150
2183
  end
2151
2184
  end
@@ -3610,6 +3643,12 @@ module Google
3610
3643
  # @return [Google::Apis::ContainerV1::DnsConfig]
3611
3644
  attr_accessor :dns_config
3612
3645
 
3646
+ # Whether CiliumClusterwideNetworkPolicy is enabled on this cluster.
3647
+ # Corresponds to the JSON property `enableCiliumClusterwideNetworkPolicy`
3648
+ # @return [Boolean]
3649
+ attr_accessor :enable_cilium_clusterwide_network_policy
3650
+ alias_method :enable_cilium_clusterwide_network_policy?, :enable_cilium_clusterwide_network_policy
3651
+
3613
3652
  # Whether FQDN Network Policy is enabled on this cluster.
3614
3653
  # Corresponds to the JSON property `enableFqdnNetworkPolicy`
3615
3654
  # @return [Boolean]
@@ -3684,6 +3723,7 @@ module Google
3684
3723
  @datapath_provider = args[:datapath_provider] if args.key?(:datapath_provider)
3685
3724
  @default_snat_status = args[:default_snat_status] if args.key?(:default_snat_status)
3686
3725
  @dns_config = args[:dns_config] if args.key?(:dns_config)
3726
+ @enable_cilium_clusterwide_network_policy = args[:enable_cilium_clusterwide_network_policy] if args.key?(:enable_cilium_clusterwide_network_policy)
3687
3727
  @enable_fqdn_network_policy = args[:enable_fqdn_network_policy] if args.key?(:enable_fqdn_network_policy)
3688
3728
  @enable_intra_node_visibility = args[:enable_intra_node_visibility] if args.key?(:enable_intra_node_visibility)
3689
3729
  @enable_l4ilb_subsetting = args[:enable_l4ilb_subsetting] if args.key?(:enable_l4ilb_subsetting)
@@ -4028,6 +4068,12 @@ module Google
4028
4068
  # @return [Google::Apis::ContainerV1::SandboxConfig]
4029
4069
  attr_accessor :sandbox_config
4030
4070
 
4071
+ # SecondaryBootDiskUpdateStrategy is a placeholder which will be extended in the
4072
+ # future to define different options for updating secondary boot disks.
4073
+ # Corresponds to the JSON property `secondaryBootDiskUpdateStrategy`
4074
+ # @return [Google::Apis::ContainerV1::SecondaryBootDiskUpdateStrategy]
4075
+ attr_accessor :secondary_boot_disk_update_strategy
4076
+
4031
4077
  # List of secondary boot disks attached to the nodes.
4032
4078
  # Corresponds to the JSON property `secondaryBootDisks`
4033
4079
  # @return [Array<Google::Apis::ContainerV1::SecondaryBootDisk>]
@@ -4120,6 +4166,7 @@ module Google
4120
4166
  @resource_labels = args[:resource_labels] if args.key?(:resource_labels)
4121
4167
  @resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
4122
4168
  @sandbox_config = args[:sandbox_config] if args.key?(:sandbox_config)
4169
+ @secondary_boot_disk_update_strategy = args[:secondary_boot_disk_update_strategy] if args.key?(:secondary_boot_disk_update_strategy)
4123
4170
  @secondary_boot_disks = args[:secondary_boot_disks] if args.key?(:secondary_boot_disks)
4124
4171
  @service_account = args[:service_account] if args.key?(:service_account)
4125
4172
  @shielded_instance_config = args[:shielded_instance_config] if args.key?(:shielded_instance_config)
@@ -4899,6 +4946,38 @@ module Google
4899
4946
  end
4900
4947
  end
4901
4948
 
4949
+ # OperationError records errors seen from CloudKMS keys encountered during
4950
+ # updates to DatabaseEncryption configuration.
4951
+ class OperationError
4952
+ include Google::Apis::Core::Hashable
4953
+
4954
+ # Description of the error seen during the operation.
4955
+ # Corresponds to the JSON property `errorMessage`
4956
+ # @return [String]
4957
+ attr_accessor :error_message
4958
+
4959
+ # CloudKMS key resource that had the error.
4960
+ # Corresponds to the JSON property `keyName`
4961
+ # @return [String]
4962
+ attr_accessor :key_name
4963
+
4964
+ # Time when the CloudKMS error was seen.
4965
+ # Corresponds to the JSON property `timestamp`
4966
+ # @return [String]
4967
+ attr_accessor :timestamp
4968
+
4969
+ def initialize(**args)
4970
+ update!(**args)
4971
+ end
4972
+
4973
+ # Update properties of this object
4974
+ def update!(**args)
4975
+ @error_message = args[:error_message] if args.key?(:error_message)
4976
+ @key_name = args[:key_name] if args.key?(:key_name)
4977
+ @timestamp = args[:timestamp] if args.key?(:timestamp)
4978
+ end
4979
+ end
4980
+
4902
4981
  # Information about operation (or operation stage) progress.
4903
4982
  class OperationProgress
4904
4983
  include Google::Apis::Core::Hashable
@@ -5534,6 +5613,20 @@ module Google
5534
5613
  end
5535
5614
  end
5536
5615
 
5616
+ # SecondaryBootDiskUpdateStrategy is a placeholder which will be extended in the
5617
+ # future to define different options for updating secondary boot disks.
5618
+ class SecondaryBootDiskUpdateStrategy
5619
+ include Google::Apis::Core::Hashable
5620
+
5621
+ def initialize(**args)
5622
+ update!(**args)
5623
+ end
5624
+
5625
+ # Update properties of this object
5626
+ def update!(**args)
5627
+ end
5628
+ end
5629
+
5537
5630
  # SecurityBulletinEvent is a notification sent to customers when a security
5538
5631
  # bulletin has been posted that they are vulnerable to.
5539
5632
  class SecurityBulletinEvent
@@ -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.67.0"
19
+ GEM_VERSION = "0.69.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 = "20240214"
25
+ REVISION = "20240313"
26
26
  end
27
27
  end
28
28
  end
@@ -664,6 +664,12 @@ module Google
664
664
  include Google::Apis::Core::JsonObjectSupport
665
665
  end
666
666
 
667
+ class OperationError
668
+ class Representation < Google::Apis::Core::JsonRepresentation; end
669
+
670
+ include Google::Apis::Core::JsonObjectSupport
671
+ end
672
+
667
673
  class OperationProgress
668
674
  class Representation < Google::Apis::Core::JsonRepresentation; end
669
675
 
@@ -784,6 +790,12 @@ module Google
784
790
  include Google::Apis::Core::JsonObjectSupport
785
791
  end
786
792
 
793
+ class SecondaryBootDiskUpdateStrategy
794
+ class Representation < Google::Apis::Core::JsonRepresentation; end
795
+
796
+ include Google::Apis::Core::JsonObjectSupport
797
+ end
798
+
787
799
  class SecurityBulletinEvent
788
800
  class Representation < Google::Apis::Core::JsonRepresentation; end
789
801
 
@@ -1407,7 +1419,9 @@ module Google
1407
1419
 
1408
1420
  property :desired_dns_config, as: 'desiredDnsConfig', class: Google::Apis::ContainerV1::DnsConfig, decorator: Google::Apis::ContainerV1::DnsConfig::Representation
1409
1421
 
1422
+ property :desired_enable_cilium_clusterwide_network_policy, as: 'desiredEnableCiliumClusterwideNetworkPolicy'
1410
1423
  property :desired_enable_fqdn_network_policy, as: 'desiredEnableFqdnNetworkPolicy'
1424
+ property :desired_enable_multi_networking, as: 'desiredEnableMultiNetworking'
1411
1425
  property :desired_enable_private_endpoint, as: 'desiredEnablePrivateEndpoint'
1412
1426
  property :desired_fleet, as: 'desiredFleet', class: Google::Apis::ContainerV1::Fleet, decorator: Google::Apis::ContainerV1::Fleet::Representation
1413
1427
 
@@ -1566,7 +1580,11 @@ module Google
1566
1580
  class DatabaseEncryption
1567
1581
  # @private
1568
1582
  class Representation < Google::Apis::Core::JsonRepresentation
1583
+ property :current_state, as: 'currentState'
1584
+ collection :decryption_keys, as: 'decryptionKeys'
1569
1585
  property :key_name, as: 'keyName'
1586
+ collection :last_operation_errors, as: 'lastOperationErrors', class: Google::Apis::ContainerV1::OperationError, decorator: Google::Apis::ContainerV1::OperationError::Representation
1587
+
1570
1588
  property :state, as: 'state'
1571
1589
  end
1572
1590
  end
@@ -1999,6 +2017,7 @@ module Google
1999
2017
 
2000
2018
  property :dns_config, as: 'dnsConfig', class: Google::Apis::ContainerV1::DnsConfig, decorator: Google::Apis::ContainerV1::DnsConfig::Representation
2001
2019
 
2020
+ property :enable_cilium_clusterwide_network_policy, as: 'enableCiliumClusterwideNetworkPolicy'
2002
2021
  property :enable_fqdn_network_policy, as: 'enableFqdnNetworkPolicy'
2003
2022
  property :enable_intra_node_visibility, as: 'enableIntraNodeVisibility'
2004
2023
  property :enable_l4ilb_subsetting, as: 'enableL4ilbSubsetting'
@@ -2099,6 +2118,8 @@ module Google
2099
2118
 
2100
2119
  property :sandbox_config, as: 'sandboxConfig', class: Google::Apis::ContainerV1::SandboxConfig, decorator: Google::Apis::ContainerV1::SandboxConfig::Representation
2101
2120
 
2121
+ property :secondary_boot_disk_update_strategy, as: 'secondaryBootDiskUpdateStrategy', class: Google::Apis::ContainerV1::SecondaryBootDiskUpdateStrategy, decorator: Google::Apis::ContainerV1::SecondaryBootDiskUpdateStrategy::Representation
2122
+
2102
2123
  collection :secondary_boot_disks, as: 'secondaryBootDisks', class: Google::Apis::ContainerV1::SecondaryBootDisk, decorator: Google::Apis::ContainerV1::SecondaryBootDisk::Representation
2103
2124
 
2104
2125
  property :service_account, as: 'serviceAccount'
@@ -2301,6 +2322,15 @@ module Google
2301
2322
  end
2302
2323
  end
2303
2324
 
2325
+ class OperationError
2326
+ # @private
2327
+ class Representation < Google::Apis::Core::JsonRepresentation
2328
+ property :error_message, as: 'errorMessage'
2329
+ property :key_name, as: 'keyName'
2330
+ property :timestamp, as: 'timestamp'
2331
+ end
2332
+ end
2333
+
2304
2334
  class OperationProgress
2305
2335
  # @private
2306
2336
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2479,6 +2509,12 @@ module Google
2479
2509
  end
2480
2510
  end
2481
2511
 
2512
+ class SecondaryBootDiskUpdateStrategy
2513
+ # @private
2514
+ class Representation < Google::Apis::Core::JsonRepresentation
2515
+ end
2516
+ end
2517
+
2482
2518
  class SecurityBulletinEvent
2483
2519
  # @private
2484
2520
  class Representation < Google::Apis::Core::JsonRepresentation
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.67.0
4
+ version: 0.69.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-03-03 00:00:00.000000000 Z
11
+ date: 2024-03-24 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.67.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.69.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: []