google-apis-container_v1beta1 0.9.0 → 0.14.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: 928cb84d4871fe5b791be84e692de93befd901897ba7009228080e0dacb14a0c
4
- data.tar.gz: 4b37ee1dbfedc5b980884679196e37402e6260059353adc34a0702330e30f9ca
3
+ metadata.gz: fc2b1f714e99d754e726f1acf678f049ba4aa7d02b6728a6b75af02cafcd0e65
4
+ data.tar.gz: 7e798352750c0203384e2042a4f39f732976a895f20d5194f9cf90e0b848a16d
5
5
  SHA512:
6
- metadata.gz: 3eeeb0caffcf5b8e1f893e548168f2440e30c2cf9d25f236bf1191ffcb84f6cae4d1cea9891183c6a57f3e383d313084019793270dedc0d6e302a4afc9956f70
7
- data.tar.gz: 132da4b04076fb8f10b78bc71923b51295024a1fe9c6bf7d7d6afcbf1d2993533ace5b25cff6354335251948a127f9eb51d7f4456a915feb2a5f2fee712dfa8d
6
+ metadata.gz: 6e0164ba611258283170d18923956a604661b7493dc3eff845a9578dd05dc9ed5f9cf8d7cf26f3523c82a27a304d0f0e7f8a7ef8de299504f13f884184a6dc33
7
+ data.tar.gz: 82f1e4d889245381ef7ccde55750d5339865cab18db8c375f75e2de4757a2a97d34c75373def5666aed2e61f9b824b875bdcb3af7c47b267b036d70949daa265
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.14.0 (2021-07-08)
4
+
5
+ * Regenerated from discovery document revision 20210628
6
+
7
+ ### v0.13.0 (2021-06-29)
8
+
9
+ * Regenerated from discovery document revision 20210617
10
+ * Regenerated using generator version 0.4.0
11
+
12
+ ### v0.12.0 (2021-06-24)
13
+
14
+ * Unspecified changes
15
+
16
+ ### v0.11.0 (2021-06-16)
17
+
18
+ * Regenerated from discovery document revision 20210607
19
+
20
+ ### v0.10.0 (2021-06-03)
21
+
22
+ * Regenerated from discovery document revision 20210521
23
+ * Regenerated using generator version 0.3.0
24
+
3
25
  ### v0.9.0 (2021-05-26)
4
26
 
5
27
  * Regenerated from discovery document revision 20210517
@@ -238,6 +238,11 @@ module Google
238
238
  # @return [String]
239
239
  attr_accessor :disk_type
240
240
 
241
+ # The image type to use for NAP created node.
242
+ # Corresponds to the JSON property `imageType`
243
+ # @return [String]
244
+ attr_accessor :image_type
245
+
241
246
  # NodeManagement defines the set of node management services turned on for the
242
247
  # node pool.
243
248
  # Corresponds to the JSON property `management`
@@ -280,20 +285,7 @@ module Google
280
285
  # @return [Google::Apis::ContainerV1beta1::ShieldedInstanceConfig]
281
286
  attr_accessor :shielded_instance_config
282
287
 
283
- # These upgrade settings control the level of parallelism and the level of
284
- # disruption caused by an upgrade. maxUnavailable controls the number of nodes
285
- # that can be simultaneously unavailable. maxSurge controls the number of
286
- # additional nodes that can be added to the node pool temporarily for the time
287
- # of the upgrade to increase the number of available nodes. (maxUnavailable +
288
- # maxSurge) determines the level of parallelism (how many nodes are being
289
- # upgraded at the same time). Note: upgrades inevitably introduce some
290
- # disruption since workloads need to be moved from old nodes to new, upgraded
291
- # ones. Even if maxUnavailable=0, this holds true. (Disruption stays within the
292
- # limits of PodDisruptionBudget, if it is configured.) Consider a hypothetical
293
- # node pool with 5 nodes having maxSurge=2, maxUnavailable=1. This means the
294
- # upgrade process upgrades 3 nodes simultaneously. It creates 2 additional (
295
- # upgraded) nodes, then it brings down 3 old (not yet upgraded) nodes at the
296
- # same time. This ensures that there are always at least 4 nodes available.
288
+ # Upgrade settings control disruption and speed of the upgrade.
297
289
  # Corresponds to the JSON property `upgradeSettings`
298
290
  # @return [Google::Apis::ContainerV1beta1::UpgradeSettings]
299
291
  attr_accessor :upgrade_settings
@@ -307,6 +299,7 @@ module Google
307
299
  @boot_disk_kms_key = args[:boot_disk_kms_key] if args.key?(:boot_disk_kms_key)
