google-apis-gkehub_v1alpha 0.85.0 → 0.86.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: dd11af6082bd55ef470327a1dcf296452a81c4b6bd325d48ada4e654a5c2012a
4
- data.tar.gz: 1d67321b58db59950087a38435147f13592608368ec7aa477c2dd18733df1607
3
+ metadata.gz: 1db913781fb8557169a39e8c1f8560bbb79ea2ae0b5ff031c1d3deec5e05337f
4
+ data.tar.gz: d0ea64ca25a34a419b39cb11554ed7e919db426c13aeebdf34e55a45e7013fcb
5
5
  SHA512:
6
- metadata.gz: 68fc472706dad30bdabc0a6732f5c11b92445d9f37ea3eb951e5e2e9998d5dd2a8ee2a66e1ef13010a9822eda96f4eb6700c5a303b10d8f7a13dddd722127e5a
7
- data.tar.gz: 8b9fd95e7aa8603247287b9219f7ad45fc67d8585fa48a92215a4fba0af8713ae531ed7fde15281a52a9b2b9f419da08bbea59397ae4d61437257d3cbb38fdf2
6
+ metadata.gz: 5ed375fbb5c4c5fd07c837f01118ba6306ceb95f50feac52bf574d68e0ab45bcecd57bcb63797768af799bd49fe752c49ed3980a3946925e596a1648ca47948a
7
+ data.tar.gz: 3645c6c2e9722180bf0fe755019fad1bc2e4cb5de88a6ce4a52130966c67945d887edb6dcf67990594354e4d9e72665546faae666b713fe1f051784cdbf33ce6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-gkehub_v1alpha
2
2
 
3
+ ### v0.86.0 (2025-01-12)
4
+
5
+ * Regenerated from discovery document revision 20250103
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.85.0 (2024-12-15)
4
9
 
5
10
  * Regenerated from discovery document revision 20241206
@@ -1164,18 +1164,18 @@ module Google
1164
1164
  class ConfigManagementConfigSync
1165
1165
  include Google::Apis::Core::Hashable
1166
1166
 
1167
- # Set to true to allow the vertical scaling. Defaults to false which disallows
1168
- # vertical scaling. This field is deprecated.
1167
+ # Optional. Set to true to allow the vertical scaling. Defaults to false which
1168
+ # disallows vertical scaling. This field is deprecated.
1169
1169
  # Corresponds to the JSON property `allowVerticalScale`
1170
1170
  # @return [Boolean]
1171
1171
  attr_accessor :allow_vertical_scale
1172
1172
  alias_method :allow_vertical_scale?, :allow_vertical_scale
1173
1173
 
1174
- # Enables the installation of ConfigSync. If set to true, ConfigSync resources
1175
- # will be created and the other ConfigSync fields will be applied if exist. If
1176
- # set to false, all other ConfigSync fields will be ignored, ConfigSync
1177
- # resources will be deleted. If omitted, ConfigSync resources will be managed
1178
- # depends on the presence of the git or oci field.
1174
+ # Optional. Enables the installation of ConfigSync. If set to true, ConfigSync
1175
+ # resources will be created and the other ConfigSync fields will be applied if
1176
+ # exist. If set to false, all other ConfigSync fields will be ignored,
1177
+ # ConfigSync resources will be deleted. If omitted, ConfigSync resources will be
1178
+ # managed depends on the presence of the git or oci field.
1179
1179
  # Corresponds to the JSON property `enabled`
1180
1180
  # @return [Boolean]
1181
1181
  attr_accessor :enabled
@@ -1186,15 +1186,15 @@ module Google
1186
1186
  # @return [Google::Apis::GkehubV1alpha::ConfigManagementGitConfig]
1187
1187
  attr_accessor :git
1188
1188
 
