google-apis-gkehub_v1beta 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: 1227b4abfb31c0d4c8ae04708e21f324b2ea5fa57f303a82ad2732cd13a20a61
4
- data.tar.gz: e7914f42218f3bd0f2e1c9ce9c22b42a0f94edc27f5c48aa4ce5c3d4a013e124
3
+ metadata.gz: 9d8ae341eb0525419a8007ca2469709bbb626bd23a59c3691dd82255f54d3caf
4
+ data.tar.gz: 9e7a66ebe9ffd18366138b1d273dca22c2d72b84f06e772f99f2aa0973cf6725
5
5
  SHA512:
6
- metadata.gz: cf8e8dd9793b4c0d0ac386b7d3ec4110f6c8120592ac7c1b9dd89477e49d1ed09adea6f3153a5357582281a5fe9119de225107295110b4f60a1735ad62777b31
7
- data.tar.gz: afeeb9e37b6396d9123ade2ed55085f7c35b8d432d17b315ff42ed3d3c1aa924fec9dac7d5ff0f2c81d49e9cce8c56d9f40736100d7c5147ec7a41f4cc381ded
6
+ metadata.gz: f647314868e962c195a1b726549db4acf493d6e76c337734dd2efbb6b9318be585ec25dd0d5e4cd9b3ac223cb870c73217611c9a1823b6c8fabcaa7231338160
7
+ data.tar.gz: 1023792f9fe32d6da8e0392efb9bca086de9e6616af62355a34537ae1134a0d35de73147eec4421d65c1376e7f5b0963497c766d6e8ba5a919e6b85c3c4cd22b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-gkehub_v1beta
2
2
 
3
+ ### v0.82.0 (2025-03-09)
4
+
5
+ * Regenerated from discovery document revision 20250302
6
+
7
+ ### v0.81.0 (2025-02-26)
8
+
9
+ * Regenerated from discovery document revision 20250209
10
+
3
11
  ### v0.80.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 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,12 +941,10 @@ module Google
1001
941
  class ConfigManagementConfigSync
1002
942
  include Google::Apis::Core::Hashable
1003
943
 
1004
- # Optional. Set to true to allow the vertical scaling. Defaults to false which
1005
- # disallows vertical scaling. This field is deprecated.
1006
- # Corresponds to the JSON property `allowVerticalScale`
1007
- # @return [Boolean]
1008
- attr_accessor :allow_vertical_scale
1009
- alias_method :allow_vertical_scale?, :allow_vertical_scale
944
+ # Optional. Configuration for deployment overrides.
945
+ # Corresponds to the JSON property `deploymentOverrides`
946
+ # @return [Array<Google::Apis::GkehubV1beta::ConfigManagementDeploymentOverride>]
947
+ attr_accessor :deployment_overrides
1010
948
 
1011
949
  # Optional. Enables the installation of ConfigSync. If set to true, ConfigSync
1012
950
  # resources will be created and the other ConfigSync fields will be applied if
@@ -1068,7 +1006,7 @@ module Google
1068
1006
 
1069
1007
  # Update properties of this object
1070
1008
  def update!(**args)
1071
- @allow_vertical_scale = args[:allow_vertical_scale] if args.key?(:allow_vertical_scale)
1009
+ @deployment_overrides = args[:deployment_overrides] if args.key?(:deployment_overrides)
1072
1010
  @enabled = args[:enabled] if args.key?(:enabled)
1073
1011
  @git = args[:git] if args.key?(:git)
1074
1012
  @metrics_gcp_service_account_email = args[:metrics_gcp_service_account_email] if args.key?(:metrics_gcp_service_account_email)
@@ -1301,6 +1239,80 @@ module Google
1301
1239
  end
1302
1240
  end
1303
1241
 
