google-apis-container_v1 0.67.0 → 0.68.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: 634229878e0eaf3d2a19b0d4b39ac3e3da987ae3c65fb14d63b79c83a87f12d5
4
+ data.tar.gz: 3ab912d30d2b2edc74c6b09c630a4c4fc86ac2c19688a984e6015918f4848b2c
5
5
  SHA512:
6
- metadata.gz: 829d49ba2d42397442d6af7b882095a0752d060c8b8acbabd7b3b45b6f8f67517fd1def1916e28fa723f4192bf5bd462fd98d432105d66249a49672916bd4316
7
- data.tar.gz: 9123dac3d839e2ba5a576b829746ddaa11b43f3f5c33367fbc9b3bc184a73126085ae345db1f6804fc62cc43f62c214ff60f3d902e187954fbca3ef1849ff9fb
6
+ metadata.gz: f20dddd4a4e6a814d093f0c47f8ed5adff98d2d6bed72cd71162e2c43181bbf7eb50321587413cbb43b4664dfb80207acf1c43264a187f764696a6925dfa2447
7
+ data.tar.gz: a34a02b6fef4c9375d1e08366d875ea5592f98e571eb2d6a5ad497bfb4465e35c67daf7d783423fc4bc35b8f9138f2793907c1f57dfafb20103c572c466ea4e1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-container_v1
2
2
 
3
+ ### v0.68.0 (2024-03-17)
4
+
5
+ * Regenerated from discovery document revision 20240229
6
+
3
7
  ### v0.67.0 (2024-03-03)
4
8
 
5
9
  * 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)
@@ -3610,6 +3624,12 @@ module Google
3610
3624
  # @return [Google::Apis::ContainerV1::DnsConfig]
3611
3625
  attr_accessor :dns_config
3612
3626
 
3627
+ # Whether CiliumClusterwideNetworkPolicy is enabled on this cluster.
3628
+ # Corresponds to the JSON property `enableCiliumClusterwideNetworkPolicy`
3629
+ # @return [Boolean]
3630
+ attr_accessor :enable_cilium_clusterwide_network_policy
3631
+ alias_method :enable_cilium_clusterwide_network_policy?, :enable_cilium_clusterwide_network_policy
3632
+
3613
3633
  # Whether FQDN Network Policy is enabled on this cluster.
3614
3634
  # Corresponds to the JSON property `enableFqdnNetworkPolicy`
3615
3635
  # @return [Boolean]
@@ -3684,6 +3704,7 @@ module Google
3684
3704
  @datapath_provider = args[:datapath_provider] if args.key?(:datapath_provider)
3685
3705
  @default_snat_status = args[:default_snat_status] if args.key?(:default_snat_status)
3686
3706
  @dns_config = args[:dns_config] if args.key?(:dns_config)
3707
+ @enable_cilium_clusterwide_network_policy = args[:enable_cilium_clusterwide_network_policy] if args.key?(:enable_cilium_clusterwide_network_policy)
3687
3708
  @enable_fqdn_network_policy = args[:enable_fqdn_network_policy] if args.key?(:enable_fqdn_network_policy)
3688
3709
  @enable_intra_node_visibility = args[:enable_intra_node_visibility] if args.key?(:enable_intra_node_visibility)
3689
3710
  @enable_l4ilb_subsetting = args[:enable_l4ilb_subsetting] if args.key?(:enable_l4ilb_subsetting)
@@ -4028,6 +4049,12 @@ module Google
4028
4049
  # @return [Google::Apis::ContainerV1::SandboxConfig]
4029
4050
  attr_accessor :sandbox_config
4030
4051
 
4052
+ # SecondaryBootDiskUpdateStrategy is a placeholder which will be extended in the
4053
+ # future to define different options for updating secondary boot disks.
4054
+ # Corresponds to the JSON property `secondaryBootDiskUpdateStrategy`
4055
+ # @return [Google::Apis::ContainerV1::SecondaryBootDiskUpdateStrategy]
4056
+ attr_accessor :secondary_boot_disk_update_strategy
4057
+
4031
4058
  # List of secondary boot disks attached to the nodes.
4032
4059
  # Corresponds to the JSON property `secondaryBootDisks`
4033
4060
  # @return [Array<Google::Apis::ContainerV1::SecondaryBootDisk>]
@@ -4120,6 +4147,7 @@ module Google
4120
4147
  @resource_labels = args[:resource_labels] if args.key?(:resource_labels)
4121
4148
  @resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
4122
4149
  @sandbox_config = args[:sandbox_config] if args.key?(:sandbox_config)
4150
+ @secondary_boot_disk_update_strategy = args[:secondary_boot_disk_update_strategy] if args.key?(:secondary_boot_disk_update_strategy)
4123
4151
  @secondary_boot_disks = args[:secondary_boot_disks] if args.key?(:secondary_boot_disks)