308
300
  @disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
309
301
  @disk_type = args[:disk_type] if args.key?(:disk_type)
302
+ @image_type = args[:image_type] if args.key?(:image_type)
310
303
  @management = args[:management] if args.key?(:management)
311
304
  @min_cpu_platform = args[:min_cpu_platform] if args.key?(:min_cpu_platform)
312
305
  @oauth_scopes = args[:oauth_scopes] if args.key?(:oauth_scopes)
@@ -1064,6 +1057,11 @@ module Google
1064
1057
  # @return [Google::Apis::ContainerV1beta1::AddonsConfig]
1065
1058
  attr_accessor :desired_addons_config
1066
1059
 
1060
+ # Configuration for returning group information from authenticators.
1061
+ # Corresponds to the JSON property `desiredAuthenticatorGroupsConfig`
1062
+ # @return [Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig]
1063
+ attr_accessor :desired_authenticator_groups_config
1064
+
1067
1065
  # Autopilot is the configuration for Autopilot settings on the cluster.
1068
1066
  # Corresponds to the JSON property `desiredAutopilot`
1069
1067
  # @return [Google::Apis::ContainerV1beta1::Autopilot]
@@ -1238,6 +1236,11 @@ module Google
1238
1236
  # @return [Google::Apis::ContainerV1beta1::ResourceUsageExportConfig]
1239
1237
  attr_accessor :desired_resource_usage_export_config
1240
1238
 
1239
+ # Config to block services with externalIPs field.
1240
+ # Corresponds to the JSON property `desiredServiceExternalIpsConfig`
1241
+ # @return [Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig]
1242
+ attr_accessor :desired_service_external_ips_config
1243
+
1241
1244
  # Configuration of Shielded Nodes feature.
1242
1245
  # Corresponds to the JSON property `desiredShieldedNodes`
1243
1246
  # @return [Google::Apis::ContainerV1beta1::ShieldedNodes]
@@ -1272,6 +1275,7 @@ module Google
1272
1275
  # Update properties of this object
1273
1276
  def update!(**args)
1274
1277
  @desired_addons_config = args[:desired_addons_config] if args.key?(:desired_addons_config)
1278
+ @desired_authenticator_groups_config = args[:desired_authenticator_groups_config] if args.key?(:desired_authenticator_groups_config)
1275
1279
  @desired_autopilot = args[:desired_autopilot] if args.key?(:desired_autopilot)
1276
1280
  @desired_binary_authorization = args[:desired_binary_authorization] if args.key?(:desired_binary_authorization)
1277
1281
  @desired_cluster_autoscaling = args[:desired_cluster_autoscaling] if args.key?(:desired_cluster_autoscaling)
@@ -1298,6 +1302,7 @@ module Google
1298
1302
  @desired_private_ipv6_google_access = args[:desired_private_ipv6_google_access] if args.key?(:desired_private_ipv6_google_access)
1299
1303
  @desired_release_channel = args[:desired_release_channel] if args.key?(:desired_release_channel)
1300
1304
  @desired_resource_usage_export_config = args[:desired_resource_usage_export_config] if args.key?(:desired_resource_usage_export_config)
1305
+ @desired_service_external_ips_config = args[:desired_service_external_ips_config] if args.key?(:desired_service_external_ips_config)
1301
1306
  @desired_shielded_nodes = args[:desired_shielded_nodes] if args.key?(:desired_shielded_nodes)
1302
1307
  @desired_tpu_config = args[:desired_tpu_config] if args.key?(:desired_tpu_config)
1303
1308
  @desired_vertical_pod_autoscaling = args[:desired_vertical_pod_autoscaling] if args.key?(:desired_vertical_pod_autoscaling)
@@ -1468,7 +1473,20 @@ module Google
1468
1473
  # specification, under the control of the cluster master. They may have a set of
1469
1474
  # Kubernetes labels applied to them, which may be used to reference them during
1470
1475
  # pod scheduling. They may also be resized up or down, to accommodate the
