google-apis-gkehub_v1beta 0.79.0 → 0.81.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: 610e316f925ffdfc7a843090540cece064fd3474a9124c9b893f3e926774014e
|
4
|
+
data.tar.gz: 6de254220f3741f190213b224afb8911ea61e76d866b3b8d05e3cb36779c6de6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28a3b8b45694a06065041018e9748f016dbed5bad90f96513bce80c990058c408c001d909a2a6e42016b6a7648c4c4bfc42a7256af954ad76f4a303a0901ac54
|
7
|
+
data.tar.gz: 2269249c4f07b540747bbae9cfbbaf1197ac73918f8bd3f512f11904bc85f516d7d38b40e438104a61deb0f0f6c6f80f6f8a8193fd98a999af1ff611a339f97c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-gkehub_v1beta
|
2
2
|
|
3
|
+
### v0.81.0 (2025-02-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250209
|
6
|
+
|
7
|
+
### v0.80.0 (2025-01-12)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250103
|
10
|
+
* Regenerated using generator version 0.16.0
|
11
|
+
|
3
12
|
### v0.79.0 (2024-12-15)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20241206
|
@@ -22,60 +22,6 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module GkehubV1beta
|
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::GkehubV1beta::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
|
@@ -762,11 +708,6 @@ module Google
|
|
762
708
|
class CommonFeatureSpec
|
763
709
|
include Google::Apis::Core::Hashable
|
764
710
|
|
765
|
-
# **Anthos Observability**: Spec
|
766
|
-
# Corresponds to the JSON property `anthosobservability`
|
767
|
-
# @return [Google::Apis::GkehubV1beta::AnthosObservabilityFeatureSpec]
|
768
|
-
attr_accessor :anthosobservability
|
769
|
-
|
770
711
|
# Spec for App Dev Experience Feature.
|
771
712
|
# Corresponds to the JSON property `appdevexperience`
|
772
713
|
# @return [Google::Apis::GkehubV1beta::AppDevExperienceFeatureSpec]
|
@@ -800,7 +741,6 @@ module Google
|
|
800
741
|
|
801
742
|
# Update properties of this object
|
802
743
|
def update!(**args)
|
803
|
-
@anthosobservability = args[:anthosobservability] if args.key?(:anthosobservability)
|
804
744
|
@appdevexperience = args[:appdevexperience] if args.key?(:appdevexperience)
|
805
745
|
@clusterupgrade = args[:clusterupgrade] if args.key?(:clusterupgrade)
|
806
746
|
@dataplanev2 = args[:dataplanev2] if args.key?(:dataplanev2)
|
@@ -1001,18 +941,11 @@ module Google
|
|
1001
941
|
class ConfigManagementConfigSync
|
1002
942
|
include Google::Apis::Core::Hashable
|
1003
943
|
|
1004
|
-
#
|
1005
|
-
#
|
1006
|
-
#
|
1007
|
-
#
|
1008
|
-
|
1009
|
-
alias_method :allow_vertical_scale?, :allow_vertical_scale
|
1010
|
-
|
1011
|
-
# Enables the installation of ConfigSync. If set to true, ConfigSync resources
|
1012
|
-
# will be created and the other ConfigSync fields will be applied if exist. If
|
1013
|
-
# set to false, all other ConfigSync fields will be ignored, ConfigSync
|
1014
|
-
# resources will be deleted. If omitted, ConfigSync resources will be managed
|
1015
|
-
# depends on the presence of the git or oci field.
|
944
|
+
# Optional. Enables the installation of ConfigSync. If set to true, ConfigSync
|
945
|
+
# resources will be created and the other ConfigSync fields will be applied if
|
946
|
+
# exist. If set to false, all other ConfigSync fields will be ignored,
|
947
|
+
# ConfigSync resources will be deleted. If omitted, ConfigSync resources will be
|
948
|
+
# managed depends on the presence of the git or oci field.
|
1016
949
|
# Corresponds to the JSON property `enabled`
|
1017
950
|
# @return [Boolean]
|
1018
951
|
attr_accessor :enabled
|
@@ -1023,15 +956,15 @@ module Google
|
|
1023
956
|
# @return [Google::Apis::GkehubV1beta::ConfigManagementGitConfig]
|
1024
957
|
attr_accessor :git
|
1025
958
|
|
1026
|
-
# The Email of the Google Cloud Service Account (GSA) used for
|
1027
|
-
# Sync metrics to Cloud Monitoring and Cloud Monarch when
|
1028
|
-
# enabled. The GSA should have the Monitoring Metric Writer
|
1029
|
-
# metricWriter) IAM role. The Kubernetes ServiceAccount `
|
1030
|
-
# namespace `config-management-monitoring` should be bound to
|
1031
|
-
# Deprecated: If Workload Identity Federation for GKE is enabled,
|
1032
|
-
# Service Account is no longer needed for exporting Config Sync
|
1033
|
-
# cloud.google.com/kubernetes-engine/enterprise/config-sync/
|
1034
|
-
# config-sync-cloud-monitoring#custom-monitoring.
|
959
|
+
# Optional. The Email of the Google Cloud Service Account (GSA) used for
|
960
|
+
# exporting Config Sync metrics to Cloud Monitoring and Cloud Monarch when
|
961
|
+
# Workload Identity is enabled. The GSA should have the Monitoring Metric Writer
|
962
|
+
# (roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount `
|
963
|
+
# default` in the namespace `config-management-monitoring` should be bound to
|
964
|
+
# the GSA. Deprecated: If Workload Identity Federation for GKE is enabled,
|
965
|
+
# Google Cloud Service Account is no longer needed for exporting Config Sync
|
966
|
+
# metrics: https://cloud.google.com/kubernetes-engine/enterprise/config-sync/
|
967
|
+
# docs/how-to/monitor-config-sync-cloud-monitoring#custom-monitoring.
|
1035
968
|
# Corresponds to the JSON property `metricsGcpServiceAccountEmail`
|
1036
969
|
# @return [String]
|
1037
970
|
attr_accessor :metrics_gcp_service_account_email
|
@@ -1041,21 +974,22 @@ module Google
|
|
1041
974
|
# @return [Google::Apis::GkehubV1beta::ConfigManagementOciConfig]
|
1042
975
|
attr_accessor :oci
|
1043
976
|
|
1044
|
-
# Set to true to enable the Config Sync admission webhook to prevent
|
1045
|
-
# set to `false`, disables the Config Sync admission webhook and does
|
1046
|
-
# prevent drifts.
|
977
|
+
# Optional. Set to true to enable the Config Sync admission webhook to prevent
|
978
|
+
# drifts. If set to `false`, disables the Config Sync admission webhook and does
|
979
|
+
# not prevent drifts.
|
1047
980
|
# Corresponds to the JSON property `preventDrift`
|
1048
981
|
# @return [Boolean]
|
1049
982
|
attr_accessor :prevent_drift
|
1050
983
|
alias_method :prevent_drift?, :prevent_drift
|
1051
984
|
|
1052
|
-
# Specifies whether the Config Sync Repo is in "hierarchical" or "
|
1053
|
-
# mode.
|
985
|
+
# Optional. Specifies whether the Config Sync Repo is in "hierarchical" or "
|
986
|
+
# unstructured" mode.
|
1054
987
|
# Corresponds to the JSON property `sourceFormat`
|
1055
988
|
# @return [String]
|
1056
989
|
attr_accessor :source_format
|
1057
990
|
|
1058
|
-
# Set to true to stop syncing configs for a single cluster. Default to
|
991
|
+
# Optional. Set to true to stop syncing configs for a single cluster. Default to
|
992
|
+
# false.
|
1059
993
|
# Corresponds to the JSON property `stopSyncing`
|
1060
994
|
# @return [Boolean]
|
1061
995
|
attr_accessor :stop_syncing
|
@@ -1067,7 +1001,6 @@ module Google
|
|
1067
1001
|
|
1068
1002
|
# Update properties of this object
|
1069
1003
|
def update!(**args)
|
1070
|
-
@allow_vertical_scale = args[:allow_vertical_scale] if args.key?(:allow_vertical_scale)
|
1071
1004
|
@enabled = args[:enabled] if args.key?(:enabled)
|
1072
1005
|
@git = args[:git] if args.key?(:git)
|
1073
1006
|
@metrics_gcp_service_account_email = args[:metrics_gcp_service_account_email] if args.key?(:metrics_gcp_service_account_email)
|
@@ -1168,7 +1101,8 @@ module Google
|
|
1168
1101
|
class ConfigManagementConfigSyncState
|
1169
1102
|
include Google::Apis::Core::Hashable
|
1170
1103
|
|
1171
|
-
# Whether syncing resources to the cluster is stopped at the
|
1104
|
+
# Output only. Whether syncing resources to the cluster is stopped at the
|
1105
|
+
# cluster level.
|
1172
1106
|
# Corresponds to the JSON property `clusterLevelStopSyncingState`
|
1173
1107
|
# @return [String]
|
1174
1108
|
attr_accessor :cluster_level_stop_syncing_state
|
@@ -1183,22 +1117,23 @@ module Google
|
|
1183
1117
|
# @return [Google::Apis::GkehubV1beta::ConfigManagementConfigSyncDeploymentState]
|
1184
1118
|
attr_accessor :deployment_state
|
1185
1119
|
|
1186
|
-
# Errors pertaining to the installation of Config Sync.
|
1120
|
+
# Output only. Errors pertaining to the installation of Config Sync.
|
1187
1121
|
# Corresponds to the JSON property `errors`
|
1188
1122
|
# @return [Array<Google::Apis::GkehubV1beta::ConfigManagementConfigSyncError>]
|
1189
1123
|
attr_accessor :errors
|
1190
1124
|
|
1191
|
-
# The state of the Reposync CRD
|
1125
|
+
# Output only. The state of the Reposync CRD
|
1192
1126
|
# Corresponds to the JSON property `reposyncCrd`
|
1193
1127
|
# @return [String]
|
1194
1128
|
attr_accessor :reposync_crd
|
1195
1129
|
|
1196
|
-
# The state of the RootSync CRD
|
1130
|
+
# Output only. The state of the RootSync CRD
|
1197
1131
|
# Corresponds to the JSON property `rootsyncCrd`
|
1198
1132
|
# @return [String]
|
1199
1133
|
attr_accessor :rootsync_crd
|
1200
1134
|
|
1201
|
-
# The state of CS This field summarizes the other fields in this
|
1135
|
+
# Output only. The state of CS This field summarizes the other fields in this
|
1136
|
+
# message.
|
1202
1137
|
# Corresponds to the JSON property `state`
|
1203
1138
|
# @return [String]
|
1204
1139
|
attr_accessor :state
|
@@ -1370,46 +1305,47 @@ module Google
|
|
1370
1305
|
class ConfigManagementGitConfig
|
1371
1306
|
include Google::Apis::Core::Hashable
|
1372
1307
|
|
1373
|
-
# The Google Cloud Service Account Email used for auth when
|
1374
|
-
# gcpServiceAccount.
|
1308
|
+
# Optional. The Google Cloud Service Account Email used for auth when
|
1309
|
+
# secret_type is gcpServiceAccount.
|
1375
1310
|
# Corresponds to the JSON property `gcpServiceAccountEmail`
|
1376
1311
|
# @return [String]
|
1377
1312
|
attr_accessor :gcp_service_account_email
|
1378
1313
|
|
1379
|
-
# URL for the HTTPS proxy to be used when communicating with the Git
|
1314
|
+
# Optional. URL for the HTTPS proxy to be used when communicating with the Git
|
1315
|
+
# repo.
|
1380
1316
|
# Corresponds to the JSON property `httpsProxy`
|
1381
1317
|
# @return [String]
|
1382
1318
|
attr_accessor :https_proxy
|
1383
1319
|
|
1384
|
-
# The path within the Git repository that represents the top level of
|
1385
|
-
# to sync. Default: the root directory of the repository.
|
1320
|
+
# Optional. The path within the Git repository that represents the top level of
|
1321
|
+
# the repo to sync. Default: the root directory of the repository.
|
1386
1322
|
# Corresponds to the JSON property `policyDir`
|
1387
1323
|
# @return [String]
|
1388
1324
|
attr_accessor :policy_dir
|
1389
1325
|
|
1390
|
-
# Type of secret configured for access to the Git repo. Must be one of
|
1391
|
-
# cookiefile, gcenode, token, gcpserviceaccount or none. The
|
1392
|
-
# is case-sensitive.
|
1326
|
+
# Required. Type of secret configured for access to the Git repo. Must be one of
|
1327
|
+
# ssh, cookiefile, gcenode, token, gcpserviceaccount, githubapp or none. The
|
1328
|
+
# validation of this is case-sensitive.
|
1393
1329
|
# Corresponds to the JSON property `secretType`
|
1394
1330
|
# @return [String]
|
1395
1331
|
attr_accessor :secret_type
|
1396
1332
|
|
1397
|
-
# The branch of the repository to sync from. Default: master.
|
1333
|
+
# Optional. The branch of the repository to sync from. Default: master.
|
1398
1334
|
# Corresponds to the JSON property `syncBranch`
|
1399
1335
|
# @return [String]
|
1400
1336
|
attr_accessor :sync_branch
|
1401
1337
|
|
1402
|
-
# The URL of the Git repository to use as the source of truth.
|
1338
|
+
# Required. The URL of the Git repository to use as the source of truth.
|
1403
1339
|
# Corresponds to the JSON property `syncRepo`
|
1404
1340
|
# @return [String]
|
1405
1341
|
attr_accessor :sync_repo
|
1406
1342
|
|
1407
|
-
# Git revision (tag or hash) to check out. Default HEAD.
|
1343
|
+
# Optional. Git revision (tag or hash) to check out. Default HEAD.
|
1408
1344
|
# Corresponds to the JSON property `syncRev`
|
1409
1345
|
# @return [String]
|
1410
1346
|
attr_accessor :sync_rev
|
1411
1347
|
|
1412
|
-
# Period in seconds between consecutive syncs. Default: 15.
|
1348
|
+
# Optional. Period in seconds between consecutive syncs. Default: 15.
|
1413
1349
|
# Corresponds to the JSON property `syncWaitSecs`
|
1414
1350
|
# @return [Fixnum]
|
1415
1351
|
attr_accessor :sync_wait_secs
|
@@ -1600,9 +1536,9 @@ module Google
|
|
1600
1536
|
# @return [Google::Apis::GkehubV1beta::ConfigManagementBinauthzConfig]
|
1601
1537
|
attr_accessor :binauthz
|
1602
1538
|
|
1603
|
-
# The user-specified cluster name used by Config Sync cluster-name-
|
1604
|
-
# annotation or ClusterSelector, for applying configs to only a subset
|
1605
|
-
# clusters. Omit this field if the cluster's fleet membership name is used by
|
1539
|
+
# Optional. The user-specified cluster name used by Config Sync cluster-name-
|
1540
|
+
# selector annotation or ClusterSelector, for applying configs to only a subset
|
1541
|
+
# of clusters. Omit this field if the cluster's fleet membership name is used by
|
1606
1542
|
# Config Sync cluster-name-selector annotation or ClusterSelector. Set this
|
1607
1543
|
# field if a name different from the cluster's fleet membership name is used by
|
1608
1544
|
# Config Sync cluster-name-selector annotation or ClusterSelector.
|
@@ -1620,7 +1556,7 @@ module Google
|
|
1620
1556
|
# @return [Google::Apis::GkehubV1beta::ConfigManagementHierarchyControllerConfig]
|
1621
1557
|
attr_accessor :hierarchy_controller
|
1622
1558
|
|
1623
|
-
# Enables automatic Feature management.
|
1559
|
+
# Optional. Enables automatic Feature management.
|
1624
1560
|
# Corresponds to the JSON property `management`
|
1625
1561
|
# @return [String]
|
1626
1562
|
attr_accessor :management
|
@@ -1630,7 +1566,7 @@ module Google
|
|
1630
1566
|
# @return [Google::Apis::GkehubV1beta::ConfigManagementPolicyController]
|
1631
1567
|
attr_accessor :policy_controller
|
1632
1568
|
|
1633
|
-
# Version of ACM installed.
|
1569
|
+
# Optional. Version of ACM installed.
|
1634
1570
|
# Corresponds to the JSON property `version`
|
1635
1571
|
# @return [String]
|
1636
1572
|
attr_accessor :version
|
@@ -1660,8 +1596,9 @@ module Google
|
|
1660
1596
|
# @return [Google::Apis::GkehubV1beta::ConfigManagementBinauthzState]
|
1661
1597
|
attr_accessor :binauthz_state
|
1662
1598
|
|
1663
|
-
# This field is set to the `cluster_name` field of the Membership
|
1664
|
-
# not empty. Otherwise, it is set to the cluster's fleet
|
1599
|
+
# Output only. This field is set to the `cluster_name` field of the Membership
|
1600
|
+
# Spec if it is not empty. Otherwise, it is set to the cluster's fleet
|
1601
|
+
# membership name.
|
1665
1602
|
# Corresponds to the JSON property `clusterName`
|
1666
1603
|
# @return [String]
|
1667
1604
|
attr_accessor :cluster_name
|
@@ -1712,30 +1649,32 @@ module Google
|
|
1712
1649
|
class ConfigManagementOciConfig
|
1713
1650
|
include Google::Apis::Core::Hashable
|
1714
1651
|
|
1715
|
-
# The Google Cloud Service Account Email used for auth when
|
1716
|
-
# gcpServiceAccount.
|
1652
|
+
# Optional. The Google Cloud Service Account Email used for auth when
|
1653
|
+
# secret_type is gcpServiceAccount.
|
1717
1654
|
# Corresponds to the JSON property `gcpServiceAccountEmail`
|
1718
1655
|
# @return [String]
|
1719
1656
|
attr_accessor :gcp_service_account_email
|
1720
1657
|
|
1721
|
-
# The absolute path of the directory that contains the local resources.
|
1722
|
-
# the root directory of the image.
|
1658
|
+
# Optional. The absolute path of the directory that contains the local resources.
|
1659
|
+
# Default: the root directory of the image.
|
1723
1660
|
# Corresponds to the JSON property `policyDir`
|
1724
1661
|
# @return [String]
|
1725
1662
|
attr_accessor :policy_dir
|
1726
1663
|
|
1727
|
-
# Type of secret configured for access to the
|
1664
|
+
# Required. Type of secret configured for access to the OCI repo. Must be one of
|
1665
|
+
# gcenode, gcpserviceaccount, k8sserviceaccount or none. The validation of this
|
1666
|
+
# is case-sensitive.
|
1728
1667
|
# Corresponds to the JSON property `secretType`
|
1729
1668
|
# @return [String]
|
1730
1669
|
attr_accessor :secret_type
|
1731
1670
|
|
1732
|
-
# The OCI image repository URL for the package to sync from. e.g. `
|
1733
|
-
# docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.
|
1671
|
+
# Required. The OCI image repository URL for the package to sync from. e.g. `
|
1672
|
+
# LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.
|
1734
1673
|
# Corresponds to the JSON property `syncRepo`
|
1735
1674
|
# @return [String]
|
1736
1675
|
attr_accessor :sync_repo
|
1737
1676
|
|
1738
|
-
# Period in seconds between consecutive syncs. Default: 15.
|
1677
|
+
# Optional. Period in seconds between consecutive syncs. Default: 15.
|
1739
1678
|
# Corresponds to the JSON property `syncWaitSecs`
|
1740
1679
|
# @return [Fixnum]
|
1741
1680
|
attr_accessor :sync_wait_secs
|
@@ -4237,11 +4176,6 @@ module Google
|
|
4237
4176
|
class MembershipFeatureSpec
|
4238
4177
|
include Google::Apis::Core::Hashable
|
4239
4178
|
|
4240
|
-
# **Anthosobservability**: Per-Membership Feature spec.
|
4241
|
-
# Corresponds to the JSON property `anthosobservability`
|
4242
|
-
# @return [Google::Apis::GkehubV1beta::AnthosObservabilityMembershipSpec]
|
4243
|
-
attr_accessor :anthosobservability
|
4244
|
-
|
4245
4179
|
# **Cloud Build**: Configurations for each Cloud Build enabled cluster.
|
4246
4180
|
# Corresponds to the JSON property `cloudbuild`
|
4247
4181
|
# @return [Google::Apis::GkehubV1beta::MembershipSpec]
|
@@ -4286,7 +4220,6 @@ module Google
|
|
4286
4220
|
|
4287
4221
|
# Update properties of this object
|
4288
4222
|
def update!(**args)
|
4289
|
-
@anthosobservability = args[:anthosobservability] if args.key?(:anthosobservability)
|
4290
4223
|
@cloudbuild = args[:cloudbuild] if args.key?(:cloudbuild)
|
4291
4224
|
@configmanagement = args[:configmanagement] if args.key?(:configmanagement)
|
4292
4225
|
@fleetobservability = args[:fleetobservability] if args.key?(:fleetobservability)
|
@@ -5699,7 +5632,8 @@ module Google
|
|
5699
5632
|
end
|
5700
5633
|
end
|
5701
5634
|
|
5702
|
-
# Condition being reported.
|
5635
|
+
# Condition being reported. TODO b/395151419: Remove this message once the
|
5636
|
+
# membership-level conditions field uses the common Condition message.
|
5703
5637
|
class ServiceMeshCondition
|
5704
5638
|
include Google::Apis::Core::Hashable
|
5705
5639
|
|
@@ -5831,7 +5765,8 @@ module Google
|
|
5831
5765
|
class ServiceMeshMembershipState
|
5832
5766
|
include Google::Apis::Core::Hashable
|
5833
5767
|
|
5834
|
-
# Output only. List of conditions reported for this membership.
|
5768
|
+
# Output only. List of conditions reported for this membership. TODO b/395151419:
|
5769
|
+
# Use the common Condition message.
|
5835
5770
|
# Corresponds to the JSON property `conditions`
|
5836
5771
|
# @return [Array<Google::Apis::GkehubV1beta::ServiceMeshCondition>]
|
5837
5772
|
attr_accessor :conditions
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GkehubV1beta
|
18
18
|
# Version of the google-apis-gkehub_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.81.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250209"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,18 +22,6 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module GkehubV1beta
|
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
|
|
@@ -1012,23 +1000,6 @@ module Google
|
|
1012
1000
|
include Google::Apis::Core::JsonObjectSupport
|
1013
1001
|
end
|
1014
1002
|
|
1015
|
-
class AnthosObservabilityFeatureSpec
|
1016
|
-
# @private
|
1017
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1018
|
-
property :default_membership_spec, as: 'defaultMembershipSpec', class: Google::Apis::GkehubV1beta::AnthosObservabilityMembershipSpec, decorator: Google::Apis::GkehubV1beta::AnthosObservabilityMembershipSpec::Representation
|
1019
|
-
|
1020
|
-
end
|
1021
|
-
end
|
1022
|
-
|
1023
|
-
class AnthosObservabilityMembershipSpec
|
1024
|
-
# @private
|
1025
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1026
|
-
property :do_not_optimize_metrics, as: 'doNotOptimizeMetrics'
|
1027
|
-
property :enable_stackdriver_on_applications, as: 'enableStackdriverOnApplications'
|
1028
|
-
property :version, as: 'version'
|
1029
|
-
end
|
1030
|
-
end
|
1031
|
-
|
1032
1003
|
class AppDevExperienceFeatureSpec
|
1033
1004
|
# @private
|
1034
1005
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1222,8 +1193,6 @@ module Google
|
|
1222
1193
|
class CommonFeatureSpec
|
1223
1194
|
# @private
|
1224
1195
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1225
|
-
property :anthosobservability, as: 'anthosobservability', class: Google::Apis::GkehubV1beta::AnthosObservabilityFeatureSpec, decorator: Google::Apis::GkehubV1beta::AnthosObservabilityFeatureSpec::Representation
|
1226
|
-
|
1227
1196
|
property :appdevexperience, as: 'appdevexperience', class: Google::Apis::GkehubV1beta::AppDevExperienceFeatureSpec, decorator: Google::Apis::GkehubV1beta::AppDevExperienceFeatureSpec::Representation
|
1228
1197
|
|
1229
1198
|
property :clusterupgrade, as: 'clusterupgrade', class: Google::Apis::GkehubV1beta::ClusterUpgradeFleetSpec, decorator: Google::Apis::GkehubV1beta::ClusterUpgradeFleetSpec::Representation
|
@@ -1307,7 +1276,6 @@ module Google
|
|
1307
1276
|
class ConfigManagementConfigSync
|
1308
1277
|
# @private
|
1309
1278
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1310
|
-
property :allow_vertical_scale, as: 'allowVerticalScale'
|
1311
1279
|
property :enabled, as: 'enabled'
|
1312
1280
|
property :git, as: 'git', class: Google::Apis::GkehubV1beta::ConfigManagementGitConfig, decorator: Google::Apis::GkehubV1beta::ConfigManagementGitConfig::Representation
|
1313
1281
|
|
@@ -2212,8 +2180,6 @@ module Google
|
|
2212
2180
|
class MembershipFeatureSpec
|
2213
2181
|
# @private
|
2214
2182
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2215
|
-
property :anthosobservability, as: 'anthosobservability', class: Google::Apis::GkehubV1beta::AnthosObservabilityMembershipSpec, decorator: Google::Apis::GkehubV1beta::AnthosObservabilityMembershipSpec::Representation
|
2216
|
-
|
2217
2183
|
property :cloudbuild, as: 'cloudbuild', class: Google::Apis::GkehubV1beta::MembershipSpec, decorator: Google::Apis::GkehubV1beta::MembershipSpec::Representation
|
2218
2184
|
|
2219
2185
|
property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1beta::ConfigManagementMembershipSpec, decorator: Google::Apis::GkehubV1beta::ConfigManagementMembershipSpec::Representation
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-gkehub_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.81.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.81.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for GKE Hub API V1beta
|
82
79
|
test_files: []
|