google-apis-container_v1 0.76.0 → 0.77.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 57e26681f9159825d2f660de8502fcd1329165e68f82f083353cca30e4b3f977
4
- data.tar.gz: 61e47e531fbf6900d77912dcec5e3d768fa37343886faa30239b1fdc163236a0
3
+ metadata.gz: 59220332645fe23bac709414ab7d76fc15f886099b733232845a9d4cbc66e124
4
+ data.tar.gz: a76c547cf1dfd0198e76a4074f8ea8d37298030123f1db6b1be95520e62884a6
5
5
  SHA512:
6
- metadata.gz: d1140fad66075210208de8733faf301f57b0d9621f851336badc2e98847e769ecb2509f743296170b53ac62f1442c60f887a43649c9c841d92cb0b88d01c80f4
7
- data.tar.gz: 1b03c453b84b6c9c0e7116b4a581fc90e3d02583da3a6e630c5e3c7e5b430da0b42efd69b5fc3bc67c6a59241bf616d20ef4b0597c7632c310366a5fbd3f10db
6
+ metadata.gz: 4b7a2ee5ce4efee1b1ec8a82cda498b3fbc4cf9c909c9255b348ff4c09b14d154231f8184e37a1919518461855f067bda43c7eb2e82faa1b86bb17e8e3507914
7
+ data.tar.gz: 2996e2f6753d60a20206d0fc73eeb7d8df93e6263a2bf66aa1efb92d01102a4d606af10605b8f1d15a707e6d808a77d221f5aadb41d889ec6822386ac162da0e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-container_v1
2
2
 
3
+ ### v0.77.0 (2024-08-18)
4
+
5
+ * Regenerated from discovery document revision 20240730
6
+
3
7
  ### v0.76.0 (2024-08-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20240722
@@ -1279,6 +1279,11 @@ module Google
1279
1279
  attr_accessor :satisfies_pzs
1280
1280
  alias_method :satisfies_pzs?, :satisfies_pzs
1281
1281
 
1282
+ # SecretManagerConfig is config for secret manager enablement.
1283
+ # Corresponds to the JSON property `secretManagerConfig`
1284
+ # @return [Google::Apis::ContainerV1::SecretManagerConfig]
1285
+ attr_accessor :secret_manager_config
1286
+
1282
1287
  # SecurityPostureConfig defines the flags needed to enable/disable features for
1283
1288
  # the Security Posture API.
1284
1289
  # Corresponds to the JSON property `securityPostureConfig`
@@ -1411,6 +1416,7 @@ module Google
1411
1416
  @resource_usage_export_config = args[:resource_usage_export_config] if args.key?(:resource_usage_export_config)
1412
1417
  @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
1413
1418
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
1419
+ @secret_manager_config = args[:secret_manager_config] if args.key?(:secret_manager_config)
1414
1420
  @security_posture_config = args[:security_posture_config] if args.key?(:security_posture_config)
1415
1421
  @self_link = args[:self_link] if args.key?(:self_link)
1416
1422
  @services_ipv4_cidr = args[:services_ipv4_cidr] if args.key?(:services_ipv4_cidr)
@@ -1797,6 +1803,11 @@ module Google
1797
1803
  # @return [Google::Apis::ContainerV1::ResourceUsageExportConfig]
1798
1804
  attr_accessor :desired_resource_usage_export_config
1799
1805
 
1806
+ # SecretManagerConfig is config for secret manager enablement.
1807
+ # Corresponds to the JSON property `desiredSecretManagerConfig`
1808
+ # @return [Google::Apis::ContainerV1::SecretManagerConfig]
1809
+ attr_accessor :desired_secret_manager_config
1810
+
1800
1811
  # SecurityPostureConfig defines the flags needed to enable/disable features for
1801
1812
  # the Security Posture API.
1802
1813
  # Corresponds to the JSON property `desiredSecurityPostureConfig`
@@ -1904,6 +1915,7 @@ module Google
1904
1915
  @desired_private_ipv6_google_access = args[:desired_private_ipv6_google_access] if args.key?(:desired_private_ipv6_google_access)
1905
1916
  @desired_release_channel = args[:desired_release_channel] if args.key?(:desired_release_channel)
1906
1917
  @desired_resource_usage_export_config = args[:desired_resource_usage_export_config] if args.key?(:desired_resource_usage_export_config)