1471
- # workload.
1476
+ # workload. These upgrade settings control the level of parallelism and the
1477
+ # level of disruption caused by an upgrade. maxUnavailable controls the number
1478
+ # of nodes that can be simultaneously unavailable. maxSurge controls the number
1479
+ # of additional nodes that can be added to the node pool temporarily for the
1480
+ # time of the upgrade to increase the number of available nodes. (maxUnavailable
1481
+ # + maxSurge) determines the level of parallelism (how many nodes are being
1482
+ # upgraded at the same time). Note: upgrades inevitably introduce some
1483
+ # disruption since workloads need to be moved from old nodes to new, upgraded
1484
+ # ones. Even if maxUnavailable=0, this holds true. (Disruption stays within the
1485
+ # limits of PodDisruptionBudget, if it is configured.) Consider a hypothetical
1486
+ # node pool with 5 nodes having maxSurge=2, maxUnavailable=1. This means the
1487
+ # upgrade process upgrades 3 nodes simultaneously. It creates 2 additional (
1488
+ # upgraded) nodes, then it brings down 3 old (not yet upgraded) nodes at the
1489
+ # same time. This ensures that there are always at least 4 nodes available.
1472
1490
  # Corresponds to the JSON property `nodePool`
1473
1491
  # @return [Google::Apis::ContainerV1beta1::NodePool]
1474
1492
  attr_accessor :node_pool
@@ -2699,6 +2717,11 @@ module Google
2699
2717
  # @return [String]
2700
2718
  attr_accessor :private_ipv6_google_access
2701
2719
 
2720
+ # Config to block services with externalIPs field.
2721
+ # Corresponds to the JSON property `serviceExternalIpsConfig`
2722
+ # @return [Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig]
2723
+ attr_accessor :service_external_ips_config
2724
+
2702
2725
  # Output only. The relative name of the Google Compute Engine [subnetwork](https:
2703
2726
  # //cloud.google.com/compute/docs/vpc) to which the cluster is connected.
2704
2727
  # Example: projects/my-project/regions/us-central1/subnetworks/my-subnet
@@ -2719,6 +2742,7 @@ module Google
2719
2742
  @enable_l4ilb_subsetting = args[:enable_l4ilb_subsetting] if args.key?(:enable_l4ilb_subsetting)
2720
2743
  @network = args[:network] if args.key?(:network)
2721
2744
  @private_ipv6_google_access = args[:private_ipv6_google_access] if args.key?(:private_ipv6_google_access)
2745
+ @service_external_ips_config = args[:service_external_ips_config] if args.key?(:service_external_ips_config)
2722
2746
  @subnetwork = args[:subnetwork] if args.key?(:subnetwork)
2723
2747
  end
2724
2748
  end
@@ -3168,7 +3192,20 @@ module Google
3168
3192
  # specification, under the control of the cluster master. They may have a set of
3169
3193
  # Kubernetes labels applied to them, which may be used to reference them during
3170
3194
  # pod scheduling. They may also be resized up or down, to accommodate the
3171
- # workload.
3195
+ # workload. These upgrade settings control the level of parallelism and the
3196
+ # level of disruption caused by an upgrade. maxUnavailable controls the number
3197
+ # of nodes that can be simultaneously unavailable. maxSurge controls the number
3198
+ # of additional nodes that can be added to the node pool temporarily for the
3199
+ # time of the upgrade to increase the number of available nodes. (maxUnavailable
3200
+ # + maxSurge) determines the level of parallelism (how many nodes are being
3201
+ # upgraded at the same time). Note: upgrades inevitably introduce some
3202
+ # disruption since workloads need to be moved from old nodes to new, upgraded
3203
+ # ones. Even if maxUnavailable=0, this holds true. (Disruption stays within the
3204
+ # limits of PodDisruptionBudget, if it is configured.) Consider a hypothetical
3205
+ # node pool with 5 nodes having maxSurge=2, maxUnavailable=1. This means the
3206
+ # upgrade process upgrades 3 nodes simultaneously. It creates 2 additional (
3207
+ # upgraded) nodes, then it brings down 3 old (not yet upgraded) nodes at the
3208
+ # same time. This ensures that there are always at least 4 nodes available.
3172
3209
  class NodePool
3173
3210
  include Google::Apis::Core::Hashable
3174
3211
 
@@ -3256,20 +3293,7 @@ module Google
3256
3293
  # @return [String]
3257
3294
  attr_accessor :status_message
3258
3295
 
3259
- # These upgrade settings control the level of parallelism and the level of
3260
- # disruption caused by an upgrade. maxUnavailable controls the number of nodes
3261
- # that can be simultaneously unavailable. maxSurge controls the number of
3262
- # additional nodes that can be added to the node pool temporarily for the time
3263
- # of the upgrade to increase the number of available nodes. (maxUnavailable +
3264
- # maxSurge) determines the level of parallelism (how many nodes are being
3265
- # upgraded at the same time). Note: upgrades inevitably introduce some
3266
- # disruption since workloads need to be moved from old nodes to new, upgraded
3267
- # ones. Even if maxUnavailable=0, this holds true. (Disruption stays within the
3268
- # limits of PodDisruptionBudget, if it is configured.) Consider a hypothetical
3269
- # node pool with 5 nodes having maxSurge=2, maxUnavailable=1. This means the
3270
- # upgrade process upgrades 3 nodes simultaneously. It creates 2 additional (
3271
- # upgraded) nodes, then it brings down 3 old (not yet upgraded) nodes at the
3272
- # same time. This ensures that there are always at least 4 nodes available.
3296
+ # Upgrade settings control disruption and speed of the upgrade.
3273
3297
  # Corresponds to the JSON property `upgradeSettings`
