google-apis-container_v1beta1 0.69.0 → 0.70.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: 2ec29ae5b1a47d3bc2c73ebc121dc027369d7e6261216992c4246712069c55db
4
- data.tar.gz: a4415d93df36f4bb1a893b88f0ed16c96b2c260f4dc363f8427b442349e15880
3
+ metadata.gz: 5326daed32f56bc0896919eb505adfdb1ec6834eb544f252de1c540ff8e3c1be
4
+ data.tar.gz: a1dcef220e189b66d936e0bfd7c83d1f4dd0180d6ec340bcc19b7a0048cc9037
5
5
  SHA512:
6
- metadata.gz: 4094efa625ae1e6b5041d4b2484bad3f1a1eae7a44b2782d5a0309f367e32f4d871093bbf1494ec389d674d4abee32a1a6342d6d6cfdde8441c4c60be84d230e
7
- data.tar.gz: 0adaf89ca103d7b9e95bf2c47dbd4dd89167b5541987b7a7501e0b3f73e7a519e744c14bb9cf29fb620263784909a88623dfe69f528dc0097d466e2d2b3213b7
6
+ metadata.gz: 63ff6d6e88706b8108acc4b146e8744d3b5da6ed0baa6c9450baee55f87f688ae30ceb6fe2d2187b9d55d63757b8313c55bad0a46ab21e95823e030ce2ac37ff
7
+ data.tar.gz: d603544c8ed4f81e36ab34e3ddfc5b57ab71675075262c3ec5928729b95c6f8c9f77bf0299919df1d1ad28ca9c7ef5f256b184bc65351152899d07111929bb3d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.70.0 (2024-03-17)
4
+
5
+ * Regenerated from discovery document revision 20240229
6
+
3
7
  ### v0.69.0 (2024-03-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20240214
@@ -1371,6 +1371,11 @@ module Google
1371
1371
  # @return [Google::Apis::ContainerV1beta1::ResourceUsageExportConfig]
1372
1372
  attr_accessor :resource_usage_export_config
1373
1373
 
1374
+ # SecretManagerConfig is config for secret manager enablement.
1375
+ # Corresponds to the JSON property `secretManagerConfig`
1376
+ # @return [Google::Apis::ContainerV1beta1::SecretManagerConfig]
1377
+ attr_accessor :secret_manager_config
1378
+
1374
1379
  # SecurityPostureConfig defines the flags needed to enable/disable features for
1375
1380
  # the Security Posture API.
1376
1381
  # Corresponds to the JSON property `securityPostureConfig`
@@ -1523,6 +1528,7 @@ module Google
1523
1528
  @release_channel = args[:release_channel] if args.key?(:release_channel)
1524
1529
  @resource_labels = args[:resource_labels] if args.key?(:resource_labels)
1525
1530
  @resource_usage_export_config = args[:resource_usage_export_config] if args.key?(:resource_usage_export_config)
1531
+ @secret_manager_config = args[:secret_manager_config] if args.key?(:secret_manager_config)
1526
1532
  @security_posture_config = args[:security_posture_config] if args.key?(:security_posture_config)
1527
1533
  @self_link = args[:self_link] if args.key?(:self_link)
1528
1534
  @services_ipv4_cidr = args[:services_ipv4_cidr] if args.key?(:services_ipv4_cidr)
@@ -1698,12 +1704,24 @@ module Google
1698
1704
  # @return [Google::Apis::ContainerV1beta1::DnsConfig]
1699
1705
  attr_accessor :desired_dns_config
1700
1706
 
1707
+ # Enable/Disable Cilium Clusterwide Network Policy for the cluster.
1708
+ # Corresponds to the JSON property `desiredEnableCiliumClusterwideNetworkPolicy`
1709
+ # @return [Boolean]
1710
+ attr_accessor :desired_enable_cilium_clusterwide_network_policy
1711
+ alias_method :desired_enable_cilium_clusterwide_network_policy?, :desired_enable_cilium_clusterwide_network_policy
1712
+
1701
1713
  # Enable/Disable FQDN Network Policy for the cluster.
1702
1714
  # Corresponds to the JSON property `desiredEnableFqdnNetworkPolicy`
1703
1715
  # @return [Boolean]
1704
1716
  attr_accessor :desired_enable_fqdn_network_policy
1705
1717
  alias_method :desired_enable_fqdn_network_policy?, :desired_enable_fqdn_network_policy
1706
1718
 
1719
+ # Enable/Disable Multi-Networking for the cluster
1720
+ # Corresponds to the JSON property `desiredEnableMultiNetworking`
1721
+ # @return [Boolean]
1722
+ attr_accessor :desired_enable_multi_networking
1723
+ alias_method :desired_enable_multi_networking?, :desired_enable_multi_networking
1724
+
1707
1725
  # Enable/Disable private endpoint for the cluster's master.