1918
+ @desired_secret_manager_config = args[:desired_secret_manager_config] if args.key?(:desired_secret_manager_config)
1907
1919
  @desired_security_posture_config = args[:desired_security_posture_config] if args.key?(:desired_security_posture_config)
1908
1920
  @desired_service_external_ips_config = args[:desired_service_external_ips_config] if args.key?(:desired_service_external_ips_config)
1909
1921
  @desired_shielded_nodes = args[:desired_shielded_nodes] if args.key?(:desired_shielded_nodes)
@@ -4260,6 +4272,11 @@ module Google
4260
4272
  attr_accessor :spot
4261
4273
  alias_method :spot?, :spot
4262
4274
 
4275
+ # List of Storage Pools where boot disks are provisioned.
4276
+ # Corresponds to the JSON property `storagePools`
4277
+ # @return [Array<String>]
4278
+ attr_accessor :storage_pools
4279
+
4263
4280
  # The list of instance tags applied to all nodes. Tags are used to identify
4264
4281
  # valid sources or targets for network firewalls and are specified by the client
4265
4282
  # during cluster or node pool creation. Each tag within the list must comply
@@ -4329,6 +4346,7 @@ module Google
4329
4346
  @shielded_instance_config = args[:shielded_instance_config] if args.key?(:shielded_instance_config)
4330
4347
  @sole_tenant_config = args[:sole_tenant_config] if args.key?(:sole_tenant_config)
4331
4348
  @spot = args[:spot] if args.key?(:spot)
4349
+ @storage_pools = args[:storage_pools] if args.key?(:storage_pools)
4332
4350
  @tags = args[:tags] if args.key?(:tags)
4333
4351
  @taints = args[:taints] if args.key?(:taints)
4334
4352
  @windows_node_config = args[:windows_node_config] if args.key?(:windows_node_config)
@@ -5902,6 +5920,26 @@ module Google
5902
5920
  end
5903
5921
  end
5904
5922
 
5923
+ # SecretManagerConfig is config for secret manager enablement.
5924
+ class SecretManagerConfig
5925
+ include Google::Apis::Core::Hashable
5926
+
5927
+ # Enable/Disable Secret Manager Config.
5928
+ # Corresponds to the JSON property `enabled`
5929
+ # @return [Boolean]
5930
+ attr_accessor :enabled
5931
+ alias_method :enabled?, :enabled
5932
+
5933
+ def initialize(**args)
5934
+ update!(**args)
5935
+ end
5936
+
5937
+ # Update properties of this object
5938
+ def update!(**args)
5939
+ @enabled = args[:enabled] if args.key?(:enabled)
5940
+ end
5941
+ end
5942
+
5905
5943
  # SecurityBulletinEvent is a notification sent to customers when a security
5906
5944
  # bulletin has been posted that they are vulnerable to.
5907
5945
  class SecurityBulletinEvent
@@ -7301,6 +7339,12 @@ module Google
7301
7339
  # @return [Google::Apis::ContainerV1::ResourceManagerTags]
7302
7340
  attr_accessor :resource_manager_tags
7303
7341
 
7342
+ # List of Storage Pools where boot disks are provisioned. Existing Storage Pools
7343
+ # will be replaced with storage-pools.
7344
+ # Corresponds to the JSON property `storagePools`
7345
+ # @return [Array<String>]
7346
+ attr_accessor :storage_pools
7347
+
7304
7348
  # Collection of Compute Engine network tags that can be applied to a node's
7305
7349
  # underlying VM instance.
7306
7350
  # Corresponds to the JSON property `tags`
@@ -7399,6 +7443,7 @@ module Google
7399
7443
  @queued_provisioning = args[:queued_provisioning] if args.key?(:queued_provisioning)
7400
7444
  @resource_labels = args[:resource_labels] if args.key?(:resource_labels)
7401
7445
  @resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
7446
+ @storage_pools = args[:storage_pools] if args.key?(:storage_pools)
7402
7447
  @tags = args[:tags] if args.key?(:tags)
7403
7448
  @taints = args[:taints] if args.key?(:taints)
7404
7449
  @upgrade_settings = args[:upgrade_settings] if args.key?(:upgrade_settings)
@@ -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.76.0"
19
+ GEM_VERSION = "0.77.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240722"
25
+ REVISION = "20240730"
26
26
  end
