google-apis-gkehub_v1beta 0.78.0 → 0.80.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: '089ae329391882a15aa4cc5d4db3f0bfb191556f4d9ffe6fdd8fd6c126fe91b7'
4
- data.tar.gz: 4620800c35e9aa29cfb17dd9fb7e05db7c509cc96c9e110402cc0ea6e4d68493
3
+ metadata.gz: 1227b4abfb31c0d4c8ae04708e21f324b2ea5fa57f303a82ad2732cd13a20a61
4
+ data.tar.gz: e7914f42218f3bd0f2e1c9ce9c22b42a0f94edc27f5c48aa4ce5c3d4a013e124
5
5
  SHA512:
6
- metadata.gz: 3fd3fbab52520772478f366a901942156f7430104bffe46f2d5637008ee2c85ea0bec89eb40301e17a2cc7ac4e84610fbf13cada711e773bef9528e0f0718b62
7
- data.tar.gz: fc362761af5ae267e5fc63eeaed950174c1fee2d9ec5e9bbdfb9b3521e6c0c9dd0fb68b474eb62677ddd2a57e9843bbc2bd370c0bae7fd767f5d831cd6a9001e
6
+ metadata.gz: cf8e8dd9793b4c0d0ac386b7d3ec4110f6c8120592ac7c1b9dd89477e49d1ed09adea6f3153a5357582281a5fe9119de225107295110b4f60a1735ad62777b31
7
+ data.tar.gz: afeeb9e37b6396d9123ade2ed55085f7c35b8d432d17b315ff42ed3d3c1aa924fec9dac7d5ff0f2c81d49e9cce8c56d9f40736100d7c5147ec7a41f4cc381ded
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-gkehub_v1beta
2
2
 
3
+ ### v0.80.0 (2025-01-12)
4
+
5
+ * Regenerated from discovery document revision 20250103
6
+ * Regenerated using generator version 0.16.0
7
+
8
+ ### v0.79.0 (2024-12-15)
9
+
10
+ * Regenerated from discovery document revision 20241206
11
+
3
12
  ### v0.78.0 (2024-12-02)
4
13
 
5
14
  * Regenerated from discovery document revision 20241108
@@ -1001,18 +1001,18 @@ module Google
1001
1001
  class ConfigManagementConfigSync
1002
1002
  include Google::Apis::Core::Hashable
1003
1003
 
1004
- # Set to true to allow the vertical scaling. Defaults to false which disallows
1005
- # vertical scaling. This field is deprecated.
1004
+ # Optional. Set to true to allow the vertical scaling. Defaults to false which
1005
+ # disallows vertical scaling. This field is deprecated.
1006
1006
  # Corresponds to the JSON property `allowVerticalScale`
1007
1007
  # @return [Boolean]
1008
1008
  attr_accessor :allow_vertical_scale
1009
1009
  alias_method :allow_vertical_scale?, :allow_vertical_scale
1010
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.
1011
+ # Optional. Enables the installation of ConfigSync. If set to true, ConfigSync
1012
+ # resources will be created and the other ConfigSync fields will be applied if
1013
+ # exist. If set to false, all other ConfigSync fields will be ignored,
1014
+ # ConfigSync resources will be deleted. If omitted, ConfigSync resources will be
1015
+ # managed depends on the presence of the git or oci field.
1016
1016
  # Corresponds to the JSON property `enabled`
1017
1017
  # @return [Boolean]
1018
1018
  attr_accessor :enabled
@@ -1023,15 +1023,15 @@ module Google
1023
1023
  # @return [Google::Apis::GkehubV1beta::ConfigManagementGitConfig]
1024
1024
  attr_accessor :git
1025
1025
 
1026
- # The Email of the Google Cloud Service Account (GSA) used for exporting Config
1027
- # Sync metrics to Cloud Monitoring and Cloud Monarch when Workload Identity is
1028
- # enabled. The GSA should have the Monitoring Metric Writer (roles/monitoring.
1029
- # metricWriter) IAM role. The Kubernetes ServiceAccount `default` in the
1030
- # namespace `config-management-monitoring` should be bound to the GSA.
1031
- # Deprecated: If Workload Identity Federation for GKE is enabled, Google Cloud
1032
- # Service Account is no longer needed for exporting Config Sync metrics: https://
1033
- # cloud.google.com/kubernetes-engine/enterprise/config-sync/docs/how-to/monitor-
1034
- # config-sync-cloud-monitoring#custom-monitoring.
1026
+ # Optional. The Email of the Google Cloud Service Account (GSA) used for
1027
+ # exporting Config Sync metrics to Cloud Monitoring and Cloud Monarch when
1028
+ # Workload Identity is enabled. The GSA should have the Monitoring Metric Writer
1029
+ # (roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount `
1030
+ # default` in the namespace `config-management-monitoring` should be bound to
1031
+ # the GSA. Deprecated: If Workload Identity Federation for GKE is enabled,
1032
+ # Google Cloud Service Account is no longer needed for exporting Config Sync
1033
+ # metrics: https://cloud.google.com/kubernetes-engine/enterprise/config-sync/
1034
+ # docs/how-to/monitor-config-sync-cloud-monitoring#custom-monitoring.
1035
1035
  # Corresponds to the JSON property `metricsGcpServiceAccountEmail`
