google-apis-container_v1 0.10.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fedd23d02a0a926a2bd5f5920e9a79541fad44f501cd4f4aa17c6ee4f8fc9208
|
4
|
+
data.tar.gz: 1e81b57ff31698d26f348dbfb1b74f97ecf4e9584bf0f9652d598f52f80fe3e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '08399100fbe62837ad3d31b233505fba671f00a3a32f9dabd087ea694f62626b3eadfefef126beeef77f196ee384cfdea71e16d2b89135332d85ea9bf0e74d7f'
|
7
|
+
data.tar.gz: a3aa53a74491b828036223070da42db03794248b38a76d2aaf9423b81b68d56ebfb9aeee897178c2968ad43ef7a39ead63e2dd8e0e82f3be606d2e70c727de98
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
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
|
+
|
7
|
+
### v0.13.0 (2021-07-21)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210708
|
10
|
+
|
11
|
+
### v0.12.0 (2021-06-29)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20210617
|
14
|
+
* Regenerated using generator version 0.4.0
|
15
|
+
|
16
|
+
### v0.11.0 (2021-06-24)
|
17
|
+
|
18
|
+
* Unspecified changes
|
19
|
+
|
3
20
|
### v0.10.0 (2021-06-16)
|
4
21
|
|
5
22
|
* Regenerated from discovery document revision 20210607
|
@@ -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
|
@@ -932,6 +938,11 @@ module Google
|
|
932
938
|
# @return [Google::Apis::ContainerV1::AddonsConfig]
|
933
939
|
attr_accessor :desired_addons_config
|
934
940
|
|
941
|
+
# Configuration for returning group information from authenticators.
|
942
|
+
# Corresponds to the JSON property `desiredAuthenticatorGroupsConfig`
|
943
|
+
# @return [Google::Apis::ContainerV1::AuthenticatorGroupsConfig]
|
944
|
+
attr_accessor :desired_authenticator_groups_config
|
945
|
+
|
935
946
|
# Autopilot is the configuration for Autopilot settings on the cluster.
|
936
947
|
# Corresponds to the JSON property `desiredAutopilot`
|
937
948
|
# @return [Google::Apis::ContainerV1::Autopilot]
|
@@ -1109,6 +1120,7 @@ module Google
|
|
1109
1120
|
# Update properties of this object
|
1110
1121
|
def update!(**args)
|
1111
1122
|
@desired_addons_config = args[:desired_addons_config] if args.key?(:desired_addons_config)
|
1123
|
+
@desired_authenticator_groups_config = args[:desired_authenticator_groups_config] if args.key?(:desired_authenticator_groups_config)
|
1112
1124
|
@desired_autopilot = args[:desired_autopilot] if args.key?(:desired_autopilot)
|
1113
1125
|
@desired_binary_authorization = args[:desired_binary_authorization] if args.key?(:desired_binary_authorization)
|
1114
1126
|
@desired_cluster_autoscaling = args[:desired_cluster_autoscaling] if args.key?(:desired_cluster_autoscaling)
|
@@ -2812,7 +2824,7 @@ module Google
|
|
2812
2824
|
alias_method :enabled?, :enabled
|
2813
2825
|
|
2814
2826
|
# Maximum number of nodes in the NodePool. Must be >= min_node_count. There has
|
2815
|
-
# to enough quota to scale up the cluster.
|
2827
|
+
# to be enough quota to scale up the cluster.
|
2816
2828
|
# Corresponds to the JSON property `maxNodeCount`
|
2817
2829
|
# @return [Fixnum]
|
2818
2830
|
attr_accessor :max_node_count
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.14.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 = "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
|
|
@@ -856,6 +857,8 @@ module Google
|
|
856
857
|
class Representation < Google::Apis::Core::JsonRepresentation
|
857
858
|
property :desired_addons_config, as: 'desiredAddonsConfig', class: Google::Apis::ContainerV1::AddonsConfig, decorator: Google::Apis::ContainerV1::AddonsConfig::Representation
|
858
859
|
|
860
|
+
property :desired_authenticator_groups_config, as: 'desiredAuthenticatorGroupsConfig', class: Google::Apis::ContainerV1::AuthenticatorGroupsConfig, decorator: Google::Apis::ContainerV1::AuthenticatorGroupsConfig::Representation
|
861
|
+
|
859
862
|
property :desired_autopilot, as: 'desiredAutopilot', class: Google::Apis::ContainerV1::Autopilot, decorator: Google::Apis::ContainerV1::Autopilot::Representation
|
860
863
|
|
861
864
|
property :desired_binary_authorization, as: 'desiredBinaryAuthorization', class: Google::Apis::ContainerV1::BinaryAuthorization, decorator: Google::Apis::ContainerV1::BinaryAuthorization::Representation
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-container_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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-
|
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
|
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 V1. Simple REST
|
28
34
|
clients are Ruby client libraries that provide access to Google services via their
|
29
35
|
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_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.14.0
|
56
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-container_v1
|
57
63
|
post_install_message:
|
58
64
|
rdoc_options: []
|