3274
3298
  # @return [Google::Apis::ContainerV1beta1::UpgradeSettings]
3275
3299
  attr_accessor :upgrade_settings
@@ -4058,6 +4082,26 @@ module Google
4058
4082
  end
4059
4083
  end
4060
4084
 
4085
+ # Config to block services with externalIPs field.
4086
+ class ServiceExternalIPsConfig
4087
+ include Google::Apis::Core::Hashable
4088
+
4089
+ # Whether Services with ExternalIPs field are allowed or not.
4090
+ # Corresponds to the JSON property `enabled`
4091
+ # @return [Boolean]
4092
+ attr_accessor :enabled
4093
+ alias_method :enabled?, :enabled
4094
+
4095
+ def initialize(**args)
4096
+ update!(**args)
4097
+ end
4098
+
4099
+ # Update properties of this object
4100
+ def update!(**args)
4101
+ @enabled = args[:enabled] if args.key?(:enabled)
4102
+ end
4103
+ end
4104
+
4061
4105
  # SetAddonsRequest sets the addons associated with the cluster.
4062
4106
  class SetAddonsConfigRequest
4063
4107
  include Google::Apis::Core::Hashable
@@ -5133,20 +5177,7 @@ module Google
5133
5177
  # @return [Google::Apis::ContainerV1beta1::NodeTaints]
5134
5178
  attr_accessor :taints
5135
5179
 
5136
- # These upgrade settings control the level of parallelism and the level of
5137
- # disruption caused by an upgrade. maxUnavailable controls the number of nodes
5138
- # that can be simultaneously unavailable. maxSurge controls the number of
5139
- # additional nodes that can be added to the node pool temporarily for the time
5140
- # of the upgrade to increase the number of available nodes. (maxUnavailable +
5141
- # maxSurge) determines the level of parallelism (how many nodes are being
5142
- # upgraded at the same time). Note: upgrades inevitably introduce some
5143
- # disruption since workloads need to be moved from old nodes to new, upgraded
5144
- # ones. Even if maxUnavailable=0, this holds true. (Disruption stays within the
5145
- # limits of PodDisruptionBudget, if it is configured.) Consider a hypothetical
5146
- # node pool with 5 nodes having maxSurge=2, maxUnavailable=1. This means the
5147
- # upgrade process upgrades 3 nodes simultaneously. It creates 2 additional (
5148
- # upgraded) nodes, then it brings down 3 old (not yet upgraded) nodes at the
5149
- # same time. This ensures that there are always at least 4 nodes available.
5180
+ # Upgrade settings control disruption and speed of the upgrade.
5150
5181
  # Corresponds to the JSON property `upgradeSettings`
5151
5182
  # @return [Google::Apis::ContainerV1beta1::UpgradeSettings]
5152
5183
  attr_accessor :upgrade_settings
@@ -5281,20 +5312,7 @@ module Google
5281
5312
  end
5282
5313
  end
5283
5314
 
5284
- # These upgrade settings control the level of parallelism and the level of
5285
- # disruption caused by an upgrade. maxUnavailable controls the number of nodes
5286
- # that can be simultaneously unavailable. maxSurge controls the number of
5287
- # additional nodes that can be added to the node pool temporarily for the time
5288
- # of the upgrade to increase the number of available nodes. (maxUnavailable +
5289
- # maxSurge) determines the level of parallelism (how many nodes are being
5290
- # upgraded at the same time). Note: upgrades inevitably introduce some
5291
- # disruption since workloads need to be moved from old nodes to new, upgraded
5292
- # ones. Even if maxUnavailable=0, this holds true. (Disruption stays within the
5293
- # limits of PodDisruptionBudget, if it is configured.) Consider a hypothetical
5294
- # node pool with 5 nodes having maxSurge=2, maxUnavailable=1. This means the
5295
- # upgrade process upgrades 3 nodes simultaneously. It creates 2 additional (
5296
- # upgraded) nodes, then it brings down 3 old (not yet upgraded) nodes at the
5297
- # same time. This ensures that there are always at least 4 nodes available.
5315
+ #
5298
5316
  class UpgradeSettings
