google-apis-gkehub_v1alpha 0.86.0 → 0.88.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: 81d677ec823073b478dc0b51a6aef4ef700edf14f7629bdfc4a5e9badbf99efd
|
4
|
+
data.tar.gz: cbbf234e71bf9d6770bb149c3e495b6f2f0e2301e9cd8e2aa99a09e2ff7297e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd341acba2a5de382ff7b96ef64900068561ff04b7b02361429dd091a4e7147c49500874380e7a7de440924b6fbd188fa929e95df8bbd387cf32d8e37fe6b44f
|
7
|
+
data.tar.gz: e6847865dd61586e1ab3a354c9c8baaba188375c73de0d957e83e52f86bfd9e6960a34e9c1180fbbd3e49d9aca0d6262eb6691002c9d41af414dcfdc090bfea2
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-gkehub_v1alpha
|
2
2
|
|
3
|
+
### v0.88.0 (2025-03-09)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250302
|
6
|
+
|
7
|
+
### v0.87.0 (2025-02-26)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250209
|
10
|
+
|
3
11
|
### v0.86.0 (2025-01-12)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250103
|
@@ -22,60 +22,6 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module GkehubV1alpha
|
24
24
|
|
25
|
-
# **Anthos Observability**: Spec
|
26
|
-
class AnthosObservabilityFeatureSpec
|
27
|
-
include Google::Apis::Core::Hashable
|
28
|
-
|
29
|
-
# **Anthosobservability**: Per-Membership Feature spec.
|
30
|
-
# Corresponds to the JSON property `defaultMembershipSpec`
|
31
|
-
# @return [Google::Apis::GkehubV1alpha::AnthosObservabilityMembershipSpec]
|
32
|
-
attr_accessor :default_membership_spec
|
33
|
-
|
34
|
-
def initialize(**args)
|
35
|
-
update!(**args)
|
36
|
-
end
|
37
|
-
|
38
|
-
# Update properties of this object
|
39
|
-
def update!(**args)
|
40
|
-
@default_membership_spec = args[:default_membership_spec] if args.key?(:default_membership_spec)
|
41
|
-
end
|
42
|
-
end
|
43
|
-
|
44
|
-
# **Anthosobservability**: Per-Membership Feature spec.
|
45
|
-
class AnthosObservabilityMembershipSpec
|
46
|
-
include Google::Apis::Core::Hashable
|
47
|
-
|
48
|
-
# Use full of metrics rather than optimized metrics. See https://cloud.google.
|
49
|
-
# com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#
|
50
|
-
# optimized_metrics_default_metrics
|
51
|
-
# Corresponds to the JSON property `doNotOptimizeMetrics`
|
52
|
-
# @return [Boolean]
|
53
|
-
attr_accessor :do_not_optimize_metrics
|
54
|
-
alias_method :do_not_optimize_metrics?, :do_not_optimize_metrics
|
55
|
-
|
56
|
-
# Enable collecting and reporting metrics and logs from user apps.
|
57
|
-
# Corresponds to the JSON property `enableStackdriverOnApplications`
|
58
|
-
# @return [Boolean]
|
59
|
-
attr_accessor :enable_stackdriver_on_applications
|
60
|
-
alias_method :enable_stackdriver_on_applications?, :enable_stackdriver_on_applications
|
61
|
-
|
62
|
-
# the version of stackdriver operator used by this feature
|
63
|
-
# Corresponds to the JSON property `version`
|
64
|
-
# @return [String]
|
65
|
-
attr_accessor :version
|
66
|
-
|
67
|
-
def initialize(**args)
|
68
|
-
update!(**args)
|
69
|
-
end
|
70
|
-
|
71
|
-
# Update properties of this object
|
72
|
-
def update!(**args)
|
73
|
-
@do_not_optimize_metrics = args[:do_not_optimize_metrics] if args.key?(:do_not_optimize_metrics)
|
74
|
-
@enable_stackdriver_on_applications = args[:enable_stackdriver_on_applications] if args.key?(:enable_stackdriver_on_applications)
|
75
|
-
@version = args[:version] if args.key?(:version)
|
76
|
-
end
|
77
|
-
end
|
78
|
-
|
79
25
|
# Spec for App Dev Experience Feature.
|
80
26
|
class AppDevExperienceFeatureSpec
|
81
27
|
include Google::Apis::Core::Hashable
|
@@ -892,11 +838,6 @@ module Google
|
|
892
838
|
class CommonFeatureSpec
|
893
839
|
include Google::Apis::Core::Hashable
|
894
840
|
|
895
|
-
# **Anthos Observability**: Spec
|
896
|
-
# Corresponds to the JSON property `anthosobservability`
|
897
|
-
# @return [Google::Apis::GkehubV1alpha::AnthosObservabilityFeatureSpec]
|
898
|
-
attr_accessor :anthosobservability
|
899
|
-
|
900
841
|
# Spec for App Dev Experience Feature.
|
901
842
|
# Corresponds to the JSON property `appdevexperience`
|
902
843
|
# @return [Google::Apis::GkehubV1alpha::AppDevExperienceFeatureSpec]
|
@@ -947,7 +888,6 @@ module Google
|
|
947
888
|
|
948
889
|
# Update properties of this object
|
949
890
|
def update!(**args)
|
950
|
-
@anthosobservability = args[:anthosobservability] if args.key?(:anthosobservability)
|
951
891
|
@appdevexperience = args[:appdevexperience] if args.key?(:appdevexperience)
|
952
892
|
@cloudauditlogging = args[:cloudauditlogging] if args.key?(:cloudauditlogging)
|
953
893
|
@clusterupgrade = args[:clusterupgrade] if args.key?(:clusterupgrade)
|
@@ -1164,12 +1104,10 @@ module Google
|
|
1164
1104
|
class ConfigManagementConfigSync
|
1165
1105
|
include Google::Apis::Core::Hashable
|
1166
1106
|
|
1167
|
-
# Optional.
|
1168
|
-
#
|
1169
|
-
#
|
1170
|
-
|
1171
|
-
attr_accessor :allow_vertical_scale
|
1172
|
-
alias_method :allow_vertical_scale?, :allow_vertical_scale
|
1107
|
+
# Optional. Configuration for deployment overrides.
|
1108
|
+
# Corresponds to the JSON property `deploymentOverrides`
|
1109
|
+
# @return [Array<Google::Apis::GkehubV1alpha::ConfigManagementDeploymentOverride>]
|
1110
|
+
attr_accessor :deployment_overrides
|
1173
1111
|
|
1174
1112
|
# Optional. Enables the installation of ConfigSync. If set to true, ConfigSync
|
1175
1113
|
# resources will be created and the other ConfigSync fields will be applied if
|
@@ -1231,7 +1169,7 @@ module Google
|
|
1231
1169
|
|
1232
1170
|
# Update properties of this object
|
1233
1171
|
def update!(**args)
|
1234
|
-
@
|
1172
|
+
@deployment_overrides = args[:deployment_overrides] if args.key?(:deployment_overrides)
|
1235
1173
|
@enabled = args[:enabled] if args.key?(:enabled)
|
1236
1174
|
@git = args[:git] if args.key?(:git)
|
1237
1175
|
@metrics_gcp_service_account_email = args[:metrics_gcp_service_account_email] if args.key?(:metrics_gcp_service_account_email)
|
@@ -1464,6 +1402,80 @@ module Google
|
|
1464
1402
|
end
|
1465
1403
|
end
|
1466
1404
|
|
1405
|
+
# Configuration for a container override.
|
1406
|
+
class ConfigManagementContainerOverride
|
1407
|
+
include Google::Apis::Core::Hashable
|
1408
|
+
|
1409
|
+
# Required. The name of the container.
|
1410
|
+
# Corresponds to the JSON property `containerName`
|
1411
|
+
# @return [String]
|
1412
|
+
attr_accessor :container_name
|
1413
|
+
|
1414
|
+
# Optional. The cpu limit of the container.
|
1415
|
+
# Corresponds to the JSON property `cpuLimit`
|
1416
|
+
# @return [String]
|
1417
|
+
attr_accessor :cpu_limit
|
1418
|
+
|
1419
|
+
# Optional. The cpu request of the container.
|
1420
|
+
# Corresponds to the JSON property `cpuRequest`
|
1421
|
+
# @return [String]
|
1422
|
+
attr_accessor :cpu_request
|
1423
|
+
|
1424
|
+
# Optional. The memory limit of the container.
|
1425
|
+
# Corresponds to the JSON property `memoryLimit`
|
1426
|
+
# @return [String]
|
1427
|
+
attr_accessor :memory_limit
|
1428
|
+
|
1429
|
+
# Optional. The memory request of the container.
|
1430
|
+
# Corresponds to the JSON property `memoryRequest`
|
1431
|
+
# @return [String]
|
1432
|
+
attr_accessor :memory_request
|
1433
|
+
|
1434
|
+
def initialize(**args)
|
1435
|
+
update!(**args)
|
1436
|
+
end
|
1437
|
+
|
1438
|
+
# Update properties of this object
|
1439
|
+
def update!(**args)
|
1440
|
+
@container_name = args[:container_name] if args.key?(:container_name)
|
1441
|
+
@cpu_limit = args[:cpu_limit] if args.key?(:cpu_limit)
|
1442
|
+
@cpu_request = args[:cpu_request] if args.key?(:cpu_request)
|
1443
|
+
@memory_limit = args[:memory_limit] if args.key?(:memory_limit)
|
1444
|
+
@memory_request = args[:memory_request] if args.key?(:memory_request)
|
1445
|
+
end
|
1446
|
+
end
|
1447
|
+
|
1448
|
+
# Configuration for a deployment override.
|
1449
|
+
class ConfigManagementDeploymentOverride
|
1450
|
+
include Google::Apis::Core::Hashable
|
1451
|
+
|
1452
|
+
# Optional. The containers of the deployment resource to be overridden.
|
1453
|
+
# Corresponds to the JSON property `containers`
|
1454
|
+
# @return [Array<Google::Apis::GkehubV1alpha::ConfigManagementContainerOverride>]
|
1455
|
+
attr_accessor :containers
|
1456
|
+
|
1457
|
+
# Required. The name of the deployment resource to be overridden.
|
1458
|
+
# Corresponds to the JSON property `deploymentName`
|
1459
|
+
# @return [String]
|
1460
|
+
attr_accessor :deployment_name
|
1461
|
+
|
1462
|
+
# Required. The namespace of the deployment resource to be overridden..
|
1463
|
+
# Corresponds to the JSON property `deploymentNamespace`
|
1464
|
+
# @return [String]
|
1465
|
+
attr_accessor :deployment_namespace
|
1466
|
+
|
1467
|
+
def initialize(**args)
|
1468
|
+
update!(**args)
|
1469
|
+
end
|
1470
|
+
|
1471
|
+
# Update properties of this object
|
1472
|
+
def update!(**args)
|
1473
|
+
@containers = args[:containers] if args.key?(:containers)
|
1474
|
+
@deployment_name = args[:deployment_name] if args.key?(:deployment_name)
|
1475
|
+
@deployment_namespace = args[:deployment_namespace] if args.key?(:deployment_namespace)
|
1476
|
+
end
|
1477
|
+
end
|
1478
|
+
|
1467
1479
|
# Model for a config file in the git repo with an associated Sync error
|
1468
1480
|
class ConfigManagementErrorResource
|
1469
1481
|
include Google::Apis::Core::Hashable
|
@@ -1555,8 +1567,8 @@ module Google
|
|
1555
1567
|
attr_accessor :policy_dir
|
1556
1568
|
|
1557
1569
|
# Required. Type of secret configured for access to the Git repo. Must be one of
|
1558
|
-
# ssh, cookiefile, gcenode, token, gcpserviceaccount or none. The
|
1559
|
-
# this is case-sensitive.
|
1570
|
+
# ssh, cookiefile, gcenode, token, gcpserviceaccount, githubapp or none. The
|
1571
|
+
# validation of this is case-sensitive.
|
1560
1572
|
# Corresponds to the JSON property `secretType`
|
1561
1573
|
# @return [String]
|
1562
1574
|
attr_accessor :secret_type
|
@@ -1566,7 +1578,7 @@ module Google
|
|
1566
1578
|
# @return [String]
|
1567
1579
|
attr_accessor :sync_branch
|
1568
1580
|
|
1569
|
-
#
|
1581
|
+
# Required. The URL of the Git repository to use as the source of truth.
|
1570
1582
|
# Corresponds to the JSON property `syncRepo`
|
1571
1583
|
# @return [String]
|
1572
1584
|
attr_accessor :sync_repo
|
@@ -1892,12 +1904,14 @@ module Google
|
|
1892
1904
|
# @return [String]
|
1893
1905
|
attr_accessor :policy_dir
|
1894
1906
|
|
1895
|
-
#
|
1907
|
+
# Required. Type of secret configured for access to the OCI repo. Must be one of
|
1908
|
+
# gcenode, gcpserviceaccount, k8sserviceaccount or none. The validation of this
|
1909
|
+
# is case-sensitive.
|
1896
1910
|
# Corresponds to the JSON property `secretType`
|
1897
1911
|
# @return [String]
|
1898
1912
|
attr_accessor :secret_type
|
1899
1913
|
|
1900
|
-
#
|
1914
|
+
# Required. The OCI image repository URL for the package to sync from. e.g. `
|
1901
1915
|
# LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.
|
1902
1916
|
# Corresponds to the JSON property `syncRepo`
|
1903
1917
|
# @return [String]
|
@@ -4492,11 +4506,6 @@ module Google
|
|
4492
4506
|
class MembershipFeatureSpec
|
4493
4507
|
include Google::Apis::Core::Hashable
|
4494
4508
|
|
4495
|
-
# **Anthosobservability**: Per-Membership Feature spec.
|
4496
|
-
# Corresponds to the JSON property `anthosobservability`
|
4497
|
-
# @return [Google::Apis::GkehubV1alpha::AnthosObservabilityMembershipSpec]
|
4498
|
-
attr_accessor :anthosobservability
|
4499
|
-
|
4500
4509
|
# **Cloud Build**: Configurations for each Cloud Build enabled cluster.
|
4501
4510
|
# Corresponds to the JSON property `cloudbuild`
|
4502
4511
|
# @return [Google::Apis::GkehubV1alpha::CloudBuildMembershipSpec]
|
@@ -4553,7 +4562,6 @@ module Google
|
|
4553
4562
|
|
4554
4563
|
# Update properties of this object
|
4555
4564
|
def update!(**args)
|
4556
|
-
@anthosobservability = args[:anthosobservability] if args.key?(:anthosobservability)
|
4557
4565
|
@cloudbuild = args[:cloudbuild] if args.key?(:cloudbuild)
|
4558
4566
|
@configmanagement = args[:configmanagement] if args.key?(:configmanagement)
|
4559
4567
|
@fleetobservability = args[:fleetobservability] if args.key?(:fleetobservability)
|
@@ -6126,7 +6134,8 @@ module Google
|
|
6126
6134
|
end
|
6127
6135
|
end
|
6128
6136
|
|
6129
|
-
# Condition being reported.
|
6137
|
+
# Condition being reported. TODO b/395151419: Remove this message once the
|
6138
|
+
# membership-level conditions field uses the common Condition message.
|
6130
6139
|
class ServiceMeshCondition
|
6131
6140
|
include Google::Apis::Core::Hashable
|
6132
6141
|
|
@@ -6220,6 +6229,45 @@ module Google
|
|
6220
6229
|
end
|
6221
6230
|
end
|
6222
6231
|
|
6232
|
+
# Condition being reported. TODO b/395151419: This message should be used to
|
6233
|
+
# replace the membership-level Condition message.
|
6234
|
+
class ServiceMeshFeatureCondition
|
6235
|
+
include Google::Apis::Core::Hashable
|
6236
|
+
|
6237
|
+
# Unique identifier of the condition which describes the condition recognizable
|
6238
|
+
# to the user.
|
6239
|
+
# Corresponds to the JSON property `code`
|
6240
|
+
# @return [String]
|
6241
|
+
attr_accessor :code
|
6242
|
+
|
6243
|
+
# A short summary about the issue.
|
6244
|
+
# Corresponds to the JSON property `details`
|
6245
|
+
# @return [String]
|
6246
|
+
attr_accessor :details
|
6247
|
+
|
6248
|
+
# Links contains actionable information.
|
6249
|
+
# Corresponds to the JSON property `documentationLink`
|
6250
|
+
# @return [String]
|
6251
|
+
attr_accessor :documentation_link
|
6252
|
+
|
6253
|
+
# Severity level of the condition.
|
6254
|
+
# Corresponds to the JSON property `severity`
|
6255
|
+
# @return [String]
|
6256
|
+
attr_accessor :severity
|
6257
|
+
|
6258
|
+
def initialize(**args)
|
6259
|
+
update!(**args)
|
6260
|
+
end
|
6261
|
+
|
6262
|
+
# Update properties of this object
|
6263
|
+
def update!(**args)
|
6264
|
+
@code = args[:code] if args.key?(:code)
|
6265
|
+
@details = args[:details] if args.key?(:details)
|
6266
|
+
@documentation_link = args[:documentation_link] if args.key?(:documentation_link)
|
6267
|
+
@severity = args[:severity] if args.key?(:severity)
|
6268
|
+
end
|
6269
|
+
end
|
6270
|
+
|
6223
6271
|
# **Service Mesh**: State for the whole Hub, as analyzed by the Service Mesh Hub
|
6224
6272
|
# Controller.
|
6225
6273
|
class ServiceMeshFeatureState
|
@@ -6230,6 +6278,11 @@ module Google
|
|
6230
6278
|
# @return [Array<Google::Apis::GkehubV1alpha::ServiceMeshAnalysisMessage>]
|
6231
6279
|
attr_accessor :analysis_messages
|
6232
6280
|
|
6281
|
+
# Output only. List of conditions reported for this feature.
|
6282
|
+
# Corresponds to the JSON property `conditions`
|
6283
|
+
# @return [Array<Google::Apis::GkehubV1alpha::ServiceMeshFeatureCondition>]
|
6284
|
+
attr_accessor :conditions
|
6285
|
+
|
6233
6286
|
def initialize(**args)
|
6234
6287
|
update!(**args)
|
6235
6288
|
end
|
@@ -6237,6 +6290,7 @@ module Google
|
|
6237
6290
|
# Update properties of this object
|
6238
6291
|
def update!(**args)
|
6239
6292
|
@analysis_messages = args[:analysis_messages] if args.key?(:analysis_messages)
|
6293
|
+
@conditions = args[:conditions] if args.key?(:conditions)
|
6240
6294
|
end
|
6241
6295
|
end
|
6242
6296
|
|
@@ -6290,7 +6344,8 @@ module Google
|
|
6290
6344
|
# @return [Array<Google::Apis::GkehubV1alpha::ServiceMeshAnalysisMessage>]
|
6291
6345
|
attr_accessor :analysis_messages
|
6292
6346
|
|
6293
|
-
# Output only. List of conditions reported for this membership.
|
6347
|
+
# Output only. List of conditions reported for this membership. TODO b/395151419:
|
6348
|
+
# Use the common Condition message.
|
6294
6349
|
# Corresponds to the JSON property `conditions`
|
6295
6350
|
# @return [Array<Google::Apis::GkehubV1alpha::ServiceMeshCondition>]
|
6296
6351
|
attr_accessor :conditions
|
@@ -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.88.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250302"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,18 +22,6 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module GkehubV1alpha
|
24
24
|
|
25
|
-
class AnthosObservabilityFeatureSpec
|
26
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
-
|
28
|
-
include Google::Apis::Core::JsonObjectSupport
|
29
|
-
end
|
30
|
-
|
31
|
-
class AnthosObservabilityMembershipSpec
|
32
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
-
|
34
|
-
include Google::Apis::Core::JsonObjectSupport
|
35
|
-
end
|
36
|
-
|
37
25
|
class AppDevExperienceFeatureSpec
|
38
26
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
27
|
|
@@ -262,6 +250,18 @@ module Google
|
|
262
250
|
include Google::Apis::Core::JsonObjectSupport
|
263
251
|
end
|
264
252
|
|
253
|
+
class ConfigManagementContainerOverride
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class ConfigManagementDeploymentOverride
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
265
|
class ConfigManagementErrorResource
|
266
266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
267
|
|
@@ -1042,6 +1042,12 @@ module Google
|
|
1042
1042
|
include Google::Apis::Core::JsonObjectSupport
|
1043
1043
|
end
|
1044
1044
|
|
1045
|
+
class ServiceMeshFeatureCondition
|
1046
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1047
|
+
|
1048
|
+
include Google::Apis::Core::JsonObjectSupport
|
1049
|
+
end
|
1050
|
+
|
1045
1051
|
class ServiceMeshFeatureState
|
1046
1052
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1047
1053
|
|
@@ -1126,23 +1132,6 @@ module Google
|
|
1126
1132
|
include Google::Apis::Core::JsonObjectSupport
|
1127
1133
|
end
|
1128
1134
|
|
1129
|
-
class AnthosObservabilityFeatureSpec
|
1130
|
-
# @private
|
1131
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1132
|
-
property :default_membership_spec, as: 'defaultMembershipSpec', class: Google::Apis::GkehubV1alpha::AnthosObservabilityMembershipSpec, decorator: Google::Apis::GkehubV1alpha::AnthosObservabilityMembershipSpec::Representation
|
1133
|
-
|
1134
|
-
end
|
1135
|
-
end
|
1136
|
-
|
1137
|
-
class AnthosObservabilityMembershipSpec
|
1138
|
-
# @private
|
1139
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1140
|
-
property :do_not_optimize_metrics, as: 'doNotOptimizeMetrics'
|
1141
|
-
property :enable_stackdriver_on_applications, as: 'enableStackdriverOnApplications'
|
1142
|
-
property :version, as: 'version'
|
1143
|
-
end
|
1144
|
-
end
|
1145
|
-
|
1146
1135
|
class AppDevExperienceFeatureSpec
|
1147
1136
|
# @private
|
1148
1137
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1374,8 +1363,6 @@ module Google
|
|
1374
1363
|
class CommonFeatureSpec
|
1375
1364
|
# @private
|
1376
1365
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1377
|
-
property :anthosobservability, as: 'anthosobservability', class: Google::Apis::GkehubV1alpha::AnthosObservabilityFeatureSpec, decorator: Google::Apis::GkehubV1alpha::AnthosObservabilityFeatureSpec::Representation
|
1378
|
-
|
1379
1366
|
property :appdevexperience, as: 'appdevexperience', class: Google::Apis::GkehubV1alpha::AppDevExperienceFeatureSpec, decorator: Google::Apis::GkehubV1alpha::AppDevExperienceFeatureSpec::Representation
|
1380
1367
|
|
1381
1368
|
property :cloudauditlogging, as: 'cloudauditlogging', class: Google::Apis::GkehubV1alpha::CloudAuditLoggingFeatureSpec, decorator: Google::Apis::GkehubV1alpha::CloudAuditLoggingFeatureSpec::Representation
|
@@ -1469,7 +1456,8 @@ module Google
|
|
1469
1456
|
class ConfigManagementConfigSync
|
1470
1457
|
# @private
|
1471
1458
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1472
|
-
|
1459
|
+
collection :deployment_overrides, as: 'deploymentOverrides', class: Google::Apis::GkehubV1alpha::ConfigManagementDeploymentOverride, decorator: Google::Apis::GkehubV1alpha::ConfigManagementDeploymentOverride::Representation
|
1460
|
+
|
1473
1461
|
property :enabled, as: 'enabled'
|
1474
1462
|
property :git, as: 'git', class: Google::Apis::GkehubV1alpha::ConfigManagementGitConfig, decorator: Google::Apis::GkehubV1alpha::ConfigManagementGitConfig::Representation
|
1475
1463
|
|
@@ -1538,6 +1526,27 @@ module Google
|
|
1538
1526
|
end
|
1539
1527
|
end
|
1540
1528
|
|
1529
|
+
class ConfigManagementContainerOverride
|
1530
|
+
# @private
|
1531
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1532
|
+
property :container_name, as: 'containerName'
|
1533
|
+
property :cpu_limit, as: 'cpuLimit'
|
1534
|
+
property :cpu_request, as: 'cpuRequest'
|
1535
|
+
property :memory_limit, as: 'memoryLimit'
|
1536
|
+
property :memory_request, as: 'memoryRequest'
|
1537
|
+
end
|
1538
|
+
end
|
1539
|
+
|
1540
|
+
class ConfigManagementDeploymentOverride
|
1541
|
+
# @private
|
1542
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1543
|
+
collection :containers, as: 'containers', class: Google::Apis::GkehubV1alpha::ConfigManagementContainerOverride, decorator: Google::Apis::GkehubV1alpha::ConfigManagementContainerOverride::Representation
|
1544
|
+
|
1545
|
+
property :deployment_name, as: 'deploymentName'
|
1546
|
+
property :deployment_namespace, as: 'deploymentNamespace'
|
1547
|
+
end
|
1548
|
+
end
|
1549
|
+
|
1541
1550
|
class ConfigManagementErrorResource
|
1542
1551
|
# @private
|
1543
1552
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2401,8 +2410,6 @@ module Google
|
|
2401
2410
|
class MembershipFeatureSpec
|
2402
2411
|
# @private
|
2403
2412
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2404
|
-
property :anthosobservability, as: 'anthosobservability', class: Google::Apis::GkehubV1alpha::AnthosObservabilityMembershipSpec, decorator: Google::Apis::GkehubV1alpha::AnthosObservabilityMembershipSpec::Representation
|
2405
|
-
|
2406
2413
|
property :cloudbuild, as: 'cloudbuild', class: Google::Apis::GkehubV1alpha::CloudBuildMembershipSpec, decorator: Google::Apis::GkehubV1alpha::CloudBuildMembershipSpec::Representation
|
2407
2414
|
|
2408
2415
|
property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1alpha::ConfigManagementMembershipSpec, decorator: Google::Apis::GkehubV1alpha::ConfigManagementMembershipSpec::Representation
|
@@ -2886,11 +2893,23 @@ module Google
|
|
2886
2893
|
end
|
2887
2894
|
end
|
2888
2895
|
|
2896
|
+
class ServiceMeshFeatureCondition
|
2897
|
+
# @private
|
2898
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2899
|
+
property :code, as: 'code'
|
2900
|
+
property :details, as: 'details'
|
2901
|
+
property :documentation_link, as: 'documentationLink'
|
2902
|
+
property :severity, as: 'severity'
|
2903
|
+
end
|
2904
|
+
end
|
2905
|
+
|
2889
2906
|
class ServiceMeshFeatureState
|
2890
2907
|
# @private
|
2891
2908
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2892
2909
|
collection :analysis_messages, as: 'analysisMessages', class: Google::Apis::GkehubV1alpha::ServiceMeshAnalysisMessage, decorator: Google::Apis::GkehubV1alpha::ServiceMeshAnalysisMessage::Representation
|
2893
2910
|
|
2911
|
+
collection :conditions, as: 'conditions', class: Google::Apis::GkehubV1alpha::ServiceMeshFeatureCondition, decorator: Google::Apis::GkehubV1alpha::ServiceMeshFeatureCondition::Representation
|
2912
|
+
|
2894
2913
|
end
|
2895
2914
|
end
|
2896
2915
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.88.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-03-09 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.88.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.5
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for GKE Hub API V1alpha
|
79
79
|
test_files: []
|