google-apis-container_v1beta1 0.58.0 → 0.59.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 14285e6c455edb63cd7e2b2c6b58668d32cdbe40026a8e49828536f461d0cc68
|
4
|
+
data.tar.gz: 56ae162bd71fe79df0969e863f8f4ad66f3a1064f96060dd200d76e8afb2c2fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe7f74cce8c0fbc545a104038e2727cb94b8b6d9156e2359a71ae8273c135a9f55ad8071fcc5465addc9417f725d90bdaeb884c98c120c65df9e48a92de8a923
|
7
|
+
data.tar.gz: c87db230cf89e588c7059aebf644b030595638bfb00e3ea424ff596c0c528bd80a2bd040a10c59eb73f69d666dbbfd8bbedecf7dd07ad61198a9bf16e948c118
|
data/CHANGELOG.md
CHANGED
@@ -1242,6 +1242,13 @@ module Google
|
|
1242
1242
|
# @return [Google::Apis::ContainerV1beta1::NotificationConfig]
|
1243
1243
|
attr_accessor :notification_config
|
1244
1244
|
|
1245
|
+
# ParentProductConfig is the configuration of the parent product of the cluster.
|
1246
|
+
# This field is used by Google internal products that are built on top of a GKE
|
1247
|
+
# cluster and take the ownership of the cluster.
|
1248
|
+
# Corresponds to the JSON property `parentProductConfig`
|
1249
|
+
# @return [Google::Apis::ContainerV1beta1::ParentProductConfig]
|
1250
|
+
attr_accessor :parent_product_config
|
1251
|
+
|
1245
1252
|
# Configuration for the PodSecurityPolicy feature.
|
1246
1253
|
# Corresponds to the JSON property `podSecurityPolicyConfig`
|
1247
1254
|
# @return [Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig]
|
@@ -1429,6 +1436,7 @@ module Google
|
|
1429
1436
|
@node_pool_defaults = args[:node_pool_defaults] if args.key?(:node_pool_defaults)
|
1430
1437
|
@node_pools = args[:node_pools] if args.key?(:node_pools)
|
1431
1438
|
@notification_config = args[:notification_config] if args.key?(:notification_config)
|
1439
|
+
@parent_product_config = args[:parent_product_config] if args.key?(:parent_product_config)
|
1432
1440
|
@pod_security_policy_config = args[:pod_security_policy_config] if args.key?(:pod_security_policy_config)
|
1433
1441
|
@private_cluster = args[:private_cluster] if args.key?(:private_cluster)
|
1434
1442
|
@private_cluster_config = args[:private_cluster_config] if args.key?(:private_cluster_config)
|
@@ -1656,6 +1664,11 @@ module Google
|
|
1656
1664
|
# @return [String]
|
1657
1665
|
attr_accessor :desired_image_type
|
1658
1666
|
|
1667
|
+
# Specify the details of in-transit encryption.
|
1668
|
+
# Corresponds to the JSON property `desiredInTransitEncryptionConfig`
|
1669
|
+
# @return [String]
|
1670
|
+
attr_accessor :desired_in_transit_encryption_config
|
1671
|
+
|
1659
1672
|
# IntraNodeVisibilityConfig contains the desired config of the intra-node
|
1660
1673
|
# visibility on this cluster.
|
1661
1674
|
# Corresponds to the JSON property `desiredIntraNodeVisibilityConfig`
|
@@ -1790,6 +1803,13 @@ module Google
|
|
1790
1803
|
# @return [Google::Apis::ContainerV1beta1::NotificationConfig]
|
1791
1804
|
attr_accessor :desired_notification_config
|
1792
1805
|
|
1806
|
+
# ParentProductConfig is the configuration of the parent product of the cluster.
|
1807
|
+
# This field is used by Google internal products that are built on top of a GKE
|
1808
|
+
# cluster and take the ownership of the cluster.
|
1809
|
+
# Corresponds to the JSON property `desiredParentProductConfig`
|
1810
|
+
# @return [Google::Apis::ContainerV1beta1::ParentProductConfig]
|
1811
|
+
attr_accessor :desired_parent_product_config
|
1812
|
+
|
1793
1813
|
# Configuration for the PodSecurityPolicy feature.
|
1794
1814
|
# Corresponds to the JSON property `desiredPodSecurityPolicyConfig`
|
1795
1815
|
# @return [Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig]
|
@@ -1918,6 +1938,7 @@ module Google
|
|
1918
1938
|
@desired_host_maintenance_policy = args[:desired_host_maintenance_policy] if args.key?(:desired_host_maintenance_policy)
|
1919
1939
|
@desired_identity_service_config = args[:desired_identity_service_config] if args.key?(:desired_identity_service_config)
|
1920
1940
|
@desired_image_type = args[:desired_image_type] if args.key?(:desired_image_type)
|
1941
|
+
@desired_in_transit_encryption_config = args[:desired_in_transit_encryption_config] if args.key?(:desired_in_transit_encryption_config)
|
1921
1942
|
@desired_intra_node_visibility_config = args[:desired_intra_node_visibility_config] if args.key?(:desired_intra_node_visibility_config)
|
1922
1943
|
@desired_k8s_beta_apis = args[:desired_k8s_beta_apis] if args.key?(:desired_k8s_beta_apis)
|
1923
1944
|
@desired_l4ilb_subsetting_config = args[:desired_l4ilb_subsetting_config] if args.key?(:desired_l4ilb_subsetting_config)
|
@@ -1937,6 +1958,7 @@ module Google
|
|
1937
1958
|
@desired_node_pool_logging_config = args[:desired_node_pool_logging_config] if args.key?(:desired_node_pool_logging_config)
|
1938
1959
|
@desired_node_version = args[:desired_node_version] if args.key?(:desired_node_version)
|
1939
1960
|
@desired_notification_config = args[:desired_notification_config] if args.key?(:desired_notification_config)
|
1961
|
+
@desired_parent_product_config = args[:desired_parent_product_config] if args.key?(:desired_parent_product_config)
|
1940
1962
|
@desired_pod_security_policy_config = args[:desired_pod_security_policy_config] if args.key?(:desired_pod_security_policy_config)
|
1941
1963
|
@desired_private_cluster_config = args[:desired_private_cluster_config] if args.key?(:desired_private_cluster_config)
|
1942
1964
|
@desired_private_ipv6_google_access = args[:desired_private_ipv6_google_access] if args.key?(:desired_private_ipv6_google_access)
|
@@ -2394,8 +2416,17 @@ module Google
|
|
2394
2416
|
include Google::Apis::Core::Hashable
|
2395
2417
|
|
2396
2418
|
# Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces.
|
2397
|
-
#
|
2398
|
-
#
|
2419
|
+
# The limit for this value is dependent upon the maximum number of disk
|
2420
|
+
# available on a machine per zone. See: https://cloud.google.com/compute/docs/
|
2421
|
+
# disks/local-ssd for more information. A zero (or unset) value has different
|
2422
|
+
# meanings depending on machine type being used: 1. For pre-Gen3 machines, which
|
2423
|
+
# support flexible numbers of local ssds, zero (or unset) means to disable using
|
2424
|
+
# local SSDs as ephemeral storage. 2. For Gen3 machines which dictate a specific
|
2425
|
+
# number of local ssds, zero (or unset) means to use the default number of local
|
2426
|
+
# ssds that goes with that machine type. For example, for a c3-standard-8-lssd
|
2427
|
+
# machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn't
|
2428
|
+
# support local ssds), 0 will be provisioned. See https://cloud.google.com/
|
2429
|
+
# compute/docs/disks/local-ssd#choose_number_local_ssds for more info.
|
2399
2430
|
# Corresponds to the JSON property `localSsdCount`
|
2400
2431
|
# @return [Fixnum]
|
2401
2432
|
attr_accessor :local_ssd_count
|
@@ -2415,11 +2446,18 @@ module Google
|
|
2415
2446
|
class EphemeralStorageLocalSsdConfig
|
2416
2447
|
include Google::Apis::Core::Hashable
|
2417
2448
|
|
2418
|
-
# Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces.
|
2419
|
-
#
|
2420
|
-
#
|
2421
|
-
#
|
2422
|
-
#
|
2449
|
+
# Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. A
|
2450
|
+
# zero (or unset) value has different meanings depending on machine type being
|
2451
|
+
# used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds,
|
2452
|
+
# zero (or unset) means to disable using local SSDs as ephemeral storage. The
|
2453
|
+
# limit for this value is dependent upon the maximum number of disk available on
|
2454
|
+
# a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd
|
2455
|
+
# for more information. 2. For Gen3 machines which dictate a specific number of
|
2456
|
+
# local ssds, zero (or unset) means to use the default number of local ssds that
|
2457
|
+
# goes with that machine type. For example, for a c3-standard-8-lssd machine, 2
|
2458
|
+
# local ssds would be provisioned. For c3-standard-8 (which doesn't support
|
2459
|
+
# local ssds), 0 will be provisioned. See https://cloud.google.com/compute/docs/
|
2460
|
+
# disks/local-ssd#choose_number_local_ssds for more info.
|
2423
2461
|
# Corresponds to the JSON property `localSsdCount`
|
2424
2462
|
# @return [Fixnum]
|
2425
2463
|
attr_accessor :local_ssd_count
|
@@ -3456,11 +3494,18 @@ module Google
|
|
3456
3494
|
class LocalNvmeSsdBlockConfig
|
3457
3495
|
include Google::Apis::Core::Hashable
|
3458
3496
|
|
3459
|
-
#
|
3460
|
-
#
|
3461
|
-
# disks
|
3462
|
-
#
|
3463
|
-
#
|
3497
|
+
# Number of local NVMe SSDs to use. The limit for this value is dependent upon
|
3498
|
+
# the maximum number of disk available on a machine per zone. See: https://cloud.
|
3499
|
+
# google.com/compute/docs/disks/local-ssd for more information. A zero (or unset)
|
3500
|
+
# value has different meanings depending on machine type being used: 1. For pre-
|
3501
|
+
# Gen3 machines, which support flexible numbers of local ssds, zero (or unset)
|
3502
|
+
# means to disable using local SSDs as ephemeral storage. 2. For Gen3 machines
|
3503
|
+
# which dictate a specific number of local ssds, zero (or unset) means to use
|
3504
|
+
# the default number of local ssds that goes with that machine type. For example,
|
3505
|
+
# for a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-
|
3506
|
+
# standard-8 (which doesn't support local ssds), 0 will be provisioned. See
|
3507
|
+
# https://cloud.google.com/compute/docs/disks/local-ssd#choose_number_local_ssds
|
3508
|
+
# for more info.
|
3464
3509
|
# Corresponds to the JSON property `localSsdCount`
|
3465
3510
|
# @return [Fixnum]
|
3466
3511
|
attr_accessor :local_ssd_count
|
@@ -3965,6 +4010,11 @@ module Google
|
|
3965
4010
|
# @return [Google::Apis::ContainerV1beta1::GatewayApiConfig]
|
3966
4011
|
attr_accessor :gateway_api_config
|
3967
4012
|
|
4013
|
+
# Specify the details of in-transit encryption.
|
4014
|
+
# Corresponds to the JSON property `inTransitEncryptionConfig`
|
4015
|
+
# @return [String]
|
4016
|
+
attr_accessor :in_transit_encryption_config
|
4017
|
+
|
3968
4018
|
# Output only. The relative name of the Google Compute Engine network(https://
|
3969
4019
|
# cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
|
3970
4020
|
# cluster is connected. Example: projects/my-project/global/networks/my-network
|
@@ -4009,6 +4059,7 @@ module Google
|
|
4009
4059
|
@enable_l4ilb_subsetting = args[:enable_l4ilb_subsetting] if args.key?(:enable_l4ilb_subsetting)
|
4010
4060
|
@enable_multi_networking = args[:enable_multi_networking] if args.key?(:enable_multi_networking)
|
4011
4061
|
@gateway_api_config = args[:gateway_api_config] if args.key?(:gateway_api_config)
|
4062
|
+
@in_transit_encryption_config = args[:in_transit_encryption_config] if args.key?(:in_transit_encryption_config)
|
4012
4063
|
@network = args[:network] if args.key?(:network)
|
4013
4064
|
@network_performance_config = args[:network_performance_config] if args.key?(:network_performance_config)
|
4014
4065
|
@private_ipv6_google_access = args[:private_ipv6_google_access] if args.key?(:private_ipv6_google_access)
|
@@ -5250,6 +5301,33 @@ module Google
|
|
5250
5301
|
end
|
5251
5302
|
end
|
5252
5303
|
|
5304
|
+
# ParentProductConfig is the configuration of the parent product of the cluster.
|
5305
|
+
# This field is used by Google internal products that are built on top of a GKE
|
5306
|
+
# cluster and take the ownership of the cluster.
|
5307
|
+
class ParentProductConfig
|
5308
|
+
include Google::Apis::Core::Hashable
|
5309
|
+
|
5310
|
+
# Labels contain the configuration of the parent product.
|
5311
|
+
# Corresponds to the JSON property `labels`
|
5312
|
+
# @return [Hash<String,String>]
|
5313
|
+
attr_accessor :labels
|
5314
|
+
|
5315
|
+
# Name of the parent product associated with the cluster.
|
5316
|
+
# Corresponds to the JSON property `productName`
|
5317
|
+
# @return [String]
|
5318
|
+
attr_accessor :product_name
|
5319
|
+
|
5320
|
+
def initialize(**args)
|
5321
|
+
update!(**args)
|
5322
|
+
end
|
5323
|
+
|
5324
|
+
# Update properties of this object
|
5325
|
+
def update!(**args)
|
5326
|
+
@labels = args[:labels] if args.key?(:labels)
|
5327
|
+
@product_name = args[:product_name] if args.key?(:product_name)
|
5328
|
+
end
|
5329
|
+
end
|
5330
|
+
|
5253
5331
|
# PlacementPolicy defines the placement policy used by the node pool.
|
5254
5332
|
class PlacementPolicy
|
5255
5333
|
include Google::Apis::Core::Hashable
|
@@ -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.59.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230919"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -724,6 +724,12 @@ module Google
|
|
724
724
|
include Google::Apis::Core::JsonObjectSupport
|
725
725
|
end
|
726
726
|
|
727
|
+
class ParentProductConfig
|
728
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
|
+
|
730
|
+
include Google::Apis::Core::JsonObjectSupport
|
731
|
+
end
|
732
|
+
|
727
733
|
class PlacementPolicy
|
728
734
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
735
|
|
@@ -1429,6 +1435,8 @@ module Google
|
|
1429
1435
|
|
1430
1436
|
property :notification_config, as: 'notificationConfig', class: Google::Apis::ContainerV1beta1::NotificationConfig, decorator: Google::Apis::ContainerV1beta1::NotificationConfig::Representation
|
1431
1437
|
|
1438
|
+
property :parent_product_config, as: 'parentProductConfig', class: Google::Apis::ContainerV1beta1::ParentProductConfig, decorator: Google::Apis::ContainerV1beta1::ParentProductConfig::Representation
|
1439
|
+
|
1432
1440
|
property :pod_security_policy_config, as: 'podSecurityPolicyConfig', class: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig, decorator: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig::Representation
|
1433
1441
|
|
1434
1442
|
property :private_cluster, as: 'privateCluster'
|
@@ -1531,6 +1539,7 @@ module Google
|
|
1531
1539
|
property :desired_identity_service_config, as: 'desiredIdentityServiceConfig', class: Google::Apis::ContainerV1beta1::IdentityServiceConfig, decorator: Google::Apis::ContainerV1beta1::IdentityServiceConfig::Representation
|
1532
1540
|
|
1533
1541
|
property :desired_image_type, as: 'desiredImageType'
|
1542
|
+
property :desired_in_transit_encryption_config, as: 'desiredInTransitEncryptionConfig'
|
1534
1543
|
property :desired_intra_node_visibility_config, as: 'desiredIntraNodeVisibilityConfig', class: Google::Apis::ContainerV1beta1::IntraNodeVisibilityConfig, decorator: Google::Apis::ContainerV1beta1::IntraNodeVisibilityConfig::Representation
|
1535
1544
|
|
1536
1545
|
property :desired_k8s_beta_apis, as: 'desiredK8sBetaApis', class: Google::Apis::ContainerV1beta1::K8sBetaApiConfig, decorator: Google::Apis::ContainerV1beta1::K8sBetaApiConfig::Representation
|
@@ -1563,6 +1572,8 @@ module Google
|
|
1563
1572
|
property :desired_node_version, as: 'desiredNodeVersion'
|
1564
1573
|
property :desired_notification_config, as: 'desiredNotificationConfig', class: Google::Apis::ContainerV1beta1::NotificationConfig, decorator: Google::Apis::ContainerV1beta1::NotificationConfig::Representation
|
1565
1574
|
|
1575
|
+
property :desired_parent_product_config, as: 'desiredParentProductConfig', class: Google::Apis::ContainerV1beta1::ParentProductConfig, decorator: Google::Apis::ContainerV1beta1::ParentProductConfig::Representation
|
1576
|
+
|
1566
1577
|
property :desired_pod_security_policy_config, as: 'desiredPodSecurityPolicyConfig', class: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig, decorator: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig::Representation
|
1567
1578
|
|
1568
1579
|
property :desired_private_cluster_config, as: 'desiredPrivateClusterConfig', class: Google::Apis::ContainerV1beta1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1beta1::PrivateClusterConfig::Representation
|
@@ -2181,6 +2192,7 @@ module Google
|
|
2181
2192
|
property :enable_multi_networking, as: 'enableMultiNetworking'
|
2182
2193
|
property :gateway_api_config, as: 'gatewayApiConfig', class: Google::Apis::ContainerV1beta1::GatewayApiConfig, decorator: Google::Apis::ContainerV1beta1::GatewayApiConfig::Representation
|
2183
2194
|
|
2195
|
+
property :in_transit_encryption_config, as: 'inTransitEncryptionConfig'
|
2184
2196
|
property :network, as: 'network'
|
2185
2197
|
property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ContainerV1beta1::ClusterNetworkPerformanceConfig, decorator: Google::Apis::ContainerV1beta1::ClusterNetworkPerformanceConfig::Representation
|
2186
2198
|
|
@@ -2487,6 +2499,14 @@ module Google
|
|
2487
2499
|
end
|
2488
2500
|
end
|
2489
2501
|
|
2502
|
+
class ParentProductConfig
|
2503
|
+
# @private
|
2504
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2505
|
+
hash :labels, as: 'labels'
|
2506
|
+
property :product_name, as: 'productName'
|
2507
|
+
end
|
2508
|
+
end
|
2509
|
+
|
2490
2510
|
class PlacementPolicy
|
2491
2511
|
# @private
|
2492
2512
|
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.59.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: 2023-
|
11
|
+
date: 2023-10-08 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.59.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: []
|