google-apis-container_v1beta1 0.11.0 → 0.15.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cc4614aabcd0a771605c22b3176131d455cfa78d925dc3c5fa31af8690a83999
|
4
|
+
data.tar.gz: 00751664dd2e4af4fa43f52d3cd73b5e990832994100923e066ebf5f3889c19c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c4c203322618340f9873e00a0d64d8f49de3c2c28fc714fc28424285a042bcbc7fd56afbc8191c240d1973160a2698c1c16dc041636073791cada022f677dec
|
7
|
+
data.tar.gz: bc337b9f3a94a91483846cd0e8226135af766a6f6f6767805761a71e8bb26eb1cdea8d8b454a2a3a930b2b5a12db6678f7f2f86879275adb5b643588d8a1a1b6
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
# Release history for google-apis-container_v1beta1
|
2
2
|
|
3
|
+
### v0.15.0 (2021-07-22)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210708
|
6
|
+
|
7
|
+
### v0.14.0 (2021-07-08)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210628
|
10
|
+
|
11
|
+
### v0.13.0 (2021-06-29)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20210617
|
14
|
+
* Regenerated using generator version 0.4.0
|
15
|
+
|
16
|
+
### v0.12.0 (2021-06-24)
|
17
|
+
|
18
|
+
* Unspecified changes
|
19
|
+
|
3
20
|
### v0.11.0 (2021-06-16)
|
4
21
|
|
5
22
|
* Regenerated from discovery document revision 20210607
|
@@ -1057,6 +1057,11 @@ module Google
|
|
1057
1057
|
# @return [Google::Apis::ContainerV1beta1::AddonsConfig]
|
1058
1058
|
attr_accessor :desired_addons_config
|
1059
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
|
+
|
1060
1065
|
# Autopilot is the configuration for Autopilot settings on the cluster.
|
1061
1066
|
# Corresponds to the JSON property `desiredAutopilot`
|
1062
1067
|
# @return [Google::Apis::ContainerV1beta1::Autopilot]
|
@@ -1231,6 +1236,11 @@ module Google
|
|
1231
1236
|
# @return [Google::Apis::ContainerV1beta1::ResourceUsageExportConfig]
|
1232
1237
|
attr_accessor :desired_resource_usage_export_config
|
1233
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
|
+
|
1234
1244
|
# Configuration of Shielded Nodes feature.
|
1235
1245
|
# Corresponds to the JSON property `desiredShieldedNodes`
|
1236
1246
|
# @return [Google::Apis::ContainerV1beta1::ShieldedNodes]
|
@@ -1265,6 +1275,7 @@ module Google
|
|
1265
1275
|
# Update properties of this object
|
1266
1276
|
def update!(**args)
|
1267
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)
|
1268
1279
|
@desired_autopilot = args[:desired_autopilot] if args.key?(:desired_autopilot)
|
1269
1280
|
@desired_binary_authorization = args[:desired_binary_authorization] if args.key?(:desired_binary_authorization)
|
1270
1281
|
@desired_cluster_autoscaling = args[:desired_cluster_autoscaling] if args.key?(:desired_cluster_autoscaling)
|
@@ -1291,6 +1302,7 @@ module Google
|
|
1291
1302
|
@desired_private_ipv6_google_access = args[:desired_private_ipv6_google_access] if args.key?(:desired_private_ipv6_google_access)
|
1292
1303
|
@desired_release_channel = args[:desired_release_channel] if args.key?(:desired_release_channel)
|
1293
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)
|
1294
1306
|
@desired_shielded_nodes = args[:desired_shielded_nodes] if args.key?(:desired_shielded_nodes)
|
1295
1307
|
@desired_tpu_config = args[:desired_tpu_config] if args.key?(:desired_tpu_config)
|
1296
1308
|
@desired_vertical_pod_autoscaling = args[:desired_vertical_pod_autoscaling] if args.key?(:desired_vertical_pod_autoscaling)
|
@@ -3334,7 +3346,7 @@ module Google
|
|
3334
3346
|
alias_method :enabled?, :enabled
|
3335
3347
|
|
3336
3348
|
# Maximum number of nodes in the NodePool. Must be >= min_node_count. There has
|
3337
|
-
# to enough quota to scale up the cluster.
|
3349
|
+
# to be enough quota to scale up the cluster.
|
3338
3350
|
# Corresponds to the JSON property `maxNodeCount`
|
3339
3351
|
# @return [Fixnum]
|
3340
3352
|
attr_accessor :max_node_count
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.15.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210708"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1023,6 +1023,8 @@ module Google
|
|
1023
1023
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1024
1024
|
property :desired_addons_config, as: 'desiredAddonsConfig', class: Google::Apis::ContainerV1beta1::AddonsConfig, decorator: Google::Apis::ContainerV1beta1::AddonsConfig::Representation
|
1025
1025
|
|
1026
|
+
property :desired_authenticator_groups_config, as: 'desiredAuthenticatorGroupsConfig', class: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig, decorator: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig::Representation
|
1027
|
+
|
1026
1028
|
property :desired_autopilot, as: 'desiredAutopilot', class: Google::Apis::ContainerV1beta1::Autopilot, decorator: Google::Apis::ContainerV1beta1::Autopilot::Representation
|
1027
1029
|
|
1028
1030
|
property :desired_binary_authorization, as: 'desiredBinaryAuthorization', class: Google::Apis::ContainerV1beta1::BinaryAuthorization, decorator: Google::Apis::ContainerV1beta1::BinaryAuthorization::Representation
|
@@ -1066,6 +1068,8 @@ module Google
|
|
1066
1068
|
|
1067
1069
|
property :desired_resource_usage_export_config, as: 'desiredResourceUsageExportConfig', class: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig::Representation
|
1068
1070
|
|
1071
|
+
property :desired_service_external_ips_config, as: 'desiredServiceExternalIpsConfig', class: Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig, decorator: Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig::Representation
|
1072
|
+
|
1069
1073
|
property :desired_shielded_nodes, as: 'desiredShieldedNodes', class: Google::Apis::ContainerV1beta1::ShieldedNodes, decorator: Google::Apis::ContainerV1beta1::ShieldedNodes::Representation
|
1070
1074
|
|
1071
1075
|
property :desired_tpu_config, as: 'desiredTpuConfig', class: Google::Apis::ContainerV1beta1::TpuConfig, decorator: Google::Apis::ContainerV1beta1::TpuConfig::Representation
|
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.
|
4
|
+
version: 0.15.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-
|
11
|
+
date: 2021-07-26 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.
|
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:
|
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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.15.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: []
|