google-apis-container_v1 0.57.0 → 0.58.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: a476a6c33c551e8ba7c10224654c64eebc7d082ca6da9e79a7682a328312d072
|
4
|
+
data.tar.gz: a9350e0dd6bd1e60dfad8691ff02ef9b549b1abad03d5093767246bc9080dfcc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3565a95434c75b3319f1cdcfd41368c42793a02346a258c20fdad783f1695ad1a7d0bb96f5c1f5f8b8540d24a559ef22afda33eb7066bb4615ce336c957d5da5
|
7
|
+
data.tar.gz: 544d4c95d096c6b264e55ffa0b8d90b9f2061668d09b69bd64744d2bfecee3b63275ed5af4480c3775625c0b1c68b3e1cd3d75303312ebbdd66e5abd3ebdc3c0
|
data/CHANGELOG.md
CHANGED
@@ -1177,6 +1177,13 @@ module Google
|
|
1177
1177
|
# @return [Google::Apis::ContainerV1::NotificationConfig]
|
1178
1178
|
attr_accessor :notification_config
|
1179
1179
|
|
1180
|
+
# ParentProductConfig is the configuration of the parent product of the cluster.
|
1181
|
+
# This field is used by Google internal products that are built on top of a GKE
|
1182
|
+
# cluster and take the ownership of the cluster.
|
1183
|
+
# Corresponds to the JSON property `parentProductConfig`
|
1184
|
+
# @return [Google::Apis::ContainerV1::ParentProductConfig]
|
1185
|
+
attr_accessor :parent_product_config
|
1186
|
+
|
1180
1187
|
# Configuration options for private clusters.
|
1181
1188
|
# Corresponds to the JSON property `privateClusterConfig`
|
1182
1189
|
# @return [Google::Apis::ContainerV1::PrivateClusterConfig]
|
@@ -1325,6 +1332,7 @@ module Google
|
|
1325
1332
|
@node_pool_defaults = args[:node_pool_defaults] if args.key?(:node_pool_defaults)
|
1326
1333
|
@node_pools = args[:node_pools] if args.key?(:node_pools)
|
1327
1334
|
@notification_config = args[:notification_config] if args.key?(:notification_config)
|
1335
|
+
@parent_product_config = args[:parent_product_config] if args.key?(:parent_product_config)
|
1328
1336
|
@private_cluster_config = args[:private_cluster_config] if args.key?(:private_cluster_config)
|
1329
1337
|
@release_channel = args[:release_channel] if args.key?(:release_channel)
|
1330
1338
|
@resource_labels = args[:resource_labels] if args.key?(:resource_labels)
|
@@ -1644,6 +1652,13 @@ module Google
|
|
1644
1652
|
# @return [Google::Apis::ContainerV1::NotificationConfig]
|
1645
1653
|
attr_accessor :desired_notification_config
|
1646
1654
|
|
1655
|
+
# ParentProductConfig is the configuration of the parent product of the cluster.
|
1656
|
+
# This field is used by Google internal products that are built on top of a GKE
|
1657
|
+
# cluster and take the ownership of the cluster.
|
1658
|
+
# Corresponds to the JSON property `desiredParentProductConfig`
|
1659
|
+
# @return [Google::Apis::ContainerV1::ParentProductConfig]
|
1660
|
+
attr_accessor :desired_parent_product_config
|
1661
|
+
|
1647
1662
|
# Configuration options for private clusters.
|
1648
1663
|
# Corresponds to the JSON property `desiredPrivateClusterConfig`
|
1649
1664
|
# @return [Google::Apis::ContainerV1::PrivateClusterConfig]
|
@@ -1762,6 +1777,7 @@ module Google
|
|
1762
1777
|
@desired_node_pool_logging_config = args[:desired_node_pool_logging_config] if args.key?(:desired_node_pool_logging_config)
|
1763
1778
|
@desired_node_version = args[:desired_node_version] if args.key?(:desired_node_version)
|
1764
1779
|
@desired_notification_config = args[:desired_notification_config] if args.key?(:desired_notification_config)
|
1780
|
+
@desired_parent_product_config = args[:desired_parent_product_config] if args.key?(:desired_parent_product_config)
|
1765
1781
|
@desired_private_cluster_config = args[:desired_private_cluster_config] if args.key?(:desired_private_cluster_config)
|
1766
1782
|
@desired_private_ipv6_google_access = args[:desired_private_ipv6_google_access] if args.key?(:desired_private_ipv6_google_access)
|
1767
1783
|
@desired_release_channel = args[:desired_release_channel] if args.key?(:desired_release_channel)
|
@@ -2157,15 +2173,22 @@ module Google
|
|
2157
2173
|
end
|
2158
2174
|
|
2159
2175
|
# EphemeralStorageLocalSsdConfig contains configuration for the node ephemeral
|
2160
|
-
# storage using Local
|
2176
|
+
# storage using Local SSDs.
|
2161
2177
|
class EphemeralStorageLocalSsdConfig
|
2162
2178
|
include Google::Apis::Core::Hashable
|
2163
2179
|
|
2164
|
-
# Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces.
|
2165
|
-
#
|
2166
|
-
#
|
2167
|
-
#
|
2168
|
-
#
|
2180
|
+
# Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. A
|
2181
|
+
# zero (or unset) value has different meanings depending on machine type being
|
2182
|
+
# used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds,
|
2183
|
+
# zero (or unset) means to disable using local SSDs as ephemeral storage. The
|
2184
|
+
# limit for this value is dependent upon the maximum number of disk available on
|
2185
|
+
# a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd
|
2186
|
+
# for more information. 2. For Gen3 machines which dictate a specific number of
|
2187
|
+
# local ssds, zero (or unset) means to use the default number of local ssds that
|
2188
|
+
# goes with that machine type. For example, for a c3-standard-8-lssd machine, 2
|
2189
|
+
# local ssds would be provisioned. For c3-standard-8 (which doesn't support
|
2190
|
+
# local ssds), 0 will be provisioned. See https://cloud.google.com/compute/docs/
|
2191
|
+
# disks/local-ssd#choose_number_local_ssds for more info.
|
2169
2192
|
# Corresponds to the JSON property `localSsdCount`
|
2170
2193
|
# @return [Fixnum]
|
2171
2194
|
attr_accessor :local_ssd_count
|
@@ -3088,15 +3111,22 @@ module Google
|
|
3088
3111
|
end
|
3089
3112
|
|
3090
3113
|
# LocalNvmeSsdBlockConfig contains configuration for using raw-block local NVMe
|
3091
|
-
#
|
3114
|
+
# SSDs
|
3092
3115
|
class LocalNvmeSsdBlockConfig
|
3093
3116
|
include Google::Apis::Core::Hashable
|
3094
3117
|
|
3095
|
-
#
|
3096
|
-
#
|
3097
|
-
# disks
|
3098
|
-
#
|
3099
|
-
#
|
3118
|
+
# Number of local NVMe SSDs to use. The limit for this value is dependent upon
|
3119
|
+
# the maximum number of disk available on a machine per zone. See: https://cloud.
|
3120
|
+
# google.com/compute/docs/disks/local-ssd for more information. A zero (or unset)
|
3121
|
+
# value has different meanings depending on machine type being used: 1. For pre-
|
3122
|
+
# Gen3 machines, which support flexible numbers of local ssds, zero (or unset)
|
3123
|
+
# means to disable using local SSDs as ephemeral storage. 2. For Gen3 machines
|
3124
|
+
# which dictate a specific number of local ssds, zero (or unset) means to use
|
3125
|
+
# the default number of local ssds that goes with that machine type. For example,
|
3126
|
+
# for a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-
|
3127
|
+
# standard-8 (which doesn't support local ssds), 0 will be provisioned. See
|
3128
|
+
# https://cloud.google.com/compute/docs/disks/local-ssd#choose_number_local_ssds
|
3129
|
+
# for more info.
|
3100
3130
|
# Corresponds to the JSON property `localSsdCount`
|
3101
3131
|
# @return [Fixnum]
|
3102
3132
|
attr_accessor :local_ssd_count
|
@@ -3773,7 +3803,7 @@ module Google
|
|
3773
3803
|
attr_accessor :disk_type
|
3774
3804
|
|
3775
3805
|
# EphemeralStorageLocalSsdConfig contains configuration for the node ephemeral
|
3776
|
-
# storage using Local
|
3806
|
+
# storage using Local SSDs.
|
3777
3807
|
# Corresponds to the JSON property `ephemeralStorageLocalSsdConfig`
|
3778
3808
|
# @return [Google::Apis::ContainerV1::EphemeralStorageLocalSsdConfig]
|
3779
3809
|
attr_accessor :ephemeral_storage_local_ssd_config
|
@@ -3823,7 +3853,7 @@ module Google
|
|
3823
3853
|
attr_accessor :linux_node_config
|
3824
3854
|
|
3825
3855
|
# LocalNvmeSsdBlockConfig contains configuration for using raw-block local NVMe
|
3826
|
-
#
|
3856
|
+
# SSDs
|
3827
3857
|
# Corresponds to the JSON property `localNvmeSsdBlockConfig`
|
3828
3858
|
# @return [Google::Apis::ContainerV1::LocalNvmeSsdBlockConfig]
|
3829
3859
|
attr_accessor :local_nvme_ssd_block_config
|
@@ -4809,6 +4839,33 @@ module Google
|
|
4809
4839
|
end
|
4810
4840
|
end
|
4811
4841
|
|
4842
|
+
# ParentProductConfig is the configuration of the parent product of the cluster.
|
4843
|
+
# This field is used by Google internal products that are built on top of a GKE
|
4844
|
+
# cluster and take the ownership of the cluster.
|
4845
|
+
class ParentProductConfig
|
4846
|
+
include Google::Apis::Core::Hashable
|
4847
|
+
|
4848
|
+
# Labels contain the configuration of the parent product.
|
4849
|
+
# Corresponds to the JSON property `labels`
|
4850
|
+
# @return [Hash<String,String>]
|
4851
|
+
attr_accessor :labels
|
4852
|
+
|
4853
|
+
# Name of the parent product associated with the cluster.
|
4854
|
+
# Corresponds to the JSON property `productName`
|
4855
|
+
# @return [String]
|
4856
|
+
attr_accessor :product_name
|
4857
|
+
|
4858
|
+
def initialize(**args)
|
4859
|
+
update!(**args)
|
4860
|
+
end
|
4861
|
+
|
4862
|
+
# Update properties of this object
|
4863
|
+
def update!(**args)
|
4864
|
+
@labels = args[:labels] if args.key?(:labels)
|
4865
|
+
@product_name = args[:product_name] if args.key?(:product_name)
|
4866
|
+
end
|
4867
|
+
end
|
4868
|
+
|
4812
4869
|
# PlacementPolicy defines the placement policy used by the node pool.
|
4813
4870
|
class PlacementPolicy
|
4814
4871
|
include Google::Apis::Core::Hashable
|
@@ -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.58.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
|
@@ -664,6 +664,12 @@ module Google
|
|
664
664
|
include Google::Apis::Core::JsonObjectSupport
|
665
665
|
end
|
666
666
|
|
667
|
+
class ParentProductConfig
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
|
+
|
670
|
+
include Google::Apis::Core::JsonObjectSupport
|
671
|
+
end
|
672
|
+
|
667
673
|
class PlacementPolicy
|
668
674
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
675
|
|
@@ -1295,6 +1301,8 @@ module Google
|
|
1295
1301
|
|
1296
1302
|
property :notification_config, as: 'notificationConfig', class: Google::Apis::ContainerV1::NotificationConfig, decorator: Google::Apis::ContainerV1::NotificationConfig::Representation
|
1297
1303
|
|
1304
|
+
property :parent_product_config, as: 'parentProductConfig', class: Google::Apis::ContainerV1::ParentProductConfig, decorator: Google::Apis::ContainerV1::ParentProductConfig::Representation
|
1305
|
+
|
1298
1306
|
property :private_cluster_config, as: 'privateClusterConfig', class: Google::Apis::ContainerV1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1::PrivateClusterConfig::Representation
|
1299
1307
|
|
1300
1308
|
property :release_channel, as: 'releaseChannel', class: Google::Apis::ContainerV1::ReleaseChannel, decorator: Google::Apis::ContainerV1::ReleaseChannel::Representation
|
@@ -1405,6 +1413,8 @@ module Google
|
|
1405
1413
|
property :desired_node_version, as: 'desiredNodeVersion'
|
1406
1414
|
property :desired_notification_config, as: 'desiredNotificationConfig', class: Google::Apis::ContainerV1::NotificationConfig, decorator: Google::Apis::ContainerV1::NotificationConfig::Representation
|
1407
1415
|
|
1416
|
+
property :desired_parent_product_config, as: 'desiredParentProductConfig', class: Google::Apis::ContainerV1::ParentProductConfig, decorator: Google::Apis::ContainerV1::ParentProductConfig::Representation
|
1417
|
+
|
1408
1418
|
property :desired_private_cluster_config, as: 'desiredPrivateClusterConfig', class: Google::Apis::ContainerV1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1::PrivateClusterConfig::Representation
|
1409
1419
|
|
1410
1420
|
property :desired_private_ipv6_google_access, as: 'desiredPrivateIpv6GoogleAccess'
|
@@ -2248,6 +2258,14 @@ module Google
|
|
2248
2258
|
end
|
2249
2259
|
end
|
2250
2260
|
|
2261
|
+
class ParentProductConfig
|
2262
|
+
# @private
|
2263
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2264
|
+
hash :labels, as: 'labels'
|
2265
|
+
property :product_name, as: 'productName'
|
2266
|
+
end
|
2267
|
+
end
|
2268
|
+
|
2251
2269
|
class PlacementPolicy
|
2252
2270
|
# @private
|
2253
2271
|
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.58.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-08
|
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_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.58.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: []
|