google-cloud-container-v1 0.16.2 → 0.16.3

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: a8cf556923584f367fcb008571289d10983fca91ffdbb87cd3a920867d5a389c
4
- data.tar.gz: 65bb5658ec92096507d913e0aa3802a637a2c14582a911f7b26a5bbb548fe5a8
3
+ metadata.gz: 869c7a7b7e5c858bf0a4a5052bca9b070dbde598968116b94d19599f9430f26f
4
+ data.tar.gz: 451284b60a7bc1f61d4acd37dfc71df1f206ee3b1ef098518fcef07c8f24e807
5
5
  SHA512:
6
- metadata.gz: 351eebc65a4d241d4933ba7c74e932594fcad49a05eb3c82b5e8cbba4eb730202970fd9f8cb8512127c62a6d18d41d138a471e416a2f487e6da92d355232eb82
7
- data.tar.gz: 1fca76d119f27111b95ac534e19dffbf69c76f57201c3f816ec0f4b5ffa40b6b6e697c6df0612bad5e70e5a31299cbb1a21ffc1e293a908f9c6b7c217fbb86fb
6
+ metadata.gz: 9b5d78f741d72087bcbecb7e6735d20df91cdbb8d280c04cad81ffcc2bc53695eab82420eff56d12f8648b31370bbc503883e96efd1061bb6abbd64e2e470d81
7
+ data.tar.gz: e0f6106930190b6af444805c8a9ba5f1596a7aa84c2a76941fc2591196f12e09afe4f97f3aa689b02bd1dc241a026a101f2d3d242268b5655d37529adf2d6ade
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Ruby Client for the Kubernetes Engine V1 API
2
2
 
3
- API Client library for the Kubernetes Engine V1 API
3
+ Builds and manages container-based applications, powered by the open source Kubernetes technology.
4
4
 
5
5
  Builds and manages container-based applications, powered by the open source Kubernetes technology.
6
6
 
@@ -3600,13 +3600,11 @@ module Google
3600
3600
  # # Call the list_usable_subnetworks method.
3601
3601
  # result = client.list_usable_subnetworks request
3602
3602
  #
3603
- # # The returned object is of type Gapic::PagedEnumerable. You can
3604
- # # iterate over all elements by calling #each, and the enumerable
3605
- # # will lazily make API calls to fetch subsequent pages. Other
3606
- # # methods are also available for managing paging directly.
3607
- # result.each do |response|
3603
+ # # The returned object is of type Gapic::PagedEnumerable. You can iterate
3604
+ # # over elements, and API calls will be issued to fetch pages as needed.
3605
+ # result.each do |item|
3608
3606
  # # Each element is of type ::Google::Cloud::Container::V1::UsableSubnetwork.
3609
- # p response
3607
+ # p item
3610
3608
  # end
3611
3609
  #
3612
3610
  def list_usable_subnetworks request, options = nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Container
23
23
  module V1
24
- VERSION = "0.16.2"
24
+ VERSION = "0.16.3"
25
25
  end
26
26
  end
27
27
  end
@@ -548,7 +548,7 @@ module Google
548
548
  end
549
549
  end
550
550
 
551
- # Kubernetes taint is comprised of three fields: key, value, and effect. Effect
551
+ # Kubernetes taint is composed of three fields: key, value, and effect. Effect
552
552
  # can only be one of three types: NoSchedule, PreferNoSchedule or NoExecute.
553
553
  #
554
554
  # See
@@ -4631,7 +4631,7 @@ module Google
4631
4631
  # Enables private IPv6 access to Google Services from GKE
4632
4632
  PRIVATE_IPV6_GOOGLE_ACCESS_TO_GOOGLE = 2
4633
4633
 
4634
- # Enables priate IPv6 access to and from Google Services
4634
+ # Enables private IPv6 access to and from Google Services
4635
4635
  PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL = 3
4636
4636
  end
4637
4637
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-container-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.2
4
+ version: 0.16.3
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-02-13 00:00:00.000000000 Z
11
+ date: 2023-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.16.0
19
+ version: 0.18.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.16.0
29
+ version: 0.18.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -50,14 +50,14 @@ dependencies:
50
50
  requirements:
51
51
  - - "~>"
52
52
  - !ruby/object:Gem::Version
53
- version: 1.26.1
53
+ version: 1.26.3
54
54
  type: :development
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
57
57
  requirements:
58
58
  - - "~>"
59
59
  - !ruby/object:Gem::Version
60
- version: 1.26.1
60
+ version: 1.26.3
61
61
  - !ruby/object:Gem::Dependency
62
62
  name: minitest
63
63
  requirement: !ruby/object:Gem::Requirement
@@ -213,5 +213,6 @@ requirements: []
213
213
  rubygems_version: 3.4.2
214
214
  signing_key:
215
215
  specification_version: 4
216
- summary: API Client library for the Kubernetes Engine V1 API
216
+ summary: Builds and manages container-based applications, powered by the open source
217
+ Kubernetes technology.
217
218
  test_files: []