1036
1036
  # @return [String]
1037
1037
  attr_accessor :metrics_gcp_service_account_email
@@ -1041,21 +1041,22 @@ module Google
1041
1041
  # @return [Google::Apis::GkehubV1beta::ConfigManagementOciConfig]
1042
1042
  attr_accessor :oci
1043
1043
 
1044
- # Set to true to enable the Config Sync admission webhook to prevent drifts. If
1045
- # set to `false`, disables the Config Sync admission webhook and does not
1046
- # prevent drifts.
1044
+ # Optional. Set to true to enable the Config Sync admission webhook to prevent
1045
+ # drifts. If set to `false`, disables the Config Sync admission webhook and does
1046
+ # not prevent drifts.
1047
1047
  # Corresponds to the JSON property `preventDrift`
1048
1048
  # @return [Boolean]
1049
1049
  attr_accessor :prevent_drift
1050
1050
  alias_method :prevent_drift?, :prevent_drift
1051
1051
 
1052
- # Specifies whether the Config Sync Repo is in "hierarchical" or "unstructured"
1053
- # mode.
1052
+ # Optional. Specifies whether the Config Sync Repo is in "hierarchical" or "
1053
+ # unstructured" mode.
1054
1054
  # Corresponds to the JSON property `sourceFormat`
1055
1055
  # @return [String]
1056
1056
  attr_accessor :source_format
1057
1057
 
1058
- # Set to true to stop syncing configs for a single cluster. Default to false.
1058
+ # Optional. Set to true to stop syncing configs for a single cluster. Default to
1059
+ # false.
1059
1060
  # Corresponds to the JSON property `stopSyncing`
1060
1061
  # @return [Boolean]
1061
1062
  attr_accessor :stop_syncing
@@ -1168,7 +1169,8 @@ module Google
1168
1169
  class ConfigManagementConfigSyncState
1169
1170
  include Google::Apis::Core::Hashable
1170
1171
 
1171
- # Whether syncing resources to the cluster is stopped at the cluster level.
1172
+ # Output only. Whether syncing resources to the cluster is stopped at the
1173
+ # cluster level.
1172
1174
  # Corresponds to the JSON property `clusterLevelStopSyncingState`
1173
1175
  # @return [String]
1174
1176
  attr_accessor :cluster_level_stop_syncing_state
@@ -1183,22 +1185,23 @@ module Google
1183
1185
  # @return [Google::Apis::GkehubV1beta::ConfigManagementConfigSyncDeploymentState]
1184
1186
  attr_accessor :deployment_state
1185
1187
 
1186
- # Errors pertaining to the installation of Config Sync.
1188
+ # Output only. Errors pertaining to the installation of Config Sync.
1187
1189
  # Corresponds to the JSON property `errors`
1188
1190
  # @return [Array<Google::Apis::GkehubV1beta::ConfigManagementConfigSyncError>]
1189
1191
  attr_accessor :errors
1190
1192
 
1191
- # The state of the Reposync CRD
1193
+ # Output only. The state of the Reposync CRD
1192
1194
  # Corresponds to the JSON property `reposyncCrd`
1193
1195
  # @return [String]
1194
1196
  attr_accessor :reposync_crd
1195
1197
 
1196
- # The state of the RootSync CRD
1198
+ # Output only. The state of the RootSync CRD
1197
1199
  # Corresponds to the JSON property `rootsyncCrd`
1198
1200
  # @return [String]
1199
1201
  attr_accessor :rootsync_crd
1200
1202
 
1201
- # The state of CS This field summarizes the other fields in this message.
1203
+ # Output only. The state of CS This field summarizes the other fields in this
1204
+ # message.
1202
1205
  # Corresponds to the JSON property `state`
1203
1206
  # @return [String]
1204
1207
  attr_accessor :state
@@ -1370,46 +1373,47 @@ module Google
1370
1373
  class ConfigManagementGitConfig
1371
1374
  include Google::Apis::Core::Hashable
1372
1375
 
1373
- # The Google Cloud Service Account Email used for auth when secret_type is
1374
- # gcpServiceAccount.
1376
+ # Optional. The Google Cloud Service Account Email used for auth when
1377
+ # secret_type is gcpServiceAccount.
1375
1378
  # Corresponds to the JSON property `gcpServiceAccountEmail`