1189
- # The Email of the Google Cloud Service Account (GSA) used for exporting Config
1190
- # Sync metrics to Cloud Monitoring and Cloud Monarch when Workload Identity is
1191
- # enabled. The GSA should have the Monitoring Metric Writer (roles/monitoring.
1192
- # metricWriter) IAM role. The Kubernetes ServiceAccount `default` in the
1193
- # namespace `config-management-monitoring` should be bound to the GSA.
1194
- # Deprecated: If Workload Identity Federation for GKE is enabled, Google Cloud
1195
- # Service Account is no longer needed for exporting Config Sync metrics: https://
1196
- # cloud.google.com/kubernetes-engine/enterprise/config-sync/docs/how-to/monitor-
1197
- # config-sync-cloud-monitoring#custom-monitoring.
1189
+ # Optional. The Email of the Google Cloud Service Account (GSA) used for
1190
+ # exporting Config Sync metrics to Cloud Monitoring and Cloud Monarch when
1191
+ # Workload Identity is enabled. The GSA should have the Monitoring Metric Writer
1192
+ # (roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount `
1193
+ # default` in the namespace `config-management-monitoring` should be bound to
1194
+ # the GSA. Deprecated: If Workload Identity Federation for GKE is enabled,
1195
+ # Google Cloud Service Account is no longer needed for exporting Config Sync
1196
+ # metrics: https://cloud.google.com/kubernetes-engine/enterprise/config-sync/
1197
+ # docs/how-to/monitor-config-sync-cloud-monitoring#custom-monitoring.
1198
1198
  # Corresponds to the JSON property `metricsGcpServiceAccountEmail`
1199
1199
  # @return [String]
1200
1200
  attr_accessor :metrics_gcp_service_account_email
@@ -1204,21 +1204,22 @@ module Google
1204
1204
  # @return [Google::Apis::GkehubV1alpha::ConfigManagementOciConfig]
1205
1205
  attr_accessor :oci
1206
1206
 
1207
- # Set to true to enable the Config Sync admission webhook to prevent drifts. If
1208
- # set to `false`, disables the Config Sync admission webhook and does not
1209
- # prevent drifts.
1207
+ # Optional. Set to true to enable the Config Sync admission webhook to prevent
1208
+ # drifts. If set to `false`, disables the Config Sync admission webhook and does
1209
+ # not prevent drifts.
1210
1210
  # Corresponds to the JSON property `preventDrift`
1211
1211
  # @return [Boolean]
1212
1212
  attr_accessor :prevent_drift
1213
1213
  alias_method :prevent_drift?, :prevent_drift
1214
1214
 
1215
- # Specifies whether the Config Sync Repo is in "hierarchical" or "unstructured"
1216
- # mode.
1215
+ # Optional. Specifies whether the Config Sync Repo is in "hierarchical" or "
1216
+ # unstructured" mode.
1217
1217
  # Corresponds to the JSON property `sourceFormat`
1218
1218
  # @return [String]
1219
1219
  attr_accessor :source_format
1220
1220
 
1221
- # Set to true to stop syncing configs for a single cluster. Default to false.
1221
+ # Optional. Set to true to stop syncing configs for a single cluster. Default to
1222
+ # false.
1222
1223
  # Corresponds to the JSON property `stopSyncing`
1223
1224
  # @return [Boolean]
1224
1225
  attr_accessor :stop_syncing
@@ -1331,7 +1332,8 @@ module Google
1331
1332
  class ConfigManagementConfigSyncState
1332
1333
  include Google::Apis::Core::Hashable
1333
1334
 
1334
- # Whether syncing resources to the cluster is stopped at the cluster level.
1335
+ # Output only. Whether syncing resources to the cluster is stopped at the
1336
+ # cluster level.
1335
1337
  # Corresponds to the JSON property `clusterLevelStopSyncingState`
1336
1338
  # @return [String]
1337
1339
  attr_accessor :cluster_level_stop_syncing_state
@@ -1346,22 +1348,23 @@ module Google
1346
1348
  # @return [Google::Apis::GkehubV1alpha::ConfigManagementConfigSyncDeploymentState]
1347
1349
  attr_accessor :deployment_state
1348
1350
 
1349
- # Errors pertaining to the installation of Config Sync.
1351
+ # Output only. Errors pertaining to the installation of Config Sync.
1350
1352
  # Corresponds to the JSON property `errors`
1351
1353
  # @return [Array<Google::Apis::GkehubV1alpha::ConfigManagementConfigSyncError>]
1352
1354
  attr_accessor :errors
1353
1355
 
1354
- # The state of the Reposync CRD
1356
+ # Output only. The state of the Reposync CRD
1355
1357
  # Corresponds to the JSON property `reposyncCrd`
1356
1358
  # @return [String]
1357
1359
  attr_accessor :reposync_crd
1358
1360
 
1359
- # The state of the RootSync CRD
1361
+ # Output only. The state of the RootSync CRD
1360
1362
  # Corresponds to the JSON property `rootsyncCrd`
1361
1363
  # @return [String]