5299
5317
  include Google::Apis::Core::Hashable
5300
5318
 
@@ -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.9.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210517"
25
+ REVISION = "20210628"
26
26
  end
27
27
  end
28
28
  end
@@ -562,6 +562,12 @@ module Google
562
562
  include Google::Apis::Core::JsonObjectSupport
563
563
  end
564
564
 
565
+ class ServiceExternalIPsConfig
566
+ class Representation < Google::Apis::Core::JsonRepresentation; end
567
+
568
+ include Google::Apis::Core::JsonObjectSupport
569
+ end
570
+
565
571
  class SetAddonsConfigRequest
566
572
  class Representation < Google::Apis::Core::JsonRepresentation; end
567
573
 
@@ -824,6 +830,7 @@ module Google
824
830
  property :boot_disk_kms_key, as: 'bootDiskKmsKey'
825
831
  property :disk_size_gb, as: 'diskSizeGb'
826
832
  property :disk_type, as: 'diskType'
833
+ property :image_type, as: 'imageType'
827
834
  property :management, as: 'management', class: Google::Apis::ContainerV1beta1::NodeManagement, decorator: Google::Apis::ContainerV1beta1::NodeManagement::Representation
828
835
 
829
836
  property :min_cpu_platform, as: 'minCpuPlatform'
@@ -1016,6 +1023,8 @@ module Google
1016
1023
  class Representation < Google::Apis::Core::JsonRepresentation
1017
1024
  property :desired_addons_config, as: 'desiredAddonsConfig', class: Google::Apis::ContainerV1beta1::AddonsConfig, decorator: Google::Apis::ContainerV1beta1::AddonsConfig::Representation
1018
1025
 
1026
+ property :desired_authenticator_groups_config, as: 'desiredAuthenticatorGroupsConfig', class: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig, decorator: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig::Representation
1027
+
1019
1028
  property :desired_autopilot, as: 'desiredAutopilot', class: Google::Apis::ContainerV1beta1::Autopilot, decorator: Google::Apis::ContainerV1beta1::Autopilot::Representation
1020
1029
 
1021
1030
  property :desired_binary_authorization, as: 'desiredBinaryAuthorization', class: Google::Apis::ContainerV1beta1::BinaryAuthorization, decorator: Google::Apis::ContainerV1beta1::BinaryAuthorization::Representation
@@ -1059,6 +1068,8 @@ module Google
1059
1068
 
1060
1069
  property :desired_resource_usage_export_config, as: 'desiredResourceUsageExportConfig', class: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig::Representation
1061
1070
 
1071
+ property :desired_service_external_ips_config, as: 'desiredServiceExternalIpsConfig', class: Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig, decorator: Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig::Representation
1072
+
1062
1073
  property :desired_shielded_nodes, as: 'desiredShieldedNodes', class: Google::Apis::ContainerV1beta1::ShieldedNodes, decorator: Google::Apis::ContainerV1beta1::ShieldedNodes::Representation
1063
1074
 
1064
1075
  property :desired_tpu_config, as: 'desiredTpuConfig', class: Google::Apis::ContainerV1beta1::TpuConfig, decorator: Google::Apis::ContainerV1beta1::TpuConfig::Representation
@@ -1458,6 +1469,8 @@ module Google
1458
1469
  property :enable_l4ilb_subsetting, as: 'enableL4ilbSubsetting'
1459
1470
  property :network, as: 'network'
1460
1471
  property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
1472
+ property :service_external_ips_config, as: 'serviceExternalIpsConfig', class: Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig, decorator: Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig::Representation
1473
+
1461
1474
  property :subnetwork, as: 'subnetwork'
1462
1475
  end
1463
1476
  end
@@ -1798,6 +1811,13 @@ module Google
1798
1811
  end
1799
1812
  end
1800
1813
 
1814
+ class ServiceExternalIPsConfig
1815
+ # @private
1816
+ class Representation < Google::Apis::Core::JsonRepresentation
1817
+ property :enabled, as: 'enabled'
1818
+ end
1819
+ end
1820
+
1801
1821
  class SetAddonsConfigRequest
1802
1822
  # @private
1803
1823
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-container_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.14.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: 2021-05-31 00:00:00.000000000 Z
11
+ date: 2021-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Kubernetes Engine API V1beta1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-container_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.14.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-container_v1beta1
57
63
  post_install_message:
58
64
  rdoc_options: []