google-apis-gkehub_v1 0.80.0 → 0.82.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: 54f2c5e872fafb605db943e6afa9258d61f90ae425dac9f3fd6d801388531200
|
4
|
+
data.tar.gz: 8b3d1c455dcb6337f249ecb192b75dfd50db7a8d166701fb15deb39b38067fdf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f90b3e1ce988c54f18ffa0ed9366e0e9a68abddb3afa11a50c8bd32488cd683b1ca1b2bf8b93f154c20a75fd63d395e638ffb78229deefb6d3a02b45fe85fbeb
|
7
|
+
data.tar.gz: 6b0f3a6809f459588aab53d74914fcc364b70dbd973f7ef4712b31704f5ae7590c485629dc8521a00f3bc5558109083ab0fe41d0b60fd41e2453e9d7c3f66569
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-gkehub_v1
|
2
2
|
|
3
|
+
### v0.82.0 (2025-02-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250209
|
6
|
+
|
7
|
+
### v0.81.0 (2025-01-12)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250103
|
10
|
+
* Regenerated using generator version 0.16.0
|
11
|
+
|
3
12
|
### v0.80.0 (2024-12-15)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20241206
|
@@ -877,18 +877,11 @@ module Google
|
|
877
877
|
class ConfigManagementConfigSync
|
878
878
|
include Google::Apis::Core::Hashable
|
879
879
|
|
880
|
-
#
|
881
|
-
#
|
882
|
-
#
|
883
|
-
#
|
884
|
-
|
885
|
-
alias_method :allow_vertical_scale?, :allow_vertical_scale
|
886
|
-
|
887
|
-
# Enables the installation of ConfigSync. If set to true, ConfigSync resources
|
888
|
-
# will be created and the other ConfigSync fields will be applied if exist. If
|
889
|
-
# set to false, all other ConfigSync fields will be ignored, ConfigSync
|
890
|
-
# resources will be deleted. If omitted, ConfigSync resources will be managed
|
891
|
-
# depends on the presence of the git or oci field.
|
880
|
+
# Optional. Enables the installation of ConfigSync. If set to true, ConfigSync
|
881
|
+
# resources will be created and the other ConfigSync fields will be applied if
|
882
|
+
# exist. If set to false, all other ConfigSync fields will be ignored,
|
883
|
+
# ConfigSync resources will be deleted. If omitted, ConfigSync resources will be
|
884
|
+
# managed depends on the presence of the git or oci field.
|
892
885
|
# Corresponds to the JSON property `enabled`
|
893
886
|
# @return [Boolean]
|
894
887
|
attr_accessor :enabled
|
@@ -899,15 +892,15 @@ module Google
|
|
899
892
|
# @return [Google::Apis::GkehubV1::ConfigManagementGitConfig]
|
900
893
|
attr_accessor :git
|
901
894
|
|
902
|
-
# The Email of the Google Cloud Service Account (GSA) used for
|
903
|
-
# Sync metrics to Cloud Monitoring and Cloud Monarch when
|
904
|
-
# enabled. The GSA should have the Monitoring Metric Writer
|
905
|
-
# metricWriter) IAM role. The Kubernetes ServiceAccount `
|
906
|
-
# namespace `config-management-monitoring` should be bound to
|
907
|
-
# Deprecated: If Workload Identity Federation for GKE is enabled,
|
908
|
-
# Service Account is no longer needed for exporting Config Sync
|
909
|
-
# cloud.google.com/kubernetes-engine/enterprise/config-sync/
|
910
|
-
# config-sync-cloud-monitoring#custom-monitoring.
|
895
|
+
# Optional. The Email of the Google Cloud Service Account (GSA) used for
|
896
|
+
# exporting Config Sync metrics to Cloud Monitoring and Cloud Monarch when
|
897
|
+
# Workload Identity is enabled. The GSA should have the Monitoring Metric Writer
|
898
|
+
# (roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount `
|
899
|
+
# default` in the namespace `config-management-monitoring` should be bound to
|
900
|
+
# the GSA. Deprecated: If Workload Identity Federation for GKE is enabled,
|
901
|
+
# Google Cloud Service Account is no longer needed for exporting Config Sync
|
902
|
+
# metrics: https://cloud.google.com/kubernetes-engine/enterprise/config-sync/
|
903
|
+
# docs/how-to/monitor-config-sync-cloud-monitoring#custom-monitoring.
|
911
904
|
# Corresponds to the JSON property `metricsGcpServiceAccountEmail`
|
912
905
|
# @return [String]
|
913
906
|
attr_accessor :metrics_gcp_service_account_email
|
@@ -917,21 +910,22 @@ module Google
|
|
917
910
|
# @return [Google::Apis::GkehubV1::ConfigManagementOciConfig]
|
918
911
|
attr_accessor :oci
|
919
912
|
|
920
|
-
# Set to true to enable the Config Sync admission webhook to prevent
|
921
|
-
# set to `false`, disables the Config Sync admission webhook and does
|
922
|
-
# prevent drifts.
|
913
|
+
# Optional. Set to true to enable the Config Sync admission webhook to prevent
|
914
|
+
# drifts. If set to `false`, disables the Config Sync admission webhook and does
|
915
|
+
# not prevent drifts.
|
923
916
|
# Corresponds to the JSON property `preventDrift`
|
924
917
|
# @return [Boolean]
|
925
918
|
attr_accessor :prevent_drift
|
926
919
|
alias_method :prevent_drift?, :prevent_drift
|
927
920
|
|
928
|
-
# Specifies whether the Config Sync Repo is in "hierarchical" or "
|
929
|
-
# mode.
|
921
|
+
# Optional. Specifies whether the Config Sync Repo is in "hierarchical" or "
|
922
|
+
# unstructured" mode.
|
930
923
|
# Corresponds to the JSON property `sourceFormat`
|
931
924
|
# @return [String]
|
932
925
|
attr_accessor :source_format
|
933
926
|
|
934
|
-
# Set to true to stop syncing configs for a single cluster. Default to
|
927
|
+
# Optional. Set to true to stop syncing configs for a single cluster. Default to
|
928
|
+
# false.
|
935
929
|
# Corresponds to the JSON property `stopSyncing`
|
936
930
|
# @return [Boolean]
|
937
931
|
attr_accessor :stop_syncing
|
@@ -943,7 +937,6 @@ module Google
|
|
943
937
|
|
944
938
|
# Update properties of this object
|
945
939
|
def update!(**args)
|
946
|
-
@allow_vertical_scale = args[:allow_vertical_scale] if args.key?(:allow_vertical_scale)
|
947
940
|
@enabled = args[:enabled] if args.key?(:enabled)
|
948
941
|
@git = args[:git] if args.key?(:git)
|
949
942
|
@metrics_gcp_service_account_email = args[:metrics_gcp_service_account_email] if args.key?(:metrics_gcp_service_account_email)
|
@@ -1044,7 +1037,8 @@ module Google
|
|
1044
1037
|
class ConfigManagementConfigSyncState
|
1045
1038
|
include Google::Apis::Core::Hashable
|
1046
1039
|
|
1047
|
-
# Whether syncing resources to the cluster is stopped at the
|
1040
|
+
# Output only. Whether syncing resources to the cluster is stopped at the
|
1041
|
+
# cluster level.
|
1048
1042
|
# Corresponds to the JSON property `clusterLevelStopSyncingState`
|
1049
1043
|
# @return [String]
|
1050
1044
|
attr_accessor :cluster_level_stop_syncing_state
|
@@ -1059,22 +1053,23 @@ module Google
|
|
1059
1053
|
# @return [Google::Apis::GkehubV1::ConfigManagementConfigSyncDeploymentState]
|
1060
1054
|
attr_accessor :deployment_state
|
1061
1055
|
|
1062
|
-
# Errors pertaining to the installation of Config Sync.
|
1056
|
+
# Output only. Errors pertaining to the installation of Config Sync.
|
1063
1057
|
# Corresponds to the JSON property `errors`
|
1064
1058
|
# @return [Array<Google::Apis::GkehubV1::ConfigManagementConfigSyncError>]
|
1065
1059
|
attr_accessor :errors
|
1066
1060
|
|
1067
|
-
# The state of the Reposync CRD
|
1061
|
+
# Output only. The state of the Reposync CRD
|
1068
1062
|
# Corresponds to the JSON property `reposyncCrd`
|
1069
1063
|
# @return [String]
|
1070
1064
|
attr_accessor :reposync_crd
|
1071
1065
|
|
1072
|
-
# The state of the RootSync CRD
|
1066
|
+
# Output only. The state of the RootSync CRD
|
1073
1067
|
# Corresponds to the JSON property `rootsyncCrd`
|
1074
1068
|
# @return [String]
|
1075
1069
|
attr_accessor :rootsync_crd
|
1076
1070
|
|
1077
|
-
# The state of CS This field summarizes the other fields in this
|
1071
|
+
# Output only. The state of CS This field summarizes the other fields in this
|
1072
|
+
# message.
|
1078
1073
|
# Corresponds to the JSON property `state`
|
1079
1074
|
# @return [String]
|
1080
1075
|
attr_accessor :state
|
@@ -1246,46 +1241,47 @@ module Google
|
|
1246
1241
|
class ConfigManagementGitConfig
|
1247
1242
|
include Google::Apis::Core::Hashable
|
1248
1243
|
|
1249
|
-
# The Google Cloud Service Account Email used for auth when
|
1250
|
-
# gcpServiceAccount.
|
1244
|
+
# Optional. The Google Cloud Service Account Email used for auth when
|
1245
|
+
# secret_type is gcpServiceAccount.
|
1251
1246
|
# Corresponds to the JSON property `gcpServiceAccountEmail`
|
1252
1247
|
# @return [String]
|
1253
1248
|
attr_accessor :gcp_service_account_email
|
1254
1249
|
|
1255
|
-
# URL for the HTTPS proxy to be used when communicating with the Git
|
1250
|
+
# Optional. URL for the HTTPS proxy to be used when communicating with the Git
|
1251
|
+
# repo.
|
1256
1252
|
# Corresponds to the JSON property `httpsProxy`
|
1257
1253
|
# @return [String]
|
1258
1254
|
attr_accessor :https_proxy
|
1259
1255
|
|
1260
|
-
# The path within the Git repository that represents the top level of
|
1261
|
-
# to sync. Default: the root directory of the repository.
|
1256
|
+
# Optional. The path within the Git repository that represents the top level of
|
1257
|
+
# the repo to sync. Default: the root directory of the repository.
|
1262
1258
|
# Corresponds to the JSON property `policyDir`
|
1263
1259
|
# @return [String]
|
1264
1260
|
attr_accessor :policy_dir
|
1265
1261
|
|
1266
|
-
# Type of secret configured for access to the Git repo. Must be one of
|
1267
|
-
# cookiefile, gcenode, token, gcpserviceaccount or none. The
|
1268
|
-
# is case-sensitive.
|
1262
|
+
# Required. Type of secret configured for access to the Git repo. Must be one of
|
1263
|
+
# ssh, cookiefile, gcenode, token, gcpserviceaccount, githubapp or none. The
|
1264
|
+
# validation of this is case-sensitive.
|
1269
1265
|
# Corresponds to the JSON property `secretType`
|
1270
1266
|
# @return [String]
|
1271
1267
|
attr_accessor :secret_type
|
1272
1268
|
|
1273
|
-
# The branch of the repository to sync from. Default: master.
|
1269
|
+
# Optional. The branch of the repository to sync from. Default: master.
|
1274
1270
|
# Corresponds to the JSON property `syncBranch`
|
1275
1271
|
# @return [String]
|
1276
1272
|
attr_accessor :sync_branch
|
1277
1273
|
|
1278
|
-
# The URL of the Git repository to use as the source of truth.
|
1274
|
+
# Required. The URL of the Git repository to use as the source of truth.
|
1279
1275
|
# Corresponds to the JSON property `syncRepo`
|
1280
1276
|
# @return [String]
|
1281
1277
|
attr_accessor :sync_repo
|
1282
1278
|
|
1283
|
-
# Git revision (tag or hash) to check out. Default HEAD.
|
1279
|
+
# Optional. Git revision (tag or hash) to check out. Default HEAD.
|
1284
1280
|
# Corresponds to the JSON property `syncRev`
|
1285
1281
|
# @return [String]
|
1286
1282
|
attr_accessor :sync_rev
|
1287
1283
|
|
1288
|
-
# Period in seconds between consecutive syncs. Default: 15.
|
1284
|
+
# Optional. Period in seconds between consecutive syncs. Default: 15.
|
1289
1285
|
# Corresponds to the JSON property `syncWaitSecs`
|
1290
1286
|
# @return [Fixnum]
|
1291
1287
|
attr_accessor :sync_wait_secs
|
@@ -1471,9 +1467,9 @@ module Google
|
|
1471
1467
|
class ConfigManagementMembershipSpec
|
1472
1468
|
include Google::Apis::Core::Hashable
|
1473
1469
|
|
1474
|
-
# The user-specified cluster name used by Config Sync cluster-name-
|
1475
|
-
# annotation or ClusterSelector, for applying configs to only a subset
|
1476
|
-
# clusters. Omit this field if the cluster's fleet membership name is used by
|
1470
|
+
# Optional. The user-specified cluster name used by Config Sync cluster-name-
|
1471
|
+
# selector annotation or ClusterSelector, for applying configs to only a subset
|
1472
|
+
# of clusters. Omit this field if the cluster's fleet membership name is used by
|
1477
1473
|
# Config Sync cluster-name-selector annotation or ClusterSelector. Set this
|
1478
1474
|
# field if a name different from the cluster's fleet membership name is used by
|
1479
1475
|
# Config Sync cluster-name-selector annotation or ClusterSelector.
|
@@ -1491,7 +1487,7 @@ module Google
|
|
1491
1487
|
# @return [Google::Apis::GkehubV1::ConfigManagementHierarchyControllerConfig]
|
1492
1488
|
attr_accessor :hierarchy_controller
|
1493
1489
|
|
1494
|
-
# Enables automatic Feature management.
|
1490
|
+
# Optional. Enables automatic Feature management.
|
1495
1491
|
# Corresponds to the JSON property `management`
|
1496
1492
|
# @return [String]
|
1497
1493
|
attr_accessor :management
|
@@ -1501,7 +1497,7 @@ module Google
|
|
1501
1497
|
# @return [Google::Apis::GkehubV1::ConfigManagementPolicyController]
|
1502
1498
|
attr_accessor :policy_controller
|
1503
1499
|
|
1504
|
-
# Version of ACM installed.
|
1500
|
+
# Optional. Version of ACM installed.
|
1505
1501
|
# Corresponds to the JSON property `version`
|
1506
1502
|
# @return [String]
|
1507
1503
|
attr_accessor :version
|
@@ -1525,8 +1521,9 @@ module Google
|
|
1525
1521
|
class ConfigManagementMembershipState
|
1526
1522
|
include Google::Apis::Core::Hashable
|
1527
1523
|
|
1528
|
-
# This field is set to the `cluster_name` field of the Membership
|
1529
|
-
# not empty. Otherwise, it is set to the cluster's fleet
|
1524
|
+
# Output only. This field is set to the `cluster_name` field of the Membership
|
1525
|
+
# Spec if it is not empty. Otherwise, it is set to the cluster's fleet
|
1526
|
+
# membership name.
|
1530
1527
|
# Corresponds to the JSON property `clusterName`
|
1531
1528
|
# @return [String]
|
1532
1529
|
attr_accessor :cluster_name
|
@@ -1576,30 +1573,32 @@ module Google
|
|
1576
1573
|
class ConfigManagementOciConfig
|
1577
1574
|
include Google::Apis::Core::Hashable
|
1578
1575
|
|
1579
|
-
# The Google Cloud Service Account Email used for auth when
|
1580
|
-
# gcpServiceAccount.
|
1576
|
+
# Optional. The Google Cloud Service Account Email used for auth when
|
1577
|
+
# secret_type is gcpServiceAccount.
|
1581
1578
|
# Corresponds to the JSON property `gcpServiceAccountEmail`
|
1582
1579
|
# @return [String]
|
1583
1580
|
attr_accessor :gcp_service_account_email
|
1584
1581
|
|
1585
|
-
# The absolute path of the directory that contains the local resources.
|
1586
|
-
# the root directory of the image.
|
1582
|
+
# Optional. The absolute path of the directory that contains the local resources.
|
1583
|
+
# Default: the root directory of the image.
|
1587
1584
|
# Corresponds to the JSON property `policyDir`
|
1588
1585
|
# @return [String]
|
1589
1586
|
attr_accessor :policy_dir
|
1590
1587
|
|
1591
|
-
# Type of secret configured for access to the
|
1588
|
+
# Required. Type of secret configured for access to the OCI repo. Must be one of
|
1589
|
+
# gcenode, gcpserviceaccount, k8sserviceaccount or none. The validation of this
|
1590
|
+
# is case-sensitive.
|
1592
1591
|
# Corresponds to the JSON property `secretType`
|
1593
1592
|
# @return [String]
|
1594
1593
|
attr_accessor :secret_type
|
1595
1594
|
|
1596
|
-
# The OCI image repository URL for the package to sync from. e.g. `
|
1597
|
-
# docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.
|
1595
|
+
# Required. The OCI image repository URL for the package to sync from. e.g. `
|
1596
|
+
# LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.
|
1598
1597
|
# Corresponds to the JSON property `syncRepo`
|
1599
1598
|
# @return [String]
|
1600
1599
|
attr_accessor :sync_repo
|
1601
1600
|
|
1602
|
-
# Period in seconds between consecutive syncs. Default: 15.
|
1601
|
+
# Optional. Period in seconds between consecutive syncs. Default: 15.
|
1603
1602
|
# Corresponds to the JSON property `syncWaitSecs`
|
1604
1603
|
# @return [Fixnum]
|
1605
1604
|
attr_accessor :sync_wait_secs
|
@@ -5486,7 +5485,8 @@ module Google
|
|
5486
5485
|
end
|
5487
5486
|
end
|
5488
5487
|
|
5489
|
-
# Condition being reported.
|
5488
|
+
# Condition being reported. TODO b/395151419: Remove this message once the
|
5489
|
+
# membership-level conditions field uses the common Condition message.
|
5490
5490
|
class ServiceMeshCondition
|
5491
5491
|
include Google::Apis::Core::Hashable
|
5492
5492
|
|
@@ -5618,7 +5618,8 @@ module Google
|
|
5618
5618
|
class ServiceMeshMembershipState
|
5619
5619
|
include Google::Apis::Core::Hashable
|
5620
5620
|
|
5621
|
-
# Output only. List of conditions reported for this membership.
|
5621
|
+
# Output only. List of conditions reported for this membership. TODO b/395151419:
|
5622
|
+
# Use the common Condition message.
|
5622
5623
|
# Corresponds to the JSON property `conditions`
|
5623
5624
|
# @return [Array<Google::Apis::GkehubV1::ServiceMeshCondition>]
|
5624
5625
|
attr_accessor :conditions
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GkehubV1
|
18
18
|
# Version of the google-apis-gkehub_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.82.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
|
@@ -1223,7 +1223,6 @@ module Google
|
|
1223
1223
|
class ConfigManagementConfigSync
|
1224
1224
|
# @private
|
1225
1225
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1226
|
-
property :allow_vertical_scale, as: 'allowVerticalScale'
|
1227
1226
|
property :enabled, as: 'enabled'
|
1228
1227
|
property :git, as: 'git', class: Google::Apis::GkehubV1::ConfigManagementGitConfig, decorator: Google::Apis::GkehubV1::ConfigManagementGitConfig::Representation
|
1229
1228
|
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-gkehub_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.82.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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.82.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1
|
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 V1
|
82
79
|
test_files: []
|