1362
1364
  attr_accessor :rootsync_crd
1363
1365
 
1364
- # The state of CS This field summarizes the other fields in this message.
1366
+ # Output only. The state of CS This field summarizes the other fields in this
1367
+ # message.
1365
1368
  # Corresponds to the JSON property `state`
1366
1369
  # @return [String]
1367
1370
  attr_accessor :state
@@ -1533,46 +1536,47 @@ module Google
1533
1536
  class ConfigManagementGitConfig
1534
1537
  include Google::Apis::Core::Hashable
1535
1538
 
1536
- # The Google Cloud Service Account Email used for auth when secret_type is
1537
- # gcpServiceAccount.
1539
+ # Optional. The Google Cloud Service Account Email used for auth when
1540
+ # secret_type is gcpServiceAccount.
1538
1541
  # Corresponds to the JSON property `gcpServiceAccountEmail`
1539
1542
  # @return [String]
1540
1543
  attr_accessor :gcp_service_account_email
1541
1544
 
1542
- # URL for the HTTPS proxy to be used when communicating with the Git repo.
1545
+ # Optional. URL for the HTTPS proxy to be used when communicating with the Git
1546
+ # repo.
1543
1547
  # Corresponds to the JSON property `httpsProxy`
1544
1548
  # @return [String]
1545
1549
  attr_accessor :https_proxy
1546
1550
 
1547
- # The path within the Git repository that represents the top level of the repo
1548
- # to sync. Default: the root directory of the repository.
1551
+ # Optional. The path within the Git repository that represents the top level of
1552
+ # the repo to sync. Default: the root directory of the repository.
1549
1553
  # Corresponds to the JSON property `policyDir`
1550
1554
  # @return [String]
1551
1555
  attr_accessor :policy_dir
1552
1556
 
1553
- # Type of secret configured for access to the Git repo. Must be one of ssh,
1554
- # cookiefile, gcenode, token, gcpserviceaccount or none. The validation of this
1555
- # is case-sensitive. Required.
1557
+ # Required. Type of secret configured for access to the Git repo. Must be one of
1558
+ # ssh, cookiefile, gcenode, token, gcpserviceaccount or none. The validation of
1559
+ # this is case-sensitive. Required.
1556
1560
  # Corresponds to the JSON property `secretType`
1557
1561
  # @return [String]
1558
1562
  attr_accessor :secret_type
1559
1563
 
1560
- # The branch of the repository to sync from. Default: master.
1564
+ # Optional. The branch of the repository to sync from. Default: master.
1561
1565
  # Corresponds to the JSON property `syncBranch`
1562
1566
  # @return [String]
1563
1567
  attr_accessor :sync_branch
1564
1568
 
1565
- # The URL of the Git repository to use as the source of truth.
1569
+ # Optional. The URL of the Git repository to use as the source of truth.
1566
1570
  # Corresponds to the JSON property `syncRepo`
1567
1571
  # @return [String]
1568
1572
  attr_accessor :sync_repo
1569
1573
 
1570
- # Git revision (tag or hash) to check out. Default HEAD.
1574
+ # Optional. Git revision (tag or hash) to check out. Default HEAD.
1571
1575
  # Corresponds to the JSON property `syncRev`
1572
1576
  # @return [String]
1573
1577
  attr_accessor :sync_rev
1574
1578
 
1575
- # Period in seconds between consecutive syncs. Default: 15.
1579
+ # Optional. Period in seconds between consecutive syncs. Default: 15.
1576
1580
  # Corresponds to the JSON property `syncWaitSecs`
1577
1581
  # @return [Fixnum]
1578
1582
  attr_accessor :sync_wait_secs
@@ -1763,9 +1767,9 @@ module Google
1763
1767
  # @return [Google::Apis::GkehubV1alpha::ConfigManagementBinauthzConfig]
1764
1768
  attr_accessor :binauthz
1765
1769
 
1766
- # The user-specified cluster name used by Config Sync cluster-name-selector
1767
- # annotation or ClusterSelector, for applying configs to only a subset of
1768
- # clusters. Omit this field if the cluster's fleet membership name is used by
1770
+ # Optional. The user-specified cluster name used by Config Sync cluster-name-
1771
+ # selector annotation or ClusterSelector, for applying configs to only a subset
1772
+ # of clusters. Omit this field if the cluster's fleet membership name is used by
1769
1773
  # Config Sync cluster-name-selector annotation or ClusterSelector. Set this