1376
1379
  # @return [String]
1377
1380
  attr_accessor :gcp_service_account_email
1378
1381
 
1379
- # URL for the HTTPS proxy to be used when communicating with the Git repo.
1382
+ # Optional. URL for the HTTPS proxy to be used when communicating with the Git
1383
+ # repo.
1380
1384
  # Corresponds to the JSON property `httpsProxy`
1381
1385
  # @return [String]
1382
1386
  attr_accessor :https_proxy
1383
1387
 
1384
- # The path within the Git repository that represents the top level of the repo
1385
- # to sync. Default: the root directory of the repository.
1388
+ # Optional. The path within the Git repository that represents the top level of
1389
+ # the repo to sync. Default: the root directory of the repository.
1386
1390
  # Corresponds to the JSON property `policyDir`
1387
1391
  # @return [String]
1388
1392
  attr_accessor :policy_dir
1389
1393
 
1390
- # Type of secret configured for access to the Git repo. Must be one of ssh,
1391
- # cookiefile, gcenode, token, gcpserviceaccount or none. The validation of this
1392
- # is case-sensitive. Required.
1394
+ # Required. Type of secret configured for access to the Git repo. Must be one of
1395
+ # ssh, cookiefile, gcenode, token, gcpserviceaccount or none. The validation of
1396
+ # this is case-sensitive. Required.
1393
1397
  # Corresponds to the JSON property `secretType`
1394
1398
  # @return [String]
1395
1399
  attr_accessor :secret_type
1396
1400
 
1397
- # The branch of the repository to sync from. Default: master.
1401
+ # Optional. The branch of the repository to sync from. Default: master.
1398
1402
  # Corresponds to the JSON property `syncBranch`
1399
1403
  # @return [String]
1400
1404
  attr_accessor :sync_branch
1401
1405
 
1402
- # The URL of the Git repository to use as the source of truth.
1406
+ # Optional. The URL of the Git repository to use as the source of truth.
1403
1407
  # Corresponds to the JSON property `syncRepo`
1404
1408
  # @return [String]
1405
1409
  attr_accessor :sync_repo
1406
1410
 
1407
- # Git revision (tag or hash) to check out. Default HEAD.
1411
+ # Optional. Git revision (tag or hash) to check out. Default HEAD.
1408
1412
  # Corresponds to the JSON property `syncRev`
1409
1413
  # @return [String]
1410
1414
  attr_accessor :sync_rev
1411
1415
 
1412
- # Period in seconds between consecutive syncs. Default: 15.
1416
+ # Optional. Period in seconds between consecutive syncs. Default: 15.
1413
1417
  # Corresponds to the JSON property `syncWaitSecs`
1414
1418
  # @return [Fixnum]
1415
1419
  attr_accessor :sync_wait_secs
@@ -1600,9 +1604,9 @@ module Google
1600
1604
  # @return [Google::Apis::GkehubV1beta::ConfigManagementBinauthzConfig]
1601
1605
  attr_accessor :binauthz
1602
1606
 
1603
- # The user-specified cluster name used by Config Sync cluster-name-selector
1604
- # annotation or ClusterSelector, for applying configs to only a subset of
1605
- # clusters. Omit this field if the cluster's fleet membership name is used by
1607
+ # Optional. The user-specified cluster name used by Config Sync cluster-name-
1608
+ # selector annotation or ClusterSelector, for applying configs to only a subset
1609
+ # of clusters. Omit this field if the cluster's fleet membership name is used by
1606
1610
  # Config Sync cluster-name-selector annotation or ClusterSelector. Set this
1607
1611
  # field if a name different from the cluster's fleet membership name is used by
1608
1612
  # Config Sync cluster-name-selector annotation or ClusterSelector.
@@ -1620,7 +1624,7 @@ module Google
1620
1624
  # @return [Google::Apis::GkehubV1beta::ConfigManagementHierarchyControllerConfig]
1621
1625
  attr_accessor :hierarchy_controller
1622
1626
 
1623
- # Enables automatic Feature management.
1627
+ # Optional. Enables automatic Feature management.
1624
1628
  # Corresponds to the JSON property `management`
1625
1629
  # @return [String]
1626
1630
  attr_accessor :management
@@ -1630,7 +1634,7 @@ module Google
1630
1634
  # @return [Google::Apis::GkehubV1beta::ConfigManagementPolicyController]
1631
1635
  attr_accessor :policy_controller
1632
1636
 
1633
- # Version of ACM installed.
1637
+ # Optional. Version of ACM installed.
1634
1638
  # Corresponds to the JSON property `version`
