google-apis-container_v1beta1 0.12.0 → 0.16.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: e9815af4ecba9d83624fb388bd9c839206284aad528aa6f111d06fa2bdccc8db
|
4
|
+
data.tar.gz: 5909d3f984b860f21b38692db5c21c41ab36433054c58bc822563e673de0caed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 393454d3507eda691cca737cc50fd24eef6808638543b0ecb562878a53bb0e2af9ec3c201ae1556ce211e5203c40aeecaf3646988ed05ea63662d9ced14b56e8
|
7
|
+
data.tar.gz: 6ca6df5862f1d3febbd73ddb16b75b2a039b84b8b33f715608583de816bc6797de79014adcc0c8c400ed15df6d38ef625bf2d898ad6030cd67c0bbdf15fe82c5
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
# Release history for google-apis-container_v1beta1
|
2
2
|
|
3
|
+
### v0.16.0 (2021-07-31)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210715
|
6
|
+
|
7
|
+
### v0.15.0 (2021-07-22)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210708
|
10
|
+
|
11
|
+
### v0.14.0 (2021-07-08)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20210628
|
14
|
+
|
15
|
+
### v0.13.0 (2021-06-29)
|
16
|
+
|
17
|
+
* Regenerated from discovery document revision 20210617
|
18
|
+
* Regenerated using generator version 0.4.0
|
19
|
+
|
3
20
|
### v0.12.0 (2021-06-24)
|
4
21
|
|
5
22
|
* Unspecified changes
|
@@ -621,6 +621,12 @@ module Google
|
|
621
621
|
# @return [String]
|
622
622
|
attr_accessor :id
|
623
623
|
|
624
|
+
# IdentityServiceConfig is configuration for Identity Service which allows
|
625
|
+
# customers to use external identity providers with the K8S API
|
626
|
+
# Corresponds to the JSON property `identityServiceConfig`
|
627
|
+
# @return [Google::Apis::ContainerV1beta1::IdentityServiceConfig]
|
628
|
+
attr_accessor :identity_service_config
|
629
|
+
|
624
630
|
# The initial Kubernetes version for this cluster. Valid versions are those
|
625
631
|
# found in validMasterVersions returned by getServerConfig. The version can be
|
626
632
|
# upgraded over time; such upgrades are reflected in currentMasterVersion and
|
@@ -933,6 +939,7 @@ module Google
|
|
933
939
|
@endpoint = args[:endpoint] if args.key?(:endpoint)
|
934
940
|
@expire_time = args[:expire_time] if args.key?(:expire_time)
|
935
941
|
@id = args[:id] if args.key?(:id)
|
942
|
+
@identity_service_config = args[:identity_service_config] if args.key?(:identity_service_config)
|
936
943
|
@initial_cluster_version = args[:initial_cluster_version] if args.key?(:initial_cluster_version)
|
937
944
|
@initial_node_count = args[:initial_node_count] if args.key?(:initial_node_count)
|
938
945
|
@instance_group_urls = args[:instance_group_urls] if args.key?(:instance_group_urls)
|
@@ -1057,6 +1064,11 @@ module Google
|
|
1057
1064
|
# @return [Google::Apis::ContainerV1beta1::AddonsConfig]
|
1058
1065
|
attr_accessor :desired_addons_config
|
1059
1066
|
|
1067
|
+
# Configuration for returning group information from authenticators.
|
1068
|
+
# Corresponds to the JSON property `desiredAuthenticatorGroupsConfig`
|
1069
|
+
# @return [Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig]
|
1070
|
+
attr_accessor :desired_authenticator_groups_config
|
1071
|
+
|
1060
1072
|
# Autopilot is the configuration for Autopilot settings on the cluster.
|
1061
1073
|
# Corresponds to the JSON property `desiredAutopilot`
|
1062
1074
|
# @return [Google::Apis::ContainerV1beta1::Autopilot]
|
@@ -1100,6 +1112,12 @@ module Google
|
|
1100
1112
|
# @return [Google::Apis::ContainerV1beta1::DnsConfig]
|
1101
1113
|
attr_accessor :desired_dns_config
|
1102
1114
|
|
1115
|
+
# IdentityServiceConfig is configuration for Identity Service which allows
|
1116
|
+
# customers to use external identity providers with the K8S API
|
1117
|
+
# Corresponds to the JSON property `desiredIdentityServiceConfig`
|
1118
|
+
# @return [Google::Apis::ContainerV1beta1::IdentityServiceConfig]
|
1119
|
+
attr_accessor :desired_identity_service_config
|
1120
|
+
|
1103
1121
|
# The desired image type for the node pool. NOTE: Set the "desired_node_pool"
|
1104
1122
|
# field as well.
|
1105
1123
|
# Corresponds to the JSON property `desiredImageType`
|
@@ -1231,6 +1249,11 @@ module Google
|
|
1231
1249
|
# @return [Google::Apis::ContainerV1beta1::ResourceUsageExportConfig]
|
1232
1250
|
attr_accessor :desired_resource_usage_export_config
|
1233
1251
|
|
1252
|
+
# Config to block services with externalIPs field.
|
1253
|
+
# Corresponds to the JSON property `desiredServiceExternalIpsConfig`
|
1254
|
+
# @return [Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig]
|
1255
|
+
attr_accessor :desired_service_external_ips_config
|
1256
|
+
|
1234
1257
|
# Configuration of Shielded Nodes feature.
|
1235
1258
|
# Corresponds to the JSON property `desiredShieldedNodes`
|
1236
1259
|
# @return [Google::Apis::ContainerV1beta1::ShieldedNodes]
|
@@ -1265,6 +1288,7 @@ module Google
|
|
1265
1288
|
# Update properties of this object
|
1266
1289
|
def update!(**args)
|
1267
1290
|
@desired_addons_config = args[:desired_addons_config] if args.key?(:desired_addons_config)
|
1291
|
+
@desired_authenticator_groups_config = args[:desired_authenticator_groups_config] if args.key?(:desired_authenticator_groups_config)
|
1268
1292
|
@desired_autopilot = args[:desired_autopilot] if args.key?(:desired_autopilot)
|
1269
1293
|
@desired_binary_authorization = args[:desired_binary_authorization] if args.key?(:desired_binary_authorization)
|
1270
1294
|
@desired_cluster_autoscaling = args[:desired_cluster_autoscaling] if args.key?(:desired_cluster_autoscaling)
|
@@ -1273,6 +1297,7 @@ module Google
|
|
1273
1297
|
@desired_datapath_provider = args[:desired_datapath_provider] if args.key?(:desired_datapath_provider)
|
1274
1298
|
@desired_default_snat_status = args[:desired_default_snat_status] if args.key?(:desired_default_snat_status)
|
1275
1299
|
@desired_dns_config = args[:desired_dns_config] if args.key?(:desired_dns_config)
|
1300
|
+
@desired_identity_service_config = args[:desired_identity_service_config] if args.key?(:desired_identity_service_config)
|
1276
1301
|
@desired_image_type = args[:desired_image_type] if args.key?(:desired_image_type)
|
1277
1302
|
@desired_intra_node_visibility_config = args[:desired_intra_node_visibility_config] if args.key?(:desired_intra_node_visibility_config)
|
1278
1303
|
@desired_l4ilb_subsetting_config = args[:desired_l4ilb_subsetting_config] if args.key?(:desired_l4ilb_subsetting_config)
|
@@ -1291,6 +1316,7 @@ module Google
|
|
1291
1316
|
@desired_private_ipv6_google_access = args[:desired_private_ipv6_google_access] if args.key?(:desired_private_ipv6_google_access)
|
1292
1317
|
@desired_release_channel = args[:desired_release_channel] if args.key?(:desired_release_channel)
|
1293
1318
|
@desired_resource_usage_export_config = args[:desired_resource_usage_export_config] if args.key?(:desired_resource_usage_export_config)
|
1319
|
+
@desired_service_external_ips_config = args[:desired_service_external_ips_config] if args.key?(:desired_service_external_ips_config)
|
1294
1320
|
@desired_shielded_nodes = args[:desired_shielded_nodes] if args.key?(:desired_shielded_nodes)
|
1295
1321
|
@desired_tpu_config = args[:desired_tpu_config] if args.key?(:desired_tpu_config)
|
1296
1322
|
@desired_vertical_pod_autoscaling = args[:desired_vertical_pod_autoscaling] if args.key?(:desired_vertical_pod_autoscaling)
|
@@ -2073,6 +2099,27 @@ module Google
|
|
2073
2099
|
end
|
2074
2100
|
end
|
2075
2101
|
|
2102
|
+
# IdentityServiceConfig is configuration for Identity Service which allows
|
2103
|
+
# customers to use external identity providers with the K8S API
|
2104
|
+
class IdentityServiceConfig
|
2105
|
+
include Google::Apis::Core::Hashable
|
2106
|
+
|
2107
|
+
# Whether to enable the Identity Service component
|
2108
|
+
# Corresponds to the JSON property `enabled`
|
2109
|
+
# @return [Boolean]
|
2110
|
+
attr_accessor :enabled
|
2111
|
+
alias_method :enabled?, :enabled
|
2112
|
+
|
2113
|
+
def initialize(**args)
|
2114
|
+
update!(**args)
|
2115
|
+
end
|
2116
|
+
|
2117
|
+
# Update properties of this object
|
2118
|
+
def update!(**args)
|
2119
|
+
@enabled = args[:enabled] if args.key?(:enabled)
|
2120
|
+
end
|
2121
|
+
end
|
2122
|
+
|
2076
2123
|
# IntraNodeVisibilityConfig contains the desired config of the intra-node
|
2077
2124
|
# visibility on this cluster.
|
2078
2125
|
class IntraNodeVisibilityConfig
|
@@ -3334,7 +3381,7 @@ module Google
|
|
3334
3381
|
alias_method :enabled?, :enabled
|
3335
3382
|
|
3336
3383
|
# Maximum number of nodes in the NodePool. Must be >= min_node_count. There has
|
3337
|
-
# to enough quota to scale up the cluster.
|
3384
|
+
# to be enough quota to scale up the cluster.
|
3338
3385
|
# Corresponds to the JSON property `maxNodeCount`
|
3339
3386
|
# @return [Fixnum]
|
3340
3387
|
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.16.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
|
@@ -256,6 +256,12 @@ module Google
|
|
256
256
|
include Google::Apis::Core::JsonObjectSupport
|
257
257
|
end
|
258
258
|
|
259
|
+
class IdentityServiceConfig
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
259
265
|
class IntraNodeVisibilityConfig
|
260
266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
267
|
|
@@ -932,6 +938,8 @@ module Google
|
|
932
938
|
property :endpoint, as: 'endpoint'
|
933
939
|
property :expire_time, as: 'expireTime'
|
934
940
|
property :id, as: 'id'
|
941
|
+
property :identity_service_config, as: 'identityServiceConfig', class: Google::Apis::ContainerV1beta1::IdentityServiceConfig, decorator: Google::Apis::ContainerV1beta1::IdentityServiceConfig::Representation
|
942
|
+
|
935
943
|
property :initial_cluster_version, as: 'initialClusterVersion'
|
936
944
|
property :initial_node_count, as: 'initialNodeCount'
|
937
945
|
collection :instance_group_urls, as: 'instanceGroupUrls'
|
@@ -1023,6 +1031,8 @@ module Google
|
|
1023
1031
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1024
1032
|
property :desired_addons_config, as: 'desiredAddonsConfig', class: Google::Apis::ContainerV1beta1::AddonsConfig, decorator: Google::Apis::ContainerV1beta1::AddonsConfig::Representation
|
1025
1033
|
|
1034
|
+
property :desired_authenticator_groups_config, as: 'desiredAuthenticatorGroupsConfig', class: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig, decorator: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig::Representation
|
1035
|
+
|
1026
1036
|
property :desired_autopilot, as: 'desiredAutopilot', class: Google::Apis::ContainerV1beta1::Autopilot, decorator: Google::Apis::ContainerV1beta1::Autopilot::Representation
|
1027
1037
|
|
1028
1038
|
property :desired_binary_authorization, as: 'desiredBinaryAuthorization', class: Google::Apis::ContainerV1beta1::BinaryAuthorization, decorator: Google::Apis::ContainerV1beta1::BinaryAuthorization::Representation
|
@@ -1038,6 +1048,8 @@ module Google
|
|
1038
1048
|
|
1039
1049
|
property :desired_dns_config, as: 'desiredDnsConfig', class: Google::Apis::ContainerV1beta1::DnsConfig, decorator: Google::Apis::ContainerV1beta1::DnsConfig::Representation
|
1040
1050
|
|
1051
|
+
property :desired_identity_service_config, as: 'desiredIdentityServiceConfig', class: Google::Apis::ContainerV1beta1::IdentityServiceConfig, decorator: Google::Apis::ContainerV1beta1::IdentityServiceConfig::Representation
|
1052
|
+
|
1041
1053
|
property :desired_image_type, as: 'desiredImageType'
|
1042
1054
|
property :desired_intra_node_visibility_config, as: 'desiredIntraNodeVisibilityConfig', class: Google::Apis::ContainerV1beta1::IntraNodeVisibilityConfig, decorator: Google::Apis::ContainerV1beta1::IntraNodeVisibilityConfig::Representation
|
1043
1055
|
|
@@ -1066,6 +1078,8 @@ module Google
|
|
1066
1078
|
|
1067
1079
|
property :desired_resource_usage_export_config, as: 'desiredResourceUsageExportConfig', class: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig::Representation
|
1068
1080
|
|
1081
|
+
property :desired_service_external_ips_config, as: 'desiredServiceExternalIpsConfig', class: Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig, decorator: Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig::Representation
|
1082
|
+
|
1069
1083
|
property :desired_shielded_nodes, as: 'desiredShieldedNodes', class: Google::Apis::ContainerV1beta1::ShieldedNodes, decorator: Google::Apis::ContainerV1beta1::ShieldedNodes::Representation
|
1070
1084
|
|
1071
1085
|
property :desired_tpu_config, as: 'desiredTpuConfig', class: Google::Apis::ContainerV1beta1::TpuConfig, decorator: Google::Apis::ContainerV1beta1::TpuConfig::Representation
|
@@ -1276,6 +1290,13 @@ module Google
|
|
1276
1290
|
end
|
1277
1291
|
end
|
1278
1292
|
|
1293
|
+
class IdentityServiceConfig
|
1294
|
+
# @private
|
1295
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1296
|
+
property :enabled, as: 'enabled'
|
1297
|
+
end
|
1298
|
+
end
|
1299
|
+
|
1279
1300
|
class IntraNodeVisibilityConfig
|
1280
1301
|
# @private
|
1281
1302
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.16.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
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.4'
|
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.
|
29
|
+
version: '0.4'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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/master/generated/google-apis-container_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.16.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-container_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|