1770
1774
  # field if a name different from the cluster's fleet membership name is used by
1771
1775
  # Config Sync cluster-name-selector annotation or ClusterSelector.
@@ -1783,7 +1787,7 @@ module Google
1783
1787
  # @return [Google::Apis::GkehubV1alpha::ConfigManagementHierarchyControllerConfig]
1784
1788
  attr_accessor :hierarchy_controller
1785
1789
 
1786
- # Enables automatic Feature management.
1790
+ # Optional. Enables automatic Feature management.
1787
1791
  # Corresponds to the JSON property `management`
1788
1792
  # @return [String]
1789
1793
  attr_accessor :management
@@ -1793,7 +1797,7 @@ module Google
1793
1797
  # @return [Google::Apis::GkehubV1alpha::ConfigManagementPolicyController]
1794
1798
  attr_accessor :policy_controller
1795
1799
 
1796
- # Version of ACM installed.
1800
+ # Optional. Version of ACM installed.
1797
1801
  # Corresponds to the JSON property `version`
1798
1802
  # @return [String]
1799
1803
  attr_accessor :version
@@ -1823,8 +1827,9 @@ module Google
1823
1827
  # @return [Google::Apis::GkehubV1alpha::ConfigManagementBinauthzState]
1824
1828
  attr_accessor :binauthz_state
1825
1829
 
1826
- # This field is set to the `cluster_name` field of the Membership Spec if it is
1827
- # not empty. Otherwise, it is set to the cluster's fleet membership name.
1830
+ # Output only. This field is set to the `cluster_name` field of the Membership
1831
+ # Spec if it is not empty. Otherwise, it is set to the cluster's fleet
1832
+ # membership name.
1828
1833
  # Corresponds to the JSON property `clusterName`
1829
1834
  # @return [String]
1830
1835
  attr_accessor :cluster_name
@@ -1875,30 +1880,30 @@ module Google
1875
1880
  class ConfigManagementOciConfig
1876
1881
  include Google::Apis::Core::Hashable
1877
1882
 
1878
- # The Google Cloud Service Account Email used for auth when secret_type is
1879
- # gcpServiceAccount.
1883
+ # Optional. The Google Cloud Service Account Email used for auth when
1884
+ # secret_type is gcpServiceAccount.
1880
1885
  # Corresponds to the JSON property `gcpServiceAccountEmail`
1881
1886
  # @return [String]
1882
1887
  attr_accessor :gcp_service_account_email
1883
1888
 
1884
- # The absolute path of the directory that contains the local resources. Default:
1885
- # the root directory of the image.
1889
+ # Optional. The absolute path of the directory that contains the local resources.
1890
+ # Default: the root directory of the image.
1886
1891
  # Corresponds to the JSON property `policyDir`
1887
1892
  # @return [String]
1888
1893
  attr_accessor :policy_dir
1889
1894
 
1890
- # Type of secret configured for access to the Git repo.
1895
+ # Optional. Type of secret configured for access to the Git repo.
1891
1896
  # Corresponds to the JSON property `secretType`
1892
1897
  # @return [String]
1893
1898
  attr_accessor :secret_type
1894
1899
 
1895
- # The OCI image repository URL for the package to sync from. e.g. `LOCATION-
1896
- # docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.
1900
+ # Optional. The OCI image repository URL for the package to sync from. e.g. `
1901
+ # LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.
1897
1902
  # Corresponds to the JSON property `syncRepo`
1898
1903
  # @return [String]
1899
1904
  attr_accessor :sync_repo
1900
1905
 
1901
- # Period in seconds between consecutive syncs. Default: 15.
1906
+ # Optional. Period in seconds between consecutive syncs. Default: 15.
1902
1907
  # Corresponds to the JSON property `syncWaitSecs`
1903
1908
  # @return [Fixnum]
1904
1909
  attr_accessor :sync_wait_secs
@@ -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.85.0"
19
+ GEM_VERSION = "0.86.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241206"
25
+ REVISION = "20250103"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +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.85.0
4
+ version: 0.86.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-15 00:00:00.000000000 Z
10
+ date: 2025-01-12 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_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.85.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.86.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha
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.23
79
- signing_key:
76
+ rubygems_version: 3.6.2
80
77
  specification_version: 4
81
78
  summary: Simple REST client for GKE Hub API V1alpha
82
79
  test_files: []