1635
1639
  # @return [String]
1636
1640
  attr_accessor :version
@@ -1660,8 +1664,9 @@ module Google
1660
1664
  # @return [Google::Apis::GkehubV1beta::ConfigManagementBinauthzState]
1661
1665
  attr_accessor :binauthz_state
1662
1666
 
1663
- # This field is set to the `cluster_name` field of the Membership Spec if it is
1664
- # not empty. Otherwise, it is set to the cluster's fleet membership name.
1667
+ # Output only. This field is set to the `cluster_name` field of the Membership
1668
+ # Spec if it is not empty. Otherwise, it is set to the cluster's fleet
1669
+ # membership name.
1665
1670
  # Corresponds to the JSON property `clusterName`
1666
1671
  # @return [String]
1667
1672
  attr_accessor :cluster_name
@@ -1712,30 +1717,30 @@ module Google
1712
1717
  class ConfigManagementOciConfig
1713
1718
  include Google::Apis::Core::Hashable
1714
1719
 
1715
- # The Google Cloud Service Account Email used for auth when secret_type is
1716
- # gcpServiceAccount.
1720
+ # Optional. The Google Cloud Service Account Email used for auth when
1721
+ # secret_type is gcpServiceAccount.
1717
1722
  # Corresponds to the JSON property `gcpServiceAccountEmail`
1718
1723
  # @return [String]
1719
1724
  attr_accessor :gcp_service_account_email
1720
1725
 
1721
- # The absolute path of the directory that contains the local resources. Default:
1722
- # the root directory of the image.
1726
+ # Optional. The absolute path of the directory that contains the local resources.
1727
+ # Default: the root directory of the image.
1723
1728
  # Corresponds to the JSON property `policyDir`
1724
1729
  # @return [String]
1725
1730
  attr_accessor :policy_dir
1726
1731
 
1727
- # Type of secret configured for access to the Git repo.
1732
+ # Optional. Type of secret configured for access to the Git repo.
1728
1733
  # Corresponds to the JSON property `secretType`
1729
1734
  # @return [String]
1730
1735
  attr_accessor :secret_type
1731
1736
 
1732
- # The OCI image repository URL for the package to sync from. e.g. `LOCATION-
1733
- # docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.
1737
+ # Optional. The OCI image repository URL for the package to sync from. e.g. `
1738
+ # LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.
1734
1739
  # Corresponds to the JSON property `syncRepo`
1735
1740
  # @return [String]
1736
1741
  attr_accessor :sync_repo
1737
1742
 
1738
- # Period in seconds between consecutive syncs. Default: 15.
1743
+ # Optional. Period in seconds between consecutive syncs. Default: 15.
1739
1744
  # Corresponds to the JSON property `syncWaitSecs`
1740
1745
  # @return [Fixnum]
1741
1746
  attr_accessor :sync_wait_secs
@@ -4760,9 +4765,9 @@ module Google
4760
4765
  attr_accessor :api_version
4761
4766
 
4762
4767
  # Output only. Identifies whether the user has requested cancellation of the
4763
- # operation. Operations that have successfully been cancelled have Operation.
4764
- # error value with a google.rpc.Status.code of 1, corresponding to `Code.
4765
- # CANCELLED`.
4768
+ # operation. Operations that have successfully been cancelled have google.
4769
+ # longrunning.Operation.error value with a google.rpc.Status.code of 1,
4770
+ # corresponding to `Code.CANCELLED`.
4766
4771
  # Corresponds to the JSON property `cancelRequested`
4767
4772
  # @return [Boolean]
4768
4773
  attr_accessor :cancel_requested
@@ -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.78.0"
19
+ GEM_VERSION = "0.80.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 = "20241108"
25
+ REVISION = "20250103"
26
26
  end
27
27
  end
28
28
  end
@@ -1537,8 +1537,8 @@ module Google
1537
1537
  # Clients can use Operations.GetOperation or other methods to check whether the
1538
1538
  # cancellation succeeded or whether the operation completed despite cancellation.
1539
1539
  # On successful cancellation, the operation is not deleted; instead, it becomes
1540
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
1541
- # corresponding to `Code.CANCELLED`.
1540
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
1541
+ # , corresponding to `Code.CANCELLED`.
1542
1542
  # @param [String] name
1543
1543
  # The name of the operation resource to be cancelled.
1544
1544
  # @param [Google::Apis::GkehubV1beta::CancelOperationRequest] cancel_operation_request_object
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.78.0
4
+ version: 0.80.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-04 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_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.78.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.80.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.22
79
- signing_key:
76
+ rubygems_version: 3.6.2
80
77
  specification_version: 4
81
78
  summary: Simple REST client for GKE Hub API V1beta
82
79
  test_files: []