google-apis-container_v1 0.66.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 634229878e0eaf3d2a19b0d4b39ac3e3da987ae3c65fb14d63b79c83a87f12d5
|
4
|
+
data.tar.gz: 3ab912d30d2b2edc74c6b09c630a4c4fc86ac2c19688a984e6015918f4848b2c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f20dddd4a4e6a814d093f0c47f8ed5adff98d2d6bed72cd71162e2c43181bbf7eb50321587413cbb43b4664dfb80207acf1c43264a187f764696a6925dfa2447
|
7
|
+
data.tar.gz: a34a02b6fef4c9375d1e08366d875ea5592f98e571eb2d6a5ad497bfb4465e35c67daf7d783423fc4bc35b8f9138f2793907c1f57dfafb20103c572c466ea4e1
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
7
|
+
### v0.67.0 (2024-03-03)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240214
|
10
|
+
|
3
11
|
### v0.66.0 (2024-02-24)
|
4
12
|
|
5
13
|
* Regenerated using generator version 0.14.0
|
@@ -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,17 @@ 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
|
+
|
4058
|
+
# List of secondary boot disks attached to the nodes.
|
4059
|
+
# Corresponds to the JSON property `secondaryBootDisks`
|
4060
|
+
# @return [Array<Google::Apis::ContainerV1::SecondaryBootDisk>]
|
4061
|
+
attr_accessor :secondary_boot_disks
|
4062
|
+
|
4031
4063
|
# The Google Cloud Platform Service Account to be used by the node VMs. Specify
|
4032
4064
|
# the email address of the Service Account; otherwise, if no Service Account is
|
4033
4065
|
# specified, the "default" service account is used.
|
@@ -4115,6 +4147,8 @@ module Google
|
|
4115
4147
|
@resource_labels = args[:resource_labels] if args.key?(:resource_labels)
|
4116
4148
|
@resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
|
4117
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)
|
4151
|
+
@secondary_boot_disks = args[:secondary_boot_disks] if args.key?(:secondary_boot_disks)
|
4118
4152
|
@service_account = args[:service_account] if args.key?(:service_account)
|
4119
4153
|
@shielded_instance_config = args[:shielded_instance_config] if args.key?(:shielded_instance_config)
|
4120
4154
|
@sole_tenant_config = args[:sole_tenant_config] if args.key?(:sole_tenant_config)
|
@@ -5502,6 +5536,46 @@ module Google
|
|
5502
5536
|
end
|
5503
5537
|
end
|
5504
5538
|
|
5539
|
+
# SecondaryBootDisk represents a persistent disk attached to a node with special
|
5540
|
+
# configurations based on its mode.
|
5541
|
+
class SecondaryBootDisk
|
5542
|
+
include Google::Apis::Core::Hashable
|
5543
|
+
|
5544
|
+
# Fully-qualified resource ID for an existing disk image.
|
5545
|
+
# Corresponds to the JSON property `diskImage`
|
5546
|
+
# @return [String]
|
5547
|
+
attr_accessor :disk_image
|
5548
|
+
|
5549
|
+
# Disk mode (container image cache, etc.)
|
5550
|
+
# Corresponds to the JSON property `mode`
|
5551
|
+
# @return [String]
|
5552
|
+
attr_accessor :mode
|
5553
|
+
|
5554
|
+
def initialize(**args)
|
5555
|
+
update!(**args)
|
5556
|
+
end
|
5557
|
+
|
5558
|
+
# Update properties of this object
|
5559
|
+
def update!(**args)
|
5560
|
+
@disk_image = args[:disk_image] if args.key?(:disk_image)
|
5561
|
+
@mode = args[:mode] if args.key?(:mode)
|
5562
|
+
end
|
5563
|
+
end
|
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
|
+
|
5505
5579
|
# SecurityBulletinEvent is a notification sent to customers when a security
|
5506
5580
|
# bulletin has been posted that they are vulnerable to.
|
5507
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.
|
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 = "
|
25
|
+
REVISION = "20240229"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -778,6 +778,18 @@ module Google
|
|
778
778
|
include Google::Apis::Core::JsonObjectSupport
|
779
779
|
end
|
780
780
|
|
781
|
+
class SecondaryBootDisk
|
782
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
|
+
|
784
|
+
include Google::Apis::Core::JsonObjectSupport
|
785
|
+
end
|
786
|
+
|
787
|
+
class SecondaryBootDiskUpdateStrategy
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
|
+
|
790
|
+
include Google::Apis::Core::JsonObjectSupport
|
791
|
+
end
|
792
|
+
|
781
793
|
class SecurityBulletinEvent
|
782
794
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
795
|
|
@@ -1401,7 +1413,9 @@ module Google
|
|
1401
1413
|
|
1402
1414
|
property :desired_dns_config, as: 'desiredDnsConfig', class: Google::Apis::ContainerV1::DnsConfig, decorator: Google::Apis::ContainerV1::DnsConfig::Representation
|
1403
1415
|
|
1416
|
+
property :desired_enable_cilium_clusterwide_network_policy, as: 'desiredEnableCiliumClusterwideNetworkPolicy'
|
1404
1417
|
property :desired_enable_fqdn_network_policy, as: 'desiredEnableFqdnNetworkPolicy'
|
1418
|
+
property :desired_enable_multi_networking, as: 'desiredEnableMultiNetworking'
|
1405
1419
|
property :desired_enable_private_endpoint, as: 'desiredEnablePrivateEndpoint'
|
1406
1420
|
property :desired_fleet, as: 'desiredFleet', class: Google::Apis::ContainerV1::Fleet, decorator: Google::Apis::ContainerV1::Fleet::Representation
|
1407
1421
|
|
@@ -1993,6 +2007,7 @@ module Google
|
|
1993
2007
|
|
1994
2008
|
property :dns_config, as: 'dnsConfig', class: Google::Apis::ContainerV1::DnsConfig, decorator: Google::Apis::ContainerV1::DnsConfig::Representation
|
1995
2009
|
|
2010
|
+
property :enable_cilium_clusterwide_network_policy, as: 'enableCiliumClusterwideNetworkPolicy'
|
1996
2011
|
property :enable_fqdn_network_policy, as: 'enableFqdnNetworkPolicy'
|
1997
2012
|
property :enable_intra_node_visibility, as: 'enableIntraNodeVisibility'
|
1998
2013
|
property :enable_l4ilb_subsetting, as: 'enableL4ilbSubsetting'
|
@@ -2093,6 +2108,10 @@ module Google
|
|
2093
2108
|
|
2094
2109
|
property :sandbox_config, as: 'sandboxConfig', class: Google::Apis::ContainerV1::SandboxConfig, decorator: Google::Apis::ContainerV1::SandboxConfig::Representation
|
2095
2110
|
|
2111
|
+
property :secondary_boot_disk_update_strategy, as: 'secondaryBootDiskUpdateStrategy', class: Google::Apis::ContainerV1::SecondaryBootDiskUpdateStrategy, decorator: Google::Apis::ContainerV1::SecondaryBootDiskUpdateStrategy::Representation
|
2112
|
+
|
2113
|
+
collection :secondary_boot_disks, as: 'secondaryBootDisks', class: Google::Apis::ContainerV1::SecondaryBootDisk, decorator: Google::Apis::ContainerV1::SecondaryBootDisk::Representation
|
2114
|
+
|
2096
2115
|
property :service_account, as: 'serviceAccount'
|
2097
2116
|
property :shielded_instance_config, as: 'shieldedInstanceConfig', class: Google::Apis::ContainerV1::ShieldedInstanceConfig, decorator: Google::Apis::ContainerV1::ShieldedInstanceConfig::Representation
|
2098
2117
|
|
@@ -2463,6 +2482,20 @@ module Google
|
|
2463
2482
|
end
|
2464
2483
|
end
|
2465
2484
|
|
2485
|
+
class SecondaryBootDisk
|
2486
|
+
# @private
|
2487
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2488
|
+
property :disk_image, as: 'diskImage'
|
2489
|
+
property :mode, as: 'mode'
|
2490
|
+
end
|
2491
|
+
end
|
2492
|
+
|
2493
|
+
class SecondaryBootDiskUpdateStrategy
|
2494
|
+
# @private
|
2495
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2496
|
+
end
|
2497
|
+
end
|
2498
|
+
|
2466
2499
|
class SecurityBulletinEvent
|
2467
2500
|
# @private
|
2468
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.
|
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-
|
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.
|
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: []
|