1708
1726
  # Corresponds to the JSON property `desiredEnablePrivateEndpoint`
1709
1727
  # @return [Boolean]
@@ -1932,6 +1950,11 @@ module Google
1932
1950
  # @return [Google::Apis::ContainerV1beta1::ResourceUsageExportConfig]
1933
1951
  attr_accessor :desired_resource_usage_export_config
1934
1952
 
1953
+ # SecretManagerConfig is config for secret manager enablement.
1954
+ # Corresponds to the JSON property `desiredSecretManagerConfig`
1955
+ # @return [Google::Apis::ContainerV1beta1::SecretManagerConfig]
1956
+ attr_accessor :desired_secret_manager_config
1957
+
1935
1958
  # SecurityPostureConfig defines the flags needed to enable/disable features for
1936
1959
  # the Security Posture API.
1937
1960
  # Corresponds to the JSON property `desiredSecurityPostureConfig`
@@ -2018,7 +2041,9 @@ module Google
2018
2041
  @desired_datapath_provider = args[:desired_datapath_provider] if args.key?(:desired_datapath_provider)
2019
2042
  @desired_default_snat_status = args[:desired_default_snat_status] if args.key?(:desired_default_snat_status)
2020
2043
  @desired_dns_config = args[:desired_dns_config] if args.key?(:desired_dns_config)
2044
+ @desired_enable_cilium_clusterwide_network_policy = args[:desired_enable_cilium_clusterwide_network_policy] if args.key?(:desired_enable_cilium_clusterwide_network_policy)
2021
2045
  @desired_enable_fqdn_network_policy = args[:desired_enable_fqdn_network_policy] if args.key?(:desired_enable_fqdn_network_policy)
2046
+ @desired_enable_multi_networking = args[:desired_enable_multi_networking] if args.key?(:desired_enable_multi_networking)
2022
2047
  @desired_enable_private_endpoint = args[:desired_enable_private_endpoint] if args.key?(:desired_enable_private_endpoint)
2023
2048
  @desired_fleet = args[:desired_fleet] if args.key?(:desired_fleet)
2024
2049
  @desired_gateway_api_config = args[:desired_gateway_api_config] if args.key?(:desired_gateway_api_config)
@@ -2054,6 +2079,7 @@ module Google
2054
2079
  @desired_protect_config = args[:desired_protect_config] if args.key?(:desired_protect_config)
2055
2080
  @desired_release_channel = args[:desired_release_channel] if args.key?(:desired_release_channel)
2056
2081
  @desired_resource_usage_export_config = args[:desired_resource_usage_export_config] if args.key?(:desired_resource_usage_export_config)
2082
+ @desired_secret_manager_config = args[:desired_secret_manager_config] if args.key?(:desired_secret_manager_config)
2057
2083
  @desired_security_posture_config = args[:desired_security_posture_config] if args.key?(:desired_security_posture_config)
2058
2084
  @desired_service_external_ips_config = args[:desired_service_external_ips_config] if args.key?(:desired_service_external_ips_config)
2059
2085
  @desired_shielded_nodes = args[:desired_shielded_nodes] if args.key?(:desired_shielded_nodes)
@@ -4082,6 +4108,12 @@ module Google
4082
4108
  # @return [Google::Apis::ContainerV1beta1::DnsConfig]
4083
4109
  attr_accessor :dns_config
4084
4110
 
4111
+ # Whether CiliumClusterWideNetworkPolicy is enabled on this cluster.
4112
+ # Corresponds to the JSON property `enableCiliumClusterwideNetworkPolicy`
4113
+ # @return [Boolean]
4114
+ attr_accessor :enable_cilium_clusterwide_network_policy
4115
+ alias_method :enable_cilium_clusterwide_network_policy?, :enable_cilium_clusterwide_network_policy
4116
+
4085
4117
  # Whether FQDN Network Policy is enabled on this cluster.
4086
4118
  # Corresponds to the JSON property `enableFqdnNetworkPolicy`
4087
4119
  # @return [Boolean]
@@ -4156,6 +4188,7 @@ module Google
4156
4188
  @datapath_provider = args[:datapath_provider] if args.key?(:datapath_provider)
4157
4189
  @default_snat_status = args[:default_snat_status] if args.key?(:default_snat_status)
4158
4190
  @dns_config = args[:dns_config] if args.key?(:dns_config)
4191
+ @enable_cilium_clusterwide_network_policy = args[:enable_cilium_clusterwide_network_policy] if args.key?(:enable_cilium_clusterwide_network_policy)
4159
4192
  @enable_fqdn_network_policy = args[:enable_fqdn_network_policy] if args.key?(:enable_fqdn_network_policy)
4160
4193
  @enable_intra_node_visibility = args[:enable_intra_node_visibility] if args.key?(:enable_intra_node_visibility)
