google-apis-container_v1 0.13.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: 3de89ddc6a16ad12e65e5c52776f577acd20b390188a0af5b885306a81ff941d
4
- data.tar.gz: 3c432c96a28ed74962b05bfb73e474b6b5e8481b8e1f7b6fdf97119fd20b3d18
3
+ metadata.gz: fedd23d02a0a926a2bd5f5920e9a79541fad44f501cd4f4aa17c6ee4f8fc9208
4
+ data.tar.gz: 1e81b57ff31698d26f348dbfb1b74f97ecf4e9584bf0f9652d598f52f80fe3e9
5
5
  SHA512:
6
- metadata.gz: dec0a1b0460e1e0f3e32b50e87cb4a1c6ecbfa3afe6a0efe393fb808797761441c75d183ac074f7b9f771f38f49bd577a21c609603b6c420f259aea68dbd8ea2
7
- data.tar.gz: 4625b99e5e3429b3fa037da44d1e41e3bfac8ead83eab800bab90198e3d56f9de0c541992dcca84f6836de3c163e9492f5ff34c4a8c17e24b2d4f6dbb5c0d72c
6
+ metadata.gz: '08399100fbe62837ad3d31b233505fba671f00a3a32f9dabd087ea694f62626b3eadfefef126beeef77f196ee384cfdea71e16d2b89135332d85ea9bf0e74d7f'
7
+ data.tar.gz: a3aa53a74491b828036223070da42db03794248b38a76d2aaf9423b81b68d56ebfb9aeee897178c2968ad43ef7a39ead63e2dd8e0e82f3be606d2e70c727de98
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-container_v1
2
2
 
3
+ ### v0.14.0 (2021-07-31)
4
+
5
+ * Regenerated from discovery document revision 20210715
6
+
3
7
  ### v0.13.0 (2021-07-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20210708
@@ -896,6 +896,11 @@ module Google
896
896
  # @return [Google::Apis::ContainerV1::AutoprovisioningNodePoolDefaults]
897
897
  attr_accessor :autoprovisioning_node_pool_defaults
898
898
 
899
+ # Defines autoscaling behaviour.
900
+ # Corresponds to the JSON property `autoscalingProfile`
901
+ # @return [String]
902
+ attr_accessor :autoscaling_profile
903
+
899
904
  # Enables automatic node pool creation and deletion.
900
905
  # Corresponds to the JSON property `enableNodeAutoprovisioning`
901
906
  # @return [Boolean]
@@ -916,6 +921,7 @@ module Google
916
921
  def update!(**args)
917
922
  @autoprovisioning_locations = args[:autoprovisioning_locations] if args.key?(:autoprovisioning_locations)
918
923
  @autoprovisioning_node_pool_defaults = args[:autoprovisioning_node_pool_defaults] if args.key?(:autoprovisioning_node_pool_defaults)
924
+ @autoscaling_profile = args[:autoscaling_profile] if args.key?(:autoscaling_profile)
919
925
  @enable_node_autoprovisioning = args[:enable_node_autoprovisioning] if args.key?(:enable_node_autoprovisioning)
920
926
  @resource_limits = args[:resource_limits] if args.key?(:resource_limits)
921
927
  end
@@ -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.13.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210708"
25
+ REVISION = "20210715"
26
26
  end
27
27
  end
28
28
  end
@@ -845,6 +845,7 @@ module Google
845
845
  collection :autoprovisioning_locations, as: 'autoprovisioningLocations'
846
846
  property :autoprovisioning_node_pool_defaults, as: 'autoprovisioningNodePoolDefaults', class: Google::Apis::ContainerV1::AutoprovisioningNodePoolDefaults, decorator: Google::Apis::ContainerV1::AutoprovisioningNodePoolDefaults::Representation
847
847
 
848
+ property :autoscaling_profile, as: 'autoscalingProfile'
848
849
  property :enable_node_autoprovisioning, as: 'enableNodeAutoprovisioning'
849
850
  collection :resource_limits, as: 'resourceLimits', class: Google::Apis::ContainerV1::ResourceLimit, decorator: Google::Apis::ContainerV1::ResourceLimit::Representation
850
851
 
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.13.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-07-26 00:00:00.000000000 Z
11
+ date: 2021-08-02 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/master/generated/google-apis-container_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.14.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-container_v1
63
63
  post_install_message:
64
64
  rdoc_options: []