google-apis-container_v1beta1 0.69.0 → 0.71.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: 12494f7c31163cfec1f5d5373c0da73b1a7a2489212234018039c028b2d6a1fe
|
4
|
+
data.tar.gz: b33beac820c20ece16cbf58b38c84a5b607262c8db352738fa87b3f30bf8f2b0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b7329f8470699126eb2cd3680ad4d1be90f7459bc3f3009948b93777b9b42c24a6788e64cf344112652ea74d537f0fb3f49362df5b2d2354c2fbda84b846499
|
7
|
+
data.tar.gz: c0c0193896936611dcf52bbb9a2d0e3535354f090ce15a799768cdbbf7bd9554ba3ee0e88d870bec6b69403e2a0e3993342ca6c00d028a961d3285fa49e8d978
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-container_v1beta1
|
2
2
|
|
3
|
+
### v0.71.0 (2024-03-24)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240313
|
6
|
+
|
7
|
+
### v0.70.0 (2024-03-17)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240229
|
10
|
+
|
3
11
|
### v0.69.0 (2024-03-03)
|
4
12
|
|
5
13
|
* 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)
|
@@ -2366,12 +2392,28 @@ module Google
|
|
2366
2392
|
class DatabaseEncryption
|
2367
2393
|
include Google::Apis::Core::Hashable
|
2368
2394
|
|
2395
|
+
# Output only. The current state of etcd encryption.
|
2396
|
+
# Corresponds to the JSON property `currentState`
|
2397
|
+
# @return [String]
|
2398
|
+
attr_accessor :current_state
|
2399
|
+
|
2400
|
+
# Output only. Keys in use by the cluster for decrypting existing objects, in
|
2401
|
+
# addition to the key in `key_name`. Each item is a CloudKMS key resource.
|
2402
|
+
# Corresponds to the JSON property `decryptionKeys`
|
2403
|
+
# @return [Array<String>]
|
2404
|
+
attr_accessor :decryption_keys
|
2405
|
+
|
2369
2406
|
# Name of CloudKMS key to use for the encryption of secrets in etcd. Ex.
|
2370
2407
|
# projects/my-project/locations/global/keyRings/my-ring/cryptoKeys/my-key
|
2371
2408
|
# Corresponds to the JSON property `keyName`
|
2372
2409
|
# @return [String]
|
2373
2410
|
attr_accessor :key_name
|
2374
2411
|
|
2412
|
+
# Output only. Records errors seen during DatabaseEncryption update operations.
|
2413
|
+
# Corresponds to the JSON property `lastOperationErrors`
|
2414
|
+
# @return [Array<Google::Apis::ContainerV1beta1::OperationError>]
|
2415
|
+
attr_accessor :last_operation_errors
|
2416
|
+
|
2375
2417
|
# The desired state of etcd encryption.
|
2376
2418
|
# Corresponds to the JSON property `state`
|
2377
2419
|
# @return [String]
|
@@ -2383,7 +2425,10 @@ module Google
|
|
2383
2425
|
|
2384
2426
|
# Update properties of this object
|
2385
2427
|
def update!(**args)
|
2428
|
+
@current_state = args[:current_state] if args.key?(:current_state)
|
2429
|
+
@decryption_keys = args[:decryption_keys] if args.key?(:decryption_keys)
|
2386
2430
|
@key_name = args[:key_name] if args.key?(:key_name)
|
2431
|
+
@last_operation_errors = args[:last_operation_errors] if args.key?(:last_operation_errors)
|
2387
2432
|
@state = args[:state] if args.key?(:state)
|
2388
2433
|
end
|
2389
2434
|
end
|
@@ -4082,6 +4127,12 @@ module Google
|
|
4082
4127
|
# @return [Google::Apis::ContainerV1beta1::DnsConfig]
|
4083
4128
|
attr_accessor :dns_config
|
4084
4129
|
|
4130
|
+
# Whether CiliumClusterWideNetworkPolicy is enabled on this cluster.
|
4131
|
+
# Corresponds to the JSON property `enableCiliumClusterwideNetworkPolicy`
|
4132
|
+
# @return [Boolean]
|
4133
|
+
attr_accessor :enable_cilium_clusterwide_network_policy
|
4134
|
+
alias_method :enable_cilium_clusterwide_network_policy?, :enable_cilium_clusterwide_network_policy
|
4135
|
+
|
4085
4136
|
# Whether FQDN Network Policy is enabled on this cluster.
|
4086
4137
|
# Corresponds to the JSON property `enableFqdnNetworkPolicy`
|
4087
4138
|
# @return [Boolean]
|
@@ -4156,6 +4207,7 @@ module Google
|
|
4156
4207
|
@datapath_provider = args[:datapath_provider] if args.key?(:datapath_provider)
|
4157
4208
|
@default_snat_status = args[:default_snat_status] if args.key?(:default_snat_status)
|
4158
4209
|
@dns_config = args[:dns_config] if args.key?(:dns_config)
|
4210
|
+
@enable_cilium_clusterwide_network_policy = args[:enable_cilium_clusterwide_network_policy] if args.key?(:enable_cilium_clusterwide_network_policy)
|
4159
4211
|
@enable_fqdn_network_policy = args[:enable_fqdn_network_policy] if args.key?(:enable_fqdn_network_policy)
|
4160
4212
|
@enable_intra_node_visibility = args[:enable_intra_node_visibility] if args.key?(:enable_intra_node_visibility)
|
4161
4213
|
@enable_l4ilb_subsetting = args[:enable_l4ilb_subsetting] if args.key?(:enable_l4ilb_subsetting)
|
@@ -4519,6 +4571,12 @@ module Google
|
|
4519
4571
|
# @return [Google::Apis::ContainerV1beta1::SandboxConfig]
|
4520
4572
|
attr_accessor :sandbox_config
|
4521
4573
|
|
4574
|
+
# SecondaryBootDiskUpdateStrategy is a placeholder which will be extended in the
|
4575
|
+
# future to define different options for updating secondary boot disks.
|
4576
|
+
# Corresponds to the JSON property `secondaryBootDiskUpdateStrategy`
|
4577
|
+
# @return [Google::Apis::ContainerV1beta1::SecondaryBootDiskUpdateStrategy]
|
4578
|
+
attr_accessor :secondary_boot_disk_update_strategy
|
4579
|
+
|
4522
4580
|
# List of secondary boot disks attached to the nodes.
|
4523
4581
|
# Corresponds to the JSON property `secondaryBootDisks`
|
4524
4582
|
# @return [Array<Google::Apis::ContainerV1beta1::SecondaryBootDisk>]
|
@@ -4613,6 +4671,7 @@ module Google
|
|
4613
4671
|
@resource_labels = args[:resource_labels] if args.key?(:resource_labels)
|
4614
4672
|
@resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
|
4615
4673
|
@sandbox_config = args[:sandbox_config] if args.key?(:sandbox_config)
|
4674
|
+
@secondary_boot_disk_update_strategy = args[:secondary_boot_disk_update_strategy] if args.key?(:secondary_boot_disk_update_strategy)
|
4616
4675
|
@secondary_boot_disks = args[:secondary_boot_disks] if args.key?(:secondary_boot_disks)
|
4617
4676
|
@service_account = args[:service_account] if args.key?(:service_account)
|
4618
4677
|
@shielded_instance_config = args[:shielded_instance_config] if args.key?(:shielded_instance_config)
|
@@ -5394,6 +5453,38 @@ module Google
|
|
5394
5453
|
end
|
5395
5454
|
end
|
5396
5455
|
|
5456
|
+
# OperationError records errors seen from CloudKMS keys encountered during
|
5457
|
+
# updates to DatabaseEncryption configuration.
|
5458
|
+
class OperationError
|
5459
|
+
include Google::Apis::Core::Hashable
|
5460
|
+
|
5461
|
+
# Description of the error seen during the operation.
|
5462
|
+
# Corresponds to the JSON property `errorMessage`
|
5463
|
+
# @return [String]
|
5464
|
+
attr_accessor :error_message
|
5465
|
+
|
5466
|
+
# CloudKMS key resource that had the error.
|
5467
|
+
# Corresponds to the JSON property `keyName`
|
5468
|
+
# @return [String]
|
5469
|
+
attr_accessor :key_name
|
5470
|
+
|
5471
|
+
# Time when the CloudKMS error was seen.
|
5472
|
+
# Corresponds to the JSON property `timestamp`
|
5473
|
+
# @return [String]
|
5474
|
+
attr_accessor :timestamp
|
5475
|
+
|
5476
|
+
def initialize(**args)
|
5477
|
+
update!(**args)
|
5478
|
+
end
|
5479
|
+
|
5480
|
+
# Update properties of this object
|
5481
|
+
def update!(**args)
|
5482
|
+
@error_message = args[:error_message] if args.key?(:error_message)
|
5483
|
+
@key_name = args[:key_name] if args.key?(:key_name)
|
5484
|
+
@timestamp = args[:timestamp] if args.key?(:timestamp)
|
5485
|
+
end
|
5486
|
+
end
|
5487
|
+
|
5397
5488
|
# Information about operation (or operation stage) progress.
|
5398
5489
|
class OperationProgress
|
5399
5490
|
include Google::Apis::Core::Hashable
|
@@ -6148,6 +6239,40 @@ module Google
|
|
6148
6239
|
end
|
6149
6240
|
end
|
6150
6241
|
|
6242
|
+
# SecondaryBootDiskUpdateStrategy is a placeholder which will be extended in the
|
6243
|
+
# future to define different options for updating secondary boot disks.
|
6244
|
+
class SecondaryBootDiskUpdateStrategy
|
6245
|
+
include Google::Apis::Core::Hashable
|
6246
|
+
|
6247
|
+
def initialize(**args)
|
6248
|
+
update!(**args)
|
6249
|
+
end
|
6250
|
+
|
6251
|
+
# Update properties of this object
|
6252
|
+
def update!(**args)
|
6253
|
+
end
|
6254
|
+
end
|
6255
|
+
|
6256
|
+
# SecretManagerConfig is config for secret manager enablement.
|
6257
|
+
class SecretManagerConfig
|
6258
|
+
include Google::Apis::Core::Hashable
|
6259
|
+
|
6260
|
+
# Whether the cluster is configured to use secret manager CSI component.
|
6261
|
+
# Corresponds to the JSON property `enabled`
|
6262
|
+
# @return [Boolean]
|
6263
|
+
attr_accessor :enabled
|
6264
|
+
alias_method :enabled?, :enabled
|
6265
|
+
|
6266
|
+
def initialize(**args)
|
6267
|
+
update!(**args)
|
6268
|
+
end
|
6269
|
+
|
6270
|
+
# Update properties of this object
|
6271
|
+
def update!(**args)
|
6272
|
+
@enabled = args[:enabled] if args.key?(:enabled)
|
6273
|
+
end
|
6274
|
+
end
|
6275
|
+
|
6151
6276
|
# SecurityBulletinEvent is a notification sent to customers when a security
|
6152
6277
|
# bulletin has been posted that they are vulnerable to.
|
6153
6278
|
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.
|
19
|
+
GEM_VERSION = "0.71.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 = "20240313"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -736,6 +736,12 @@ module Google
|
|
736
736
|
include Google::Apis::Core::JsonObjectSupport
|
737
737
|
end
|
738
738
|
|
739
|
+
class OperationError
|
740
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
741
|
+
|
742
|
+
include Google::Apis::Core::JsonObjectSupport
|
743
|
+
end
|
744
|
+
|
739
745
|
class OperationProgress
|
740
746
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
741
747
|
|
@@ -880,6 +886,18 @@ module Google
|
|
880
886
|
include Google::Apis::Core::JsonObjectSupport
|
881
887
|
end
|
882
888
|
|
889
|
+
class SecondaryBootDiskUpdateStrategy
|
890
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
891
|
+
|
892
|
+
include Google::Apis::Core::JsonObjectSupport
|
893
|
+
end
|
894
|
+
|
895
|
+
class SecretManagerConfig
|
896
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
897
|
+
|
898
|
+
include Google::Apis::Core::JsonObjectSupport
|
899
|
+
end
|
900
|
+
|
883
901
|
class SecurityBulletinEvent
|
884
902
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
885
903
|
|
@@ -1519,6 +1537,8 @@ module Google
|
|
1519
1537
|
hash :resource_labels, as: 'resourceLabels'
|
1520
1538
|
property :resource_usage_export_config, as: 'resourceUsageExportConfig', class: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig::Representation
|
1521
1539
|
|
1540
|
+
property :secret_manager_config, as: 'secretManagerConfig', class: Google::Apis::ContainerV1beta1::SecretManagerConfig, decorator: Google::Apis::ContainerV1beta1::SecretManagerConfig::Representation
|
1541
|
+
|
1522
1542
|
property :security_posture_config, as: 'securityPostureConfig', class: Google::Apis::ContainerV1beta1::SecurityPostureConfig, decorator: Google::Apis::ContainerV1beta1::SecurityPostureConfig::Representation
|
1523
1543
|
|
1524
1544
|
property :self_link, as: 'selfLink'
|
@@ -1596,7 +1616,9 @@ module Google
|
|
1596
1616
|
|
1597
1617
|
property :desired_dns_config, as: 'desiredDnsConfig', class: Google::Apis::ContainerV1beta1::DnsConfig, decorator: Google::Apis::ContainerV1beta1::DnsConfig::Representation
|
1598
1618
|
|
1619
|
+
property :desired_enable_cilium_clusterwide_network_policy, as: 'desiredEnableCiliumClusterwideNetworkPolicy'
|
1599
1620
|
property :desired_enable_fqdn_network_policy, as: 'desiredEnableFqdnNetworkPolicy'
|
1621
|
+
property :desired_enable_multi_networking, as: 'desiredEnableMultiNetworking'
|
1600
1622
|
property :desired_enable_private_endpoint, as: 'desiredEnablePrivateEndpoint'
|
1601
1623
|
property :desired_fleet, as: 'desiredFleet', class: Google::Apis::ContainerV1beta1::Fleet, decorator: Google::Apis::ContainerV1beta1::Fleet::Representation
|
1602
1624
|
|
@@ -1657,6 +1679,8 @@ module Google
|
|
1657
1679
|
|
1658
1680
|
property :desired_resource_usage_export_config, as: 'desiredResourceUsageExportConfig', class: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig::Representation
|
1659
1681
|
|
1682
|
+
property :desired_secret_manager_config, as: 'desiredSecretManagerConfig', class: Google::Apis::ContainerV1beta1::SecretManagerConfig, decorator: Google::Apis::ContainerV1beta1::SecretManagerConfig::Representation
|
1683
|
+
|
1660
1684
|
property :desired_security_posture_config, as: 'desiredSecurityPostureConfig', class: Google::Apis::ContainerV1beta1::SecurityPostureConfig, decorator: Google::Apis::ContainerV1beta1::SecurityPostureConfig::Representation
|
1661
1685
|
|
1662
1686
|
property :desired_service_external_ips_config, as: 'desiredServiceExternalIpsConfig', class: Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig, decorator: Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig::Representation
|
@@ -1769,7 +1793,11 @@ module Google
|
|
1769
1793
|
class DatabaseEncryption
|
1770
1794
|
# @private
|
1771
1795
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1796
|
+
property :current_state, as: 'currentState'
|
1797
|
+
collection :decryption_keys, as: 'decryptionKeys'
|
1772
1798
|
property :key_name, as: 'keyName'
|
1799
|
+
collection :last_operation_errors, as: 'lastOperationErrors', class: Google::Apis::ContainerV1beta1::OperationError, decorator: Google::Apis::ContainerV1beta1::OperationError::Representation
|
1800
|
+
|
1773
1801
|
property :state, as: 'state'
|
1774
1802
|
end
|
1775
1803
|
end
|
@@ -2267,6 +2295,7 @@ module Google
|
|
2267
2295
|
|
2268
2296
|
property :dns_config, as: 'dnsConfig', class: Google::Apis::ContainerV1beta1::DnsConfig, decorator: Google::Apis::ContainerV1beta1::DnsConfig::Representation
|
2269
2297
|
|
2298
|
+
property :enable_cilium_clusterwide_network_policy, as: 'enableCiliumClusterwideNetworkPolicy'
|
2270
2299
|
property :enable_fqdn_network_policy, as: 'enableFqdnNetworkPolicy'
|
2271
2300
|
property :enable_intra_node_visibility, as: 'enableIntraNodeVisibility'
|
2272
2301
|
property :enable_l4ilb_subsetting, as: 'enableL4ilbSubsetting'
|
@@ -2372,6 +2401,8 @@ module Google
|
|
2372
2401
|
|
2373
2402
|
property :sandbox_config, as: 'sandboxConfig', class: Google::Apis::ContainerV1beta1::SandboxConfig, decorator: Google::Apis::ContainerV1beta1::SandboxConfig::Representation
|
2374
2403
|
|
2404
|
+
property :secondary_boot_disk_update_strategy, as: 'secondaryBootDiskUpdateStrategy', class: Google::Apis::ContainerV1beta1::SecondaryBootDiskUpdateStrategy, decorator: Google::Apis::ContainerV1beta1::SecondaryBootDiskUpdateStrategy::Representation
|
2405
|
+
|
2375
2406
|
collection :secondary_boot_disks, as: 'secondaryBootDisks', class: Google::Apis::ContainerV1beta1::SecondaryBootDisk, decorator: Google::Apis::ContainerV1beta1::SecondaryBootDisk::Representation
|
2376
2407
|
|
2377
2408
|
property :service_account, as: 'serviceAccount'
|
@@ -2576,6 +2607,15 @@ module Google
|
|
2576
2607
|
end
|
2577
2608
|
end
|
2578
2609
|
|
2610
|
+
class OperationError
|
2611
|
+
# @private
|
2612
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2613
|
+
property :error_message, as: 'errorMessage'
|
2614
|
+
property :key_name, as: 'keyName'
|
2615
|
+
property :timestamp, as: 'timestamp'
|
2616
|
+
end
|
2617
|
+
end
|
2618
|
+
|
2579
2619
|
class OperationProgress
|
2580
2620
|
# @private
|
2581
2621
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2789,6 +2829,19 @@ module Google
|
|
2789
2829
|
end
|
2790
2830
|
end
|
2791
2831
|
|
2832
|
+
class SecondaryBootDiskUpdateStrategy
|
2833
|
+
# @private
|
2834
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2835
|
+
end
|
2836
|
+
end
|
2837
|
+
|
2838
|
+
class SecretManagerConfig
|
2839
|
+
# @private
|
2840
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2841
|
+
property :enabled, as: 'enabled'
|
2842
|
+
end
|
2843
|
+
end
|
2844
|
+
|
2792
2845
|
class SecurityBulletinEvent
|
2793
2846
|
# @private
|
2794
2847
|
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.
|
4
|
+
version: 0.71.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-
|
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_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.71.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: []
|