4161
4194
  @enable_l4ilb_subsetting = args[:enable_l4ilb_subsetting] if args.key?(:enable_l4ilb_subsetting)
@@ -4519,6 +4552,12 @@ module Google
4519
4552
  # @return [Google::Apis::ContainerV1beta1::SandboxConfig]
4520
4553
  attr_accessor :sandbox_config
4521
4554
 
4555
+ # SecondaryBootDiskUpdateStrategy is a placeholder which will be extended in the
4556
+ # future to define different options for updating secondary boot disks.
4557
+ # Corresponds to the JSON property `secondaryBootDiskUpdateStrategy`
4558
+ # @return [Google::Apis::ContainerV1beta1::SecondaryBootDiskUpdateStrategy]
4559
+ attr_accessor :secondary_boot_disk_update_strategy
4560
+
4522
4561
  # List of secondary boot disks attached to the nodes.
4523
4562
  # Corresponds to the JSON property `secondaryBootDisks`
4524
4563
  # @return [Array<Google::Apis::ContainerV1beta1::SecondaryBootDisk>]
@@ -4613,6 +4652,7 @@ module Google
4613
4652
  @resource_labels = args[:resource_labels] if args.key?(:resource_labels)
4614
4653
  @resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
4615
4654
  @sandbox_config = args[:sandbox_config] if args.key?(:sandbox_config)
4655
+ @secondary_boot_disk_update_strategy = args[:secondary_boot_disk_update_strategy] if args.key?(:secondary_boot_disk_update_strategy)
4616
4656
  @secondary_boot_disks = args[:secondary_boot_disks] if args.key?(:secondary_boot_disks)
4617
4657
  @service_account = args[:service_account] if args.key?(:service_account)
4618
4658
  @shielded_instance_config = args[:shielded_instance_config] if args.key?(:shielded_instance_config)
@@ -6148,6 +6188,40 @@ module Google
6148
6188
  end
6149
6189
  end
6150
6190
 
6191
+ # SecondaryBootDiskUpdateStrategy is a placeholder which will be extended in the
6192
+ # future to define different options for updating secondary boot disks.
6193
+ class SecondaryBootDiskUpdateStrategy
6194
+ include Google::Apis::Core::Hashable
6195
+
6196
+ def initialize(**args)
6197
+ update!(**args)
6198
+ end
6199
+
6200
+ # Update properties of this object
6201
+ def update!(**args)
6202
+ end
6203
+ end
6204
+
6205
+ # SecretManagerConfig is config for secret manager enablement.
6206
+ class SecretManagerConfig
6207
+ include Google::Apis::Core::Hashable
6208
+
6209
+ # Whether the cluster is configured to use secret manager CSI component.
6210
+ # Corresponds to the JSON property `enabled`
6211
+ # @return [Boolean]
6212
+ attr_accessor :enabled
6213
+ alias_method :enabled?, :enabled
6214
+
6215
+ def initialize(**args)
6216
+ update!(**args)
6217
+ end
6218
+
6219
+ # Update properties of this object
6220
+ def update!(**args)
6221
+ @enabled = args[:enabled] if args.key?(:enabled)
6222
+ end
6223
+ end
6224
+
6151
6225
  # SecurityBulletinEvent is a notification sent to customers when a security
6152
6226
  # bulletin has been posted that they are vulnerable to.
6153
6227
  class SecurityBulletinEvent
@@ -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.69.0"
19
+ GEM_VERSION = "0.70.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 = "20240229"
26
26
  end
27
27
  end
28
28
  end
@@ -880,6 +880,18 @@ module Google
880
880
  include Google::Apis::Core::JsonObjectSupport
881
881
  end
882
882
 
883
+ class SecondaryBootDiskUpdateStrategy
884
+ class Representation < Google::Apis::Core::JsonRepresentation; end
885
+
886
+ include Google::Apis::Core::JsonObjectSupport
887
+ end
888
+
889
+ class SecretManagerConfig
890
+ class Representation < Google::Apis::Core::JsonRepresentation; end
891
+
892
+ include Google::Apis::Core::JsonObjectSupport
893
+ end
894
+
883
895
  class SecurityBulletinEvent
884
896
  class Representation < Google::Apis::Core::JsonRepresentation; end
885
897
 
@@ -1519,6 +1531,8 @@ module Google
1519
1531
  hash :resource_labels, as: 'resourceLabels'
1520
1532
  property :resource_usage_export_config, as: 'resourceUsageExportConfig', class: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig::Representation
1521
1533
 