4124
4152
  @service_account = args[:service_account] if args.key?(:service_account)
4125
4153
  @shielded_instance_config = args[:shielded_instance_config] if args.key?(:shielded_instance_config)
@@ -5534,6 +5562,20 @@ module Google
5534
5562
  end
5535
5563
  end
5536
5564
 
5565
+ # SecondaryBootDiskUpdateStrategy is a placeholder which will be extended in the
5566
+ # future to define different options for updating secondary boot disks.
5567
+ class SecondaryBootDiskUpdateStrategy
5568
+ include Google::Apis::Core::Hashable
5569
+
5570
+ def initialize(**args)
5571
+ update!(**args)
5572
+ end
5573
+
5574
+ # Update properties of this object
5575
+ def update!(**args)
5576
+ end
5577
+ end
5578
+
5537
5579
  # SecurityBulletinEvent is a notification sent to customers when a security
5538
5580
  # bulletin has been posted that they are vulnerable to.
5539
5581
  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.68.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
@@ -784,6 +784,12 @@ module Google
784
784
  include Google::Apis::Core::JsonObjectSupport
785
785
  end
786
786
 
787
+ class SecondaryBootDiskUpdateStrategy
788
+ class Representation < Google::Apis::Core::JsonRepresentation; end
789
+
790
+ include Google::Apis::Core::JsonObjectSupport
791
+ end
792
+
787
793
  class SecurityBulletinEvent
788
794
  class Representation < Google::Apis::Core::JsonRepresentation; end
789
795
 
@@ -1407,7 +1413,9 @@ module Google
1407
1413
 
1408
1414
  property :desired_dns_config, as: 'desiredDnsConfig', class: Google::Apis::ContainerV1::DnsConfig, decorator: Google::Apis::ContainerV1::DnsConfig::Representation
1409
1415
 
1416
+ property :desired_enable_cilium_clusterwide_network_policy, as: 'desiredEnableCiliumClusterwideNetworkPolicy'
1410
1417
  property :desired_enable_fqdn_network_policy, as: 'desiredEnableFqdnNetworkPolicy'
1418
+ property :desired_enable_multi_networking, as: 'desiredEnableMultiNetworking'
1411
1419
  property :desired_enable_private_endpoint, as: 'desiredEnablePrivateEndpoint'
1412
1420
  property :desired_fleet, as: 'desiredFleet', class: Google::Apis::ContainerV1::Fleet, decorator: Google::Apis::ContainerV1::Fleet::Representation
1413
1421
 
@@ -1999,6 +2007,7 @@ module Google
1999
2007
 
2000
2008
  property :dns_config, as: 'dnsConfig', class: Google::Apis::ContainerV1::DnsConfig, decorator: Google::Apis::ContainerV1::DnsConfig::Representation
2001
2009
 
2010
+ property :enable_cilium_clusterwide_network_policy, as: 'enableCiliumClusterwideNetworkPolicy'
2002
2011
  property :enable_fqdn_network_policy, as: 'enableFqdnNetworkPolicy'
2003
2012
  property :enable_intra_node_visibility, as: 'enableIntraNodeVisibility'
2004
2013
  property :enable_l4ilb_subsetting, as: 'enableL4ilbSubsetting'
@@ -2099,6 +2108,8 @@ module Google
2099
2108
 
2100
2109
  property :sandbox_config, as: 'sandboxConfig', class: Google::Apis::ContainerV1::SandboxConfig, decorator: Google::Apis::ContainerV1::SandboxConfig::Representation
2101
2110
 
2111
+ property :secondary_boot_disk_update_strategy, as: 'secondaryBootDiskUpdateStrategy', class: Google::Apis::ContainerV1::SecondaryBootDiskUpdateStrategy, decorator: Google::Apis::ContainerV1::SecondaryBootDiskUpdateStrategy::Representation
2112
+
2102
2113
  collection :secondary_boot_disks, as: 'secondaryBootDisks', class: Google::Apis::ContainerV1::SecondaryBootDisk, decorator: Google::Apis::ContainerV1::SecondaryBootDisk::Representation
2103
2114
 
2104
2115
  property :service_account, as: 'serviceAccount'
@@ -2479,6 +2490,12 @@ module Google
2479
2490
  end
2480
2491
  end
2481
2492
 
2493
+ class SecondaryBootDiskUpdateStrategy
2494
+ # @private
2495
+ class Representation < Google::Apis::Core::JsonRepresentation
2496
+ end
2497
+ end
2498
+
2482
2499
  class SecurityBulletinEvent
2483
2500
  # @private
2484
2501
  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.68.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_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.68.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: []