1242
+ # Configuration for a container override.
1243
+ class ConfigManagementContainerOverride
1244
+ include Google::Apis::Core::Hashable
1245
+
1246
+ # Required. The name of the container.
1247
+ # Corresponds to the JSON property `containerName`
1248
+ # @return [String]
1249
+ attr_accessor :container_name
1250
+
1251
+ # Optional. The cpu limit of the container.
1252
+ # Corresponds to the JSON property `cpuLimit`
1253
+ # @return [String]
1254
+ attr_accessor :cpu_limit
1255
+
1256
+ # Optional. The cpu request of the container.
1257
+ # Corresponds to the JSON property `cpuRequest`
1258
+ # @return [String]
1259
+ attr_accessor :cpu_request
1260
+
1261
+ # Optional. The memory limit of the container.
1262
+ # Corresponds to the JSON property `memoryLimit`
1263
+ # @return [String]
1264
+ attr_accessor :memory_limit
1265
+
1266
+ # Optional. The memory request of the container.
1267
+ # Corresponds to the JSON property `memoryRequest`
1268
+ # @return [String]
1269
+ attr_accessor :memory_request
1270
+
1271
+ def initialize(**args)
1272
+ update!(**args)
1273
+ end
1274
+
1275
+ # Update properties of this object
1276
+ def update!(**args)
1277
+ @container_name = args[:container_name] if args.key?(:container_name)
1278
+ @cpu_limit = args[:cpu_limit] if args.key?(:cpu_limit)
1279
+ @cpu_request = args[:cpu_request] if args.key?(:cpu_request)
1280
+ @memory_limit = args[:memory_limit] if args.key?(:memory_limit)
1281
+ @memory_request = args[:memory_request] if args.key?(:memory_request)
1282
+ end
1283
+ end
1284
+
1285
+ # Configuration for a deployment override.
1286
+ class ConfigManagementDeploymentOverride
1287
+ include Google::Apis::Core::Hashable
1288
+
1289
+ # Optional. The containers of the deployment resource to be overridden.
1290
+ # Corresponds to the JSON property `containers`
1291
+ # @return [Array<Google::Apis::GkehubV1beta::ConfigManagementContainerOverride>]
1292
+ attr_accessor :containers
1293
+
1294
+ # Required. The name of the deployment resource to be overridden.
1295
+ # Corresponds to the JSON property `deploymentName`
1296
+ # @return [String]
1297
+ attr_accessor :deployment_name
1298
+
1299
+ # Required. The namespace of the deployment resource to be overridden..
1300
+ # Corresponds to the JSON property `deploymentNamespace`
1301
+ # @return [String]
1302
+ attr_accessor :deployment_namespace
1303
+
1304
+ def initialize(**args)
1305
+ update!(**args)
1306
+ end
1307
+
1308
+ # Update properties of this object
1309
+ def update!(**args)
1310
+ @containers = args[:containers] if args.key?(:containers)
1311
+ @deployment_name = args[:deployment_name] if args.key?(:deployment_name)
1312
+ @deployment_namespace = args[:deployment_namespace] if args.key?(:deployment_namespace)
1313
+ end
1314
+ end
1315
+
1304
1316
  # Model for a config file in the git repo with an associated Sync error
1305
1317
  class ConfigManagementErrorResource
1306
1318
  include Google::Apis::Core::Hashable
@@ -1392,8 +1404,8 @@ module Google
1392
1404
  attr_accessor :policy_dir
1393
1405
 
1394
1406
  # 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.
1407
+ # ssh, cookiefile, gcenode, token, gcpserviceaccount, githubapp or none. The
1408
+ # validation of this is case-sensitive.
1397
1409
  # Corresponds to the JSON property `secretType`
1398
1410
  # @return [String]
1399
1411
  attr_accessor :secret_type
@@ -1403,7 +1415,7 @@ module Google
1403
1415
  # @return [String]
1404
1416
  attr_accessor :sync_branch
1405
1417
 
1406
- # Optional. The URL of the Git repository to use as the source of truth.
1418
+ # Required. The URL of the Git repository to use as the source of truth.
1407
1419
  # Corresponds to the JSON property `syncRepo`
1408
1420
  # @return [String]
1409
1421
  attr_accessor :sync_repo
@@ -1729,12 +1741,14 @@ module Google
1729
1741
  # @return [String]
1730
1742
  attr_accessor :policy_dir