1534
+ property :secret_manager_config, as: 'secretManagerConfig', class: Google::Apis::ContainerV1beta1::SecretManagerConfig, decorator: Google::Apis::ContainerV1beta1::SecretManagerConfig::Representation
1535
+
1522
1536
  property :security_posture_config, as: 'securityPostureConfig', class: Google::Apis::ContainerV1beta1::SecurityPostureConfig, decorator: Google::Apis::ContainerV1beta1::SecurityPostureConfig::Representation
1523
1537
 
1524
1538
  property :self_link, as: 'selfLink'
@@ -1596,7 +1610,9 @@ module Google
1596
1610
 
1597
1611
  property :desired_dns_config, as: 'desiredDnsConfig', class: Google::Apis::ContainerV1beta1::DnsConfig, decorator: Google::Apis::ContainerV1beta1::DnsConfig::Representation
1598
1612
 
1613
+ property :desired_enable_cilium_clusterwide_network_policy, as: 'desiredEnableCiliumClusterwideNetworkPolicy'
1599
1614
  property :desired_enable_fqdn_network_policy, as: 'desiredEnableFqdnNetworkPolicy'
1615
+ property :desired_enable_multi_networking, as: 'desiredEnableMultiNetworking'
1600
1616
  property :desired_enable_private_endpoint, as: 'desiredEnablePrivateEndpoint'
1601
1617
  property :desired_fleet, as: 'desiredFleet', class: Google::Apis::ContainerV1beta1::Fleet, decorator: Google::Apis::ContainerV1beta1::Fleet::Representation
1602
1618
 
@@ -1657,6 +1673,8 @@ module Google
1657
1673
 
1658
1674
  property :desired_resource_usage_export_config, as: 'desiredResourceUsageExportConfig', class: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig::Representation
1659
1675
 
1676
+ property :desired_secret_manager_config, as: 'desiredSecretManagerConfig', class: Google::Apis::ContainerV1beta1::SecretManagerConfig, decorator: Google::Apis::ContainerV1beta1::SecretManagerConfig::Representation
1677
+
1660
1678
  property :desired_security_posture_config, as: 'desiredSecurityPostureConfig', class: Google::Apis::ContainerV1beta1::SecurityPostureConfig, decorator: Google::Apis::ContainerV1beta1::SecurityPostureConfig::Representation
1661
1679
 
1662
1680
  property :desired_service_external_ips_config, as: 'desiredServiceExternalIpsConfig', class: Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig, decorator: Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig::Representation
@@ -2267,6 +2285,7 @@ module Google
2267
2285
 
2268
2286
  property :dns_config, as: 'dnsConfig', class: Google::Apis::ContainerV1beta1::DnsConfig, decorator: Google::Apis::ContainerV1beta1::DnsConfig::Representation
2269
2287
 
2288
+ property :enable_cilium_clusterwide_network_policy, as: 'enableCiliumClusterwideNetworkPolicy'
2270
2289
  property :enable_fqdn_network_policy, as: 'enableFqdnNetworkPolicy'
2271
2290
  property :enable_intra_node_visibility, as: 'enableIntraNodeVisibility'
2272
2291
  property :enable_l4ilb_subsetting, as: 'enableL4ilbSubsetting'
@@ -2372,6 +2391,8 @@ module Google
2372
2391
 
2373
2392
  property :sandbox_config, as: 'sandboxConfig', class: Google::Apis::ContainerV1beta1::SandboxConfig, decorator: Google::Apis::ContainerV1beta1::SandboxConfig::Representation
2374
2393
 
2394
+ property :secondary_boot_disk_update_strategy, as: 'secondaryBootDiskUpdateStrategy', class: Google::Apis::ContainerV1beta1::SecondaryBootDiskUpdateStrategy, decorator: Google::Apis::ContainerV1beta1::SecondaryBootDiskUpdateStrategy::Representation
2395
+
2375
2396
  collection :secondary_boot_disks, as: 'secondaryBootDisks', class: Google::Apis::ContainerV1beta1::SecondaryBootDisk, decorator: Google::Apis::ContainerV1beta1::SecondaryBootDisk::Representation
2376
2397
 
2377
2398
  property :service_account, as: 'serviceAccount'
@@ -2789,6 +2810,19 @@ module Google
2789
2810
  end
2790
2811
  end
2791
2812
 
2813
+ class SecondaryBootDiskUpdateStrategy
2814
+ # @private
2815
+ class Representation < Google::Apis::Core::JsonRepresentation
2816
+ end
2817
+ end
2818
+
2819
+ class SecretManagerConfig
2820
+ # @private
2821
+ class Representation < Google::Apis::Core::JsonRepresentation
2822
+ property :enabled, as: 'enabled'
2823
+ end
2824
+ end
2825
+
2792
2826
  class SecurityBulletinEvent
2793
2827
  # @private
2794
2828
  class Representation < Google::Apis::Core::JsonRepresentation
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.69.0
4
+ version: 0.70.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-17 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.69.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.70.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: []