google-apis-container_v1beta1 0.75.0 → 0.76.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/container_v1beta1/classes.rb +724 -17
- data/lib/google/apis/container_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/container_v1beta1/representations.rb +252 -0
- data/lib/google/apis/container_v1beta1/service.rb +141 -1
- data/lib/google/apis/container_v1beta1.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e043f5fdc221d0bd9f186221d174fe2ac05e18cac0ea2885b4fc91dfee62bc53
|
4
|
+
data.tar.gz: 5b1304130b7cb35895196f22d5501c1b0f8720a8f9cda6a428a0e8e29cf92ea1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8e6b97e86894b1b75104e3fa40e5c1f3a6072fd63b5f7ad7e2911b57c3828a51931ea572b9c0921880cfec4dab1bc057b7ecaebda88442262c13eb43b4f8558
|
7
|
+
data.tar.gz: 7cd86e10080a35bfd85d755bb10738847b3f00069e9f1ebbf5324f735b4c0b682f1f73bcf7e6eadcf8b5b14706dbec55afd75b0b5a6174997784c75c48064a92
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-container_v1beta1
|
2
2
|
|
3
|
+
### v0.76.0 (2024-12-02)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241112
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
3
8
|
### v0.75.0 (2024-07-25)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240708
|
data/OVERVIEW.md
CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
|
|
79
79
|
|
80
80
|
**For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
|
81
81
|
|
82
|
-
The [product documentation](https://cloud.google.com/
|
82
|
+
The [product documentation](https://cloud.google.com/kubernetes-engine/docs/) may provide guidance regarding the preferred client library to use.
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|