27
27
  end
28
28
  end
@@ -844,6 +844,12 @@ module Google
844
844
  include Google::Apis::Core::JsonObjectSupport
845
845
  end
846
846
 
847
+ class SecretManagerConfig
848
+ class Representation < Google::Apis::Core::JsonRepresentation; end
849
+
850
+ include Google::Apis::Core::JsonObjectSupport
851
+ end
852
+
847
853
  class SecurityBulletinEvent
848
854
  class Representation < Google::Apis::Core::JsonRepresentation; end
849
855
 
@@ -1419,6 +1425,8 @@ module Google
1419
1425
 
1420
1426
  property :satisfies_pzi, as: 'satisfiesPzi'
1421
1427
  property :satisfies_pzs, as: 'satisfiesPzs'
1428
+ property :secret_manager_config, as: 'secretManagerConfig', class: Google::Apis::ContainerV1::SecretManagerConfig, decorator: Google::Apis::ContainerV1::SecretManagerConfig::Representation
1429
+
1422
1430
  property :security_posture_config, as: 'securityPostureConfig', class: Google::Apis::ContainerV1::SecurityPostureConfig, decorator: Google::Apis::ContainerV1::SecurityPostureConfig::Representation
1423
1431
 
1424
1432
  property :self_link, as: 'selfLink'
@@ -1542,6 +1550,8 @@ module Google
1542
1550
 
1543
1551
  property :desired_resource_usage_export_config, as: 'desiredResourceUsageExportConfig', class: Google::Apis::ContainerV1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1::ResourceUsageExportConfig::Representation
1544
1552
 
1553
+ property :desired_secret_manager_config, as: 'desiredSecretManagerConfig', class: Google::Apis::ContainerV1::SecretManagerConfig, decorator: Google::Apis::ContainerV1::SecretManagerConfig::Representation
1554
+
1545
1555
  property :desired_security_posture_config, as: 'desiredSecurityPostureConfig', class: Google::Apis::ContainerV1::SecurityPostureConfig, decorator: Google::Apis::ContainerV1::SecurityPostureConfig::Representation
1546
1556
 
1547
1557
  property :desired_service_external_ips_config, as: 'desiredServiceExternalIpsConfig', class: Google::Apis::ContainerV1::ServiceExternalIPsConfig, decorator: Google::Apis::ContainerV1::ServiceExternalIPsConfig::Representation
@@ -2224,6 +2234,7 @@ module Google
2224
2234
  property :sole_tenant_config, as: 'soleTenantConfig', class: Google::Apis::ContainerV1::SoleTenantConfig, decorator: Google::Apis::ContainerV1::SoleTenantConfig::Representation
2225
2235
 
2226
2236
  property :spot, as: 'spot'
2237
+ collection :storage_pools, as: 'storagePools'
2227
2238
  collection :tags, as: 'tags'
2228
2239
  collection :taints, as: 'taints', class: Google::Apis::ContainerV1::NodeTaint, decorator: Google::Apis::ContainerV1::NodeTaint::Representation
2229
2240
 
@@ -2651,6 +2662,13 @@ module Google
2651
2662
  end
2652
2663
  end
2653
2664
 
2665
+ class SecretManagerConfig
2666
+ # @private
2667
+ class Representation < Google::Apis::Core::JsonRepresentation
2668
+ property :enabled, as: 'enabled'
2669
+ end
2670
+ end
2671
+
2654
2672
  class SecurityBulletinEvent
2655
2673
  # @private
2656
2674
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2989,6 +3007,7 @@ module Google
2989
3007
 
2990
3008
  property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1::ResourceManagerTags, decorator: Google::Apis::ContainerV1::ResourceManagerTags::Representation
2991
3009
 
3010
+ collection :storage_pools, as: 'storagePools'
2992
3011
  property :tags, as: 'tags', class: Google::Apis::ContainerV1::NetworkTags, decorator: Google::Apis::ContainerV1::NetworkTags::Representation
2993
3012
 
2994
3013
  property :taints, as: 'taints', class: Google::Apis::ContainerV1::NodeTaints, decorator: Google::Apis::ContainerV1::NodeTaints::Representation
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.76.0
4
+ version: 0.77.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-08-04 00:00:00.000000000 Z
11
+ date: 2024-08-18 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.76.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.77.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: []