google-apis-container_v1 0.25.0 → 0.26.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: 0f91d04a67a55020f9259095c3c9e1d56c6246efd0d9e75f6e998e973b8af9c8
4
- data.tar.gz: d7215f69e5a31497efd0c827a9809ce88f07b6e3bf78b670870f756527725fe6
3
+ metadata.gz: c5e401d8bb76ec3f687c5d7eb8f4db12eee8817a9cbc4cd3d070939f92afe789
4
+ data.tar.gz: a56261ec0a49ff4bb83495ae7790978eca5d18c8641a5b028fc62e3d36c827df
5
5
  SHA512:
6
- metadata.gz: 2527bad9a5f00ed63500af208c5d1f220fdef917f11f80d288f57c53c9e2fbd0067ca550eb264a5f2c3d2f2eb9ed9cdb4439d10783161e984d7d66e4cfc23586
7
- data.tar.gz: 5552368d0f62694e728e84c8e4a8706e5e9e9d2717c77d297aa00bce3aafbbbb9b9ecdd98dba31589a86f4a794ff94111af3e2e4d099aa114fd94d7bd207c965
6
+ metadata.gz: 389f6ab3181206d13b98eb7da871dbb5d85e5003c67420488c9cca5fa75a0fea4b98001e4c25ed455f6d129d931c08cc928764acb76a595d48a85b68e36ab00e
7
+ data.tar.gz: ff44c9d5c859ab0a8e9ecf1fea06e4cf1dc52d38a3a259912cd8a5d9783d286bf258b0631503a0fc66984c34bc268616d9e060a034710dbc5076a883e91b7706
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-container_v1
2
2
 
3
+ ### v0.26.0 (2022-03-21)
4
+
5
+ * Regenerated from discovery document revision 20220308
6
+
3
7
  ### v0.25.0 (2022-03-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20220215
@@ -763,7 +763,9 @@ module Google
763
763
  # @return [Google::Apis::ContainerV1::NetworkPolicy]
764
764
  attr_accessor :network_policy
765
765
 
766
- # Parameters that describe the nodes in a cluster.
766
+ # Parameters that describe the nodes in a cluster. *Note: *GKE Autopilot
767
+ # clusters do not recognize parameters in `NodeConfig`. Use
768
+ # AutoprovisioningNodePoolDefaults instead.
767
769
  # Corresponds to the JSON property `nodeConfig`
768
770
  # @return [Google::Apis::ContainerV1::NodeConfig]
769
771
  attr_accessor :node_config
@@ -2766,7 +2768,9 @@ module Google
2766
2768
  end
2767
2769
  end
2768
2770
 
2769
- # Parameters that describe the nodes in a cluster.
2771
+ # Parameters that describe the nodes in a cluster. *Note: *GKE Autopilot
2772
+ # clusters do not recognize parameters in `NodeConfig`. Use
2773
+ # AutoprovisioningNodePoolDefaults instead.
2770
2774
  class NodeConfig
2771
2775
  include Google::Apis::Core::Hashable
2772
2776
 
@@ -3171,7 +3175,9 @@ module Google
3171
3175
  # @return [Array<Google::Apis::ContainerV1::StatusCondition>]
3172
3176
  attr_accessor :conditions
3173
3177
 
3174
- # Parameters that describe the nodes in a cluster.
3178
+ # Parameters that describe the nodes in a cluster. *Note: *GKE Autopilot
3179
+ # clusters do not recognize parameters in `NodeConfig`. Use
3180
+ # AutoprovisioningNodePoolDefaults instead.
3175
3181
  # Corresponds to the JSON property `config`
3176
3182
  # @return [Google::Apis::ContainerV1::NodeConfig]
3177
3183
  attr_accessor :config
@@ -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.25.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220215"
25
+ REVISION = "20220308"
26
26
  end
27
27
  end
28
28
  end
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.25.0
4
+ version: 0.26.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: 2022-03-07 00:00:00.000000000 Z
11
+ date: 2022-03-28 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.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.26.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: []