1731
1743
 
1732
- # Optional. Type of secret configured for access to the Git repo.
1744
+ # Required. Type of secret configured for access to the OCI repo. Must be one of
1745
+ # gcenode, gcpserviceaccount, k8sserviceaccount or none. The validation of this
1746
+ # is case-sensitive.
1733
1747
  # Corresponds to the JSON property `secretType`
1734
1748
  # @return [String]
1735
1749
  attr_accessor :secret_type
1736
1750
 
1737
- # Optional. The OCI image repository URL for the package to sync from. e.g. `
1751
+ # Required. The OCI image repository URL for the package to sync from. e.g. `
1738
1752
  # LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.
1739
1753
  # Corresponds to the JSON property `syncRepo`
1740
1754
  # @return [String]
@@ -4242,11 +4256,6 @@ module Google
4242
4256
  class MembershipFeatureSpec
4243
4257
  include Google::Apis::Core::Hashable
4244
4258
 
4245
- # **Anthosobservability**: Per-Membership Feature spec.
4246
- # Corresponds to the JSON property `anthosobservability`
4247
- # @return [Google::Apis::GkehubV1beta::AnthosObservabilityMembershipSpec]
4248
- attr_accessor :anthosobservability
4249
-
4250
4259
  # **Cloud Build**: Configurations for each Cloud Build enabled cluster.
4251
4260
  # Corresponds to the JSON property `cloudbuild`
4252
4261
  # @return [Google::Apis::GkehubV1beta::MembershipSpec]
@@ -4291,7 +4300,6 @@ module Google
4291
4300
 
4292
4301
  # Update properties of this object
4293
4302
  def update!(**args)
4294
- @anthosobservability = args[:anthosobservability] if args.key?(:anthosobservability)
4295
4303
  @cloudbuild = args[:cloudbuild] if args.key?(:cloudbuild)
4296
4304
  @configmanagement = args[:configmanagement] if args.key?(:configmanagement)
4297
4305
  @fleetobservability = args[:fleetobservability] if args.key?(:fleetobservability)
@@ -5704,7 +5712,8 @@ module Google
5704
5712
  end
5705
5713
  end
5706
5714
 
5707
- # Condition being reported.
5715
+ # Condition being reported. TODO b/395151419: Remove this message once the
5716
+ # membership-level conditions field uses the common Condition message.
5708
5717
  class ServiceMeshCondition
5709
5718
  include Google::Apis::Core::Hashable
5710
5719
 
@@ -5836,7 +5845,8 @@ module Google
5836
5845
  class ServiceMeshMembershipState
5837
5846
  include Google::Apis::Core::Hashable
5838
5847
 
5839
- # Output only. List of conditions reported for this membership.
5848
+ # Output only. List of conditions reported for this membership. TODO b/395151419:
5849
+ # Use the common Condition message.
5840
5850
  # Corresponds to the JSON property `conditions`
5841
5851
  # @return [Array<Google::Apis::GkehubV1beta::ServiceMeshCondition>]
5842
5852
  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.80.0"
19
+ GEM_VERSION = "0.82.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 = "20250103"
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 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
 
@@ -238,6 +226,18 @@ module Google
238
226
  include Google::Apis::Core::JsonObjectSupport
239
227
  end
240
228
 
229
+ class ConfigManagementContainerOverride
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class ConfigManagementDeploymentOverride
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
241
  class ConfigManagementErrorResource
242
242
  class Representation < Google::Apis::Core::JsonRepresentation; end
243
243
 
@@ -1012,23 +1012,6 @@ module Google
1012
1012
  include Google::Apis::Core::JsonObjectSupport
1013
1013
  end
1014
1014
 
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
1015
  class AppDevExperienceFeatureSpec
1033
1016
  # @private
1034
1017
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1222,8 +1205,6 @@ module Google
1222
1205
  class CommonFeatureSpec
1223
1206
  # @private
1224
1207
  class Representation < Google::Apis::Core::JsonRepresentation
