google-apis-gkehub_v1alpha 0.82.0 → 0.83.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: cd18335a51ef9f532270adbf33a3d9983ffb3ad704569aa922c8252cf7b2c20d
|
4
|
+
data.tar.gz: 7ec4a70016f3298336f1cd4c6b1e6f591ca0e7164dccb51f01a51cae7a04c017
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d151a0c9b5e1a77124c479e887d6ec6b62bbb341907ec61d654483ae2e3c2c3c3ee960727062e952683a9394fa28243c5eddb4edb826cb77d49ce2d925b9424
|
7
|
+
data.tar.gz: bcf53bd06d408ab09c4cb8dcf863daa5f30cd69a4cee4061e94be9adad57acd47223033d2cecb932ace11026cefb190595a30f45a6c85d617bfe54975bbdcd98
|
data/CHANGELOG.md
CHANGED
@@ -1195,11 +1195,21 @@ module Google
|
|
1195
1195
|
# @return [String]
|
1196
1196
|
attr_accessor :monitor
|
1197
1197
|
|
1198
|
+
# Deployment state of otel-collector
|
1199
|
+
# Corresponds to the JSON property `otelCollector`
|
1200
|
+
# @return [String]
|
1201
|
+
attr_accessor :otel_collector
|
1202
|
+
|
1198
1203
|
# Deployment state of reconciler-manager pod
|
1199
1204
|
# Corresponds to the JSON property `reconcilerManager`
|
1200
1205
|
# @return [String]
|
1201
1206
|
attr_accessor :reconciler_manager
|
1202
1207
|
|
1208
|
+
# Deployment state of resource-group-controller-manager
|
1209
|
+
# Corresponds to the JSON property `resourceGroupControllerManager`
|
1210
|
+
# @return [String]
|
1211
|
+
attr_accessor :resource_group_controller_manager
|
1212
|
+
|
1203
1213
|
# Deployment state of root-reconciler
|
1204
1214
|
# Corresponds to the JSON property `rootReconciler`
|
1205
1215
|
# @return [String]
|
@@ -1220,7 +1230,9 @@ module Google
|
|
1220
1230
|
@git_sync = args[:git_sync] if args.key?(:git_sync)
|
1221
1231
|
@importer = args[:importer] if args.key?(:importer)
|
1222
1232
|
@monitor = args[:monitor] if args.key?(:monitor)
|
1233
|
+
@otel_collector = args[:otel_collector] if args.key?(:otel_collector)
|
1223
1234
|
@reconciler_manager = args[:reconciler_manager] if args.key?(:reconciler_manager)
|
1235
|
+
@resource_group_controller_manager = args[:resource_group_controller_manager] if args.key?(:resource_group_controller_manager)
|
1224
1236
|
@root_reconciler = args[:root_reconciler] if args.key?(:root_reconciler)
|
1225
1237
|
@syncer = args[:syncer] if args.key?(:syncer)
|
1226
1238
|
end
|
@@ -1304,7 +1316,7 @@ module Google
|
|
1304
1316
|
class ConfigManagementConfigSyncVersion
|
1305
1317
|
include Google::Apis::Core::Hashable
|
1306
1318
|
|
1307
|
-
# Version of the deployed
|
1319
|
+
# Version of the deployed admission-webhook pod
|
1308
1320
|
# Corresponds to the JSON property `admissionWebhook`
|
1309
1321
|
# @return [String]
|
1310
1322
|
attr_accessor :admission_webhook
|
@@ -1324,11 +1336,21 @@ module Google
|
|
1324
1336
|
# @return [String]
|
1325
1337
|
attr_accessor :monitor
|
1326
1338
|
|
1339
|
+
# Version of the deployed otel-collector pod
|
1340
|
+
# Corresponds to the JSON property `otelCollector`
|
1341
|
+
# @return [String]
|
1342
|
+
attr_accessor :otel_collector
|
1343
|
+
|
1327
1344
|
# Version of the deployed reconciler-manager pod
|
1328
1345
|
# Corresponds to the JSON property `reconcilerManager`
|
1329
1346
|
# @return [String]
|
1330
1347
|
attr_accessor :reconciler_manager
|
1331
1348
|
|
1349
|
+
# Version of the deployed resource-group-controller-manager pod
|
1350
|
+
# Corresponds to the JSON property `resourceGroupControllerManager`
|
1351
|
+
# @return [String]
|
1352
|
+
attr_accessor :resource_group_controller_manager
|
1353
|
+
|
1332
1354
|
# Version of the deployed reconciler container in root-reconciler pod
|
1333
1355
|
# Corresponds to the JSON property `rootReconciler`
|
1334
1356
|
# @return [String]
|
@@ -1349,7 +1371,9 @@ module Google
|
|
1349
1371
|
@git_sync = args[:git_sync] if args.key?(:git_sync)
|
1350
1372
|
@importer = args[:importer] if args.key?(:importer)
|
1351
1373
|
@monitor = args[:monitor] if args.key?(:monitor)
|
1374
|
+
@otel_collector = args[:otel_collector] if args.key?(:otel_collector)
|
1352
1375
|
@reconciler_manager = args[:reconciler_manager] if args.key?(:reconciler_manager)
|
1376
|
+
@resource_group_controller_manager = args[:resource_group_controller_manager] if args.key?(:resource_group_controller_manager)
|
1353
1377
|
@root_reconciler = args[:root_reconciler] if args.key?(:root_reconciler)
|
1354
1378
|
@syncer = args[:syncer] if args.key?(:syncer)
|
1355
1379
|
end
|
@@ -6054,6 +6078,12 @@ module Google
|
|
6054
6078
|
class ServiceMeshMembershipSpec
|
6055
6079
|
include Google::Apis::Core::Hashable
|
6056
6080
|
|
6081
|
+
# Optional. Specifies the API that will be used for configuring the mesh
|
6082
|
+
# workloads.
|
6083
|
+
# Corresponds to the JSON property `configApi`
|
6084
|
+
# @return [String]
|
6085
|
+
attr_accessor :config_api
|
6086
|
+
|
6057
6087
|
# Deprecated: use `management` instead Enables automatic control plane
|
6058
6088
|
# management.
|
6059
6089
|
# Corresponds to the JSON property `controlPlane`
|
@@ -6066,7 +6096,7 @@ module Google
|
|
6066
6096
|
# @return [String]
|
6067
6097
|
attr_accessor :default_channel
|
6068
6098
|
|
6069
|
-
# Enables automatic Service Mesh management.
|
6099
|
+
# Optional. Enables automatic Service Mesh management.
|
6070
6100
|
# Corresponds to the JSON property `management`
|
6071
6101
|
# @return [String]
|
6072
6102
|
attr_accessor :management
|
@@ -6077,6 +6107,7 @@ module Google
|
|
6077
6107
|
|
6078
6108
|
# Update properties of this object
|
6079
6109
|
def update!(**args)
|
6110
|
+
@config_api = args[:config_api] if args.key?(:config_api)
|
6080
6111
|
@control_plane = args[:control_plane] if args.key?(:control_plane)
|
6081
6112
|
@default_channel = args[:default_channel] if args.key?(:default_channel)
|
6082
6113
|
@management = args[:management] if args.key?(:management)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GkehubV1alpha
|
18
18
|
# Version of the google-apis-gkehub_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.83.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240706"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1440,7 +1440,9 @@ module Google
|
|
1440
1440
|
property :git_sync, as: 'gitSync'
|
1441
1441
|
property :importer, as: 'importer'
|
1442
1442
|
property :monitor, as: 'monitor'
|
1443
|
+
property :otel_collector, as: 'otelCollector'
|
1443
1444
|
property :reconciler_manager, as: 'reconcilerManager'
|
1445
|
+
property :resource_group_controller_manager, as: 'resourceGroupControllerManager'
|
1444
1446
|
property :root_reconciler, as: 'rootReconciler'
|
1445
1447
|
property :syncer, as: 'syncer'
|
1446
1448
|
end
|
@@ -1477,7 +1479,9 @@ module Google
|
|
1477
1479
|
property :git_sync, as: 'gitSync'
|
1478
1480
|
property :importer, as: 'importer'
|
1479
1481
|
property :monitor, as: 'monitor'
|
1482
|
+
property :otel_collector, as: 'otelCollector'
|
1480
1483
|
property :reconciler_manager, as: 'reconcilerManager'
|
1484
|
+
property :resource_group_controller_manager, as: 'resourceGroupControllerManager'
|
1481
1485
|
property :root_reconciler, as: 'rootReconciler'
|
1482
1486
|
property :syncer, as: 'syncer'
|
1483
1487
|
end
|
@@ -2820,6 +2824,7 @@ module Google
|
|
2820
2824
|
class ServiceMeshMembershipSpec
|
2821
2825
|
# @private
|
2822
2826
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2827
|
+
property :config_api, as: 'configApi'
|
2823
2828
|
property :control_plane, as: 'controlPlane'
|
2824
2829
|
property :default_channel, as: 'defaultChannel'
|
2825
2830
|
property :management, as: 'management'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-gkehub_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.83.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: 2024-
|
11
|
+
date: 2024-07-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -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/main/generated/google-apis-gkehub_v1alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.83.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|