1225
- property :anthosobservability, as: 'anthosobservability', class: Google::Apis::GkehubV1beta::AnthosObservabilityFeatureSpec, decorator: Google::Apis::GkehubV1beta::AnthosObservabilityFeatureSpec::Representation
1226
-
1227
1208
  property :appdevexperience, as: 'appdevexperience', class: Google::Apis::GkehubV1beta::AppDevExperienceFeatureSpec, decorator: Google::Apis::GkehubV1beta::AppDevExperienceFeatureSpec::Representation
1228
1209
 
1229
1210
  property :clusterupgrade, as: 'clusterupgrade', class: Google::Apis::GkehubV1beta::ClusterUpgradeFleetSpec, decorator: Google::Apis::GkehubV1beta::ClusterUpgradeFleetSpec::Representation
@@ -1307,7 +1288,8 @@ module Google
1307
1288
  class ConfigManagementConfigSync
1308
1289
  # @private
1309
1290
  class Representation < Google::Apis::Core::JsonRepresentation
1310
- property :allow_vertical_scale, as: 'allowVerticalScale'
1291
+ collection :deployment_overrides, as: 'deploymentOverrides', class: Google::Apis::GkehubV1beta::ConfigManagementDeploymentOverride, decorator: Google::Apis::GkehubV1beta::ConfigManagementDeploymentOverride::Representation
1292
+
1311
1293
  property :enabled, as: 'enabled'
1312
1294
  property :git, as: 'git', class: Google::Apis::GkehubV1beta::ConfigManagementGitConfig, decorator: Google::Apis::GkehubV1beta::ConfigManagementGitConfig::Representation
1313
1295
 
@@ -1376,6 +1358,27 @@ module Google
1376
1358
  end
1377
1359
  end
1378
1360
 
1361
+ class ConfigManagementContainerOverride
1362
+ # @private
1363
+ class Representation < Google::Apis::Core::JsonRepresentation
1364
+ property :container_name, as: 'containerName'
1365
+ property :cpu_limit, as: 'cpuLimit'
1366
+ property :cpu_request, as: 'cpuRequest'
1367
+ property :memory_limit, as: 'memoryLimit'
1368
+ property :memory_request, as: 'memoryRequest'
1369
+ end
1370
+ end
1371
+
1372
+ class ConfigManagementDeploymentOverride
1373
+ # @private
1374
+ class Representation < Google::Apis::Core::JsonRepresentation
1375
+ collection :containers, as: 'containers', class: Google::Apis::GkehubV1beta::ConfigManagementContainerOverride, decorator: Google::Apis::GkehubV1beta::ConfigManagementContainerOverride::Representation
1376
+
1377
+ property :deployment_name, as: 'deploymentName'
1378
+ property :deployment_namespace, as: 'deploymentNamespace'
1379
+ end
1380
+ end
1381
+
1379
1382
  class ConfigManagementErrorResource
1380
1383
  # @private
1381
1384
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2212,8 +2215,6 @@ module Google
2212
2215
  class MembershipFeatureSpec
2213
2216
  # @private
2214
2217
  class Representation < Google::Apis::Core::JsonRepresentation
2215
- property :anthosobservability, as: 'anthosobservability', class: Google::Apis::GkehubV1beta::AnthosObservabilityMembershipSpec, decorator: Google::Apis::GkehubV1beta::AnthosObservabilityMembershipSpec::Representation
2216
-
2217
2218
  property :cloudbuild, as: 'cloudbuild', class: Google::Apis::GkehubV1beta::MembershipSpec, decorator: Google::Apis::GkehubV1beta::MembershipSpec::Representation
2218
2219
 
2219
2220
  property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1beta::ConfigManagementMembershipSpec, decorator: Google::Apis::GkehubV1beta::ConfigManagementMembershipSpec::Representation
metadata CHANGED
@@ -1,13 +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.80.0
4
+ version: 0.82.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-12 00:00:00.000000000 Z
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_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.80.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.82.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta
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.2
76
+ rubygems_version: 3.6.5
77
77
  specification_version: 4
78
78
  summary: Simple REST client for GKE Hub API V1beta
79
79
  test_files: []