google-apis-gkehub_v1alpha 0.102.0 → 0.103.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: f5f4df9bf90466efd99769737abc8f1ec8384926fa702fc912b2d614b64732c9
4
- data.tar.gz: e9c70fb9d0caf51dd0f23505792c1f58f80aab7df6cfc96b9e7620d8e54ac911
3
+ metadata.gz: 2142f9c82a2e8af9b8395b68e7fc8b84be72006fada9c5c9f426e8528e504ea2
4
+ data.tar.gz: 42dd3051d88177fe8a67f92d994ec4e135893fa65b0e3a95e4f700acb8f31d04
5
5
  SHA512:
6
- metadata.gz: 13b3ef9518b39a44752e29a58891aa001cee6a387f964006b38bc586ffd5ce79327db6506a5ab632163f605e25d5cb91feb028b50ec4411d74dbc70f6b73b208
7
- data.tar.gz: 80d9cce5ec7cfd294ac1f1047288ae59cfd5ed4c4ff68cb5f7b953f77e26eb1f1226c2f72581e7e9d63284557afa1a053e319180153c9e0d2350be68671f4d1a
6
+ metadata.gz: 4c2e8fc0de5c7eccf2dfc107574a79ad79185f72ac5c5852116ac16b10774e753fa98431abfba13805c3ba90f69302854598083d2efcd0c477a0a0e24ff0f46b
7
+ data.tar.gz: ef6547c9c0cd860fef60994f5e2316ee0e4ee989cc783e760eadad32de2701225b99fb1ecd1b5d0611acb106d7f4ce8c8c7f3f3e0d1429428b564c747a909f2f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1alpha
2
2
 
3
+ ### v0.103.0 (2026-02-01)
4
+
5
+ * Regenerated from discovery document revision 20260126
6
+
3
7
  ### v0.102.0 (2026-01-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20260119
@@ -406,7 +406,7 @@ module Google
406
406
  class ClusterSelector
407
407
  include Google::Apis::Core::Hashable
408
408
 
409
- # Optional. A valid CEL (Common Expression Language) expression which evaluates `
409
+ # Required. A valid CEL (Common Expression Language) expression which evaluates `
410
410
  # resource.labels`.
411
411
  # Corresponds to the JSON property `labelSelector`
412
412
  # @return [String]
@@ -1150,16 +1150,21 @@ module Google
1150
1150
  class ConfigManagementConfigSync
1151
1151
  include Google::Apis::Core::Hashable
1152
1152
 
1153
- # Optional. Configuration for deployment overrides.
1153
+ # Optional. Configuration for deployment overrides. Applies only to Config Sync
1154
+ # deployments with containers that are not a root or namespace reconciler: `
1155
+ # reconciler-manager`, `otel-collector`, `resource-group-controller-manager`, `
1156
+ # admission-webhook`. To override a root or namespace reconciler, use the
1157
+ # rootsync or reposync fields at https://docs.cloud.google.com/kubernetes-engine/
1158
+ # config-sync/docs/reference/rootsync-reposync-fields#override-resources instead.
1154
1159
  # Corresponds to the JSON property `deploymentOverrides`
1155
1160
  # @return [Array<Google::Apis::GkehubV1alpha::ConfigManagementDeploymentOverride>]
1156
1161
  attr_accessor :deployment_overrides
1157
1162
 
1158
- # Optional. Enables the installation of ConfigSync. If set to true, ConfigSync
1159
- # resources will be created and the other ConfigSync fields will be applied if
1160
- # exist. If set to false, all other ConfigSync fields will be ignored,
1161
- # ConfigSync resources will be deleted. If omitted, ConfigSync resources will be
1162
- # managed depends on the presence of the git or oci field.
1163
+ # Optional. Enables the installation of Config Sync. If set to true, the Feature
1164
+ # will manage Config Sync resources, and apply the other ConfigSync fields if
1165
+ # they exist. If set to false, the Feature will ignore all other ConfigSync
1166
+ # fields and delete the Config Sync resources. If omitted, ConfigSync is
1167
+ # considered enabled if the git or oci field is present.
1163
1168
  # Corresponds to the JSON property `enabled`
1164
1169
  # @return [Boolean]
1165
1170
  attr_accessor :enabled
@@ -1189,15 +1194,18 @@ module Google
1189
1194
  attr_accessor :oci
1190
1195
 
1191
1196
  # Optional. Set to true to enable the Config Sync admission webhook to prevent
1192
- # drifts. If set to `false`, disables the Config Sync admission webhook and does
1193
- # not prevent drifts.
1197
+ # drifts. If set to false, disables the Config Sync admission webhook and does
1198
+ # not prevent drifts. Defaults to false. See https://docs.cloud.google.com/
1199
+ # kubernetes-engine/config-sync/docs/how-to/prevent-config-drift for details.
1194
1200
  # Corresponds to the JSON property `preventDrift`
1195
1201
  # @return [Boolean]
1196
1202
  attr_accessor :prevent_drift
1197
1203
  alias_method :prevent_drift?, :prevent_drift
1198
1204
 
1199
- # Optional. Specifies whether the Config Sync Repo is in "hierarchical" or "
1200
- # unstructured" mode.
1205
+ # Optional. Specifies whether the Config Sync repo is in `hierarchical` or `
1206
+ # unstructured` mode. Defaults to `hierarchical`. See https://docs.cloud.google.
1207
+ # com/kubernetes-engine/config-sync/docs/concepts/configs#organize-configs for
1208
+ # an explanation.
1201
1209
  # Corresponds to the JSON property `sourceFormat`
1202
1210
  # @return [String]
1203
1211
  attr_accessor :source_format
@@ -1457,22 +1465,30 @@ module Google
1457
1465
  # @return [String]
1458
1466
  attr_accessor :container_name
1459
1467
 
1460
- # Optional. The cpu limit of the container.
1468
+ # Optional. The cpu limit of the container. Use the following CPU resource units:
1469
+ # https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
1470
+ # #meaning-of-cpu.
1461
1471
  # Corresponds to the JSON property `cpuLimit`
1462
1472
  # @return [String]
1463
1473
  attr_accessor :cpu_limit
1464
1474
 
1465
- # Optional. The cpu request of the container.
1475
+ # Optional. The cpu request of the container. Use the following CPU resource
1476
+ # units: https://kubernetes.io/docs/concepts/configuration/manage-resources-
1477
+ # containers/#meaning-of-cpu.
1466
1478
  # Corresponds to the JSON property `cpuRequest`
1467
1479
  # @return [String]
1468
1480
  attr_accessor :cpu_request
1469
1481
 
1470
- # Optional. The memory limit of the container.
1482
+ # Optional. The memory limit of the container. Use the following memory resource
1483
+ # units: https://kubernetes.io/docs/concepts/configuration/manage-resources-
1484
+ # containers/#meaning-of-memory.
1471
1485
  # Corresponds to the JSON property `memoryLimit`
1472
1486
  # @return [String]
1473
1487
  attr_accessor :memory_limit
1474
1488
 
1475
- # Optional. The memory request of the container.
1489
+ # Optional. The memory request of the container. Use the following memory
1490
+ # resource units: https://kubernetes.io/docs/concepts/configuration/manage-
1491
+ # resources-containers/#meaning-of-memory.
1476
1492
  # Corresponds to the JSON property `memoryRequest`
1477
1493
  # @return [String]
1478
1494
  attr_accessor :memory_request
@@ -1595,13 +1611,13 @@ module Google
1595
1611
  include Google::Apis::Core::Hashable
1596
1612
 
1597
1613
  # Optional. The Google Cloud Service Account Email used for auth when
1598
- # secret_type is gcpServiceAccount.
1614
+ # secret_type is `gcpserviceaccount`.
1599
1615
  # Corresponds to the JSON property `gcpServiceAccountEmail`
1600
1616
  # @return [String]
1601
1617
  attr_accessor :gcp_service_account_email
1602
1618
 
1603
1619
  # Optional. URL for the HTTPS proxy to be used when communicating with the Git
1604
- # repo.
1620
+ # repo. Only specify when secret_type is `cookiefile`, `token`, or `none`.
1605
1621
  # Corresponds to the JSON property `httpsProxy`
1606
1622
  # @return [String]
1607
1623
  attr_accessor :https_proxy
@@ -1613,8 +1629,8 @@ module Google
1613
1629
  attr_accessor :policy_dir
1614
1630
 
1615
1631
  # Required. Type of secret configured for access to the Git repo. Must be one of
1616
- # ssh, cookiefile, gcenode, token, gcpserviceaccount, githubapp or none. The
1617
- # validation of this is case-sensitive.
1632
+ # `ssh`, `cookiefile`, `gcenode`, `token`, `gcpserviceaccount`, `githubapp` or `
1633
+ # none`. The validation of this is case-sensitive.
1618
1634
  # Corresponds to the JSON property `secretType`
1619
1635
  # @return [String]
1620
1636
  attr_accessor :secret_type
@@ -1825,12 +1841,13 @@ module Google
1825
1841
  # @return [Google::Apis::GkehubV1alpha::ConfigManagementBinauthzConfig]
1826
1842
  attr_accessor :binauthz
1827
1843
 
1828
- # Optional. The user-specified cluster name used by Config Sync cluster-name-
1829
- # selector annotation or ClusterSelector, for applying configs to only a subset
1830
- # of clusters. Omit this field if the cluster's fleet membership name is used by
1831
- # Config Sync cluster-name-selector annotation or ClusterSelector. Set this
1844
+ # Optional. User-specified cluster name used by the Config Sync cluster-name-
1845
+ # selector annotation or ClusterSelector object, for applying configs to only a
1846
+ # subset of clusters. Read more about the cluster-name-selector annotation and
1847
+ # ClusterSelector object at https://docs.cloud.google.com/kubernetes-engine/
1848
+ # config-sync/docs/how-to/cluster-scoped-objects#limiting-configs. Only set this
1832
1849
  # field if a name different from the cluster's fleet membership name is used by
1833
- # Config Sync cluster-name-selector annotation or ClusterSelector.
1850
+ # the Config Sync cluster-name-selector annotation or ClusterSelector.
1834
1851
  # Corresponds to the JSON property `cluster`
1835
1852
  # @return [String]
1836
1853
  attr_accessor :cluster
@@ -1856,7 +1873,10 @@ module Google
1856
1873
  # @return [Google::Apis::GkehubV1alpha::ConfigManagementPolicyController]
1857
1874
  attr_accessor :policy_controller
1858
1875
 
1859
- # Optional. Version of ACM installed.
1876
+ # Optional. Version of Config Sync to install. Defaults to the latest supported
1877
+ # Config Sync version if the config_sync field is enabled. See supported
1878
+ # versions at https://cloud.google.com/kubernetes-engine/config-sync/docs/get-
1879
+ # support-config-sync#version_support_policy.
1860
1880
  # Corresponds to the JSON property `version`
1861
1881
  # @return [String]
1862
1882
  attr_accessor :version
@@ -1946,7 +1966,7 @@ module Google
1946
1966
  include Google::Apis::Core::Hashable
1947
1967
 
1948
1968
  # Optional. The Google Cloud Service Account Email used for auth when
1949
- # secret_type is gcpServiceAccount.
1969
+ # secret_type is `gcpserviceaccount`.
1950
1970
  # Corresponds to the JSON property `gcpServiceAccountEmail`
1951
1971
  # @return [String]
1952
1972
  attr_accessor :gcp_service_account_email
@@ -1958,8 +1978,8 @@ module Google
1958
1978
  attr_accessor :policy_dir
1959
1979
 
1960
1980
  # Required. Type of secret configured for access to the OCI repo. Must be one of
1961
- # gcenode, gcpserviceaccount, k8sserviceaccount or none. The validation of this
1962
- # is case-sensitive.
1981
+ # `gcenode`, `gcpserviceaccount`, `k8sserviceaccount` or `none`. The validation
1982
+ # of this is case-sensitive.
1963
1983
  # Corresponds to the JSON property `secretType`
1964
1984
  # @return [String]
1965
1985
  attr_accessor :secret_type
@@ -7408,6 +7428,31 @@ module Google
7408
7428
  end
7409
7429
  end
7410
7430
 
7431
+ # IdentityProviderStateDetail represents the state of an Identity Provider.
7432
+ class WorkloadIdentityIdentityProviderStateDetail
7433
+ include Google::Apis::Core::Hashable
7434
+
7435
+ # The state of the Identity Provider.
7436
+ # Corresponds to the JSON property `code`
7437
+ # @return [String]
7438
+ attr_accessor :code
7439
+
7440
+ # A human-readable description of the current state or returned error.
7441
+ # Corresponds to the JSON property `description`
7442
+ # @return [String]
7443
+ attr_accessor :description
7444
+
7445
+ def initialize(**args)
7446
+ update!(**args)
7447
+ end
7448
+
7449
+ # Update properties of this object
7450
+ def update!(**args)
7451
+ @code = args[:code] if args.key?(:code)
7452
+ @description = args[:description] if args.key?(:description)
7453
+ end
7454
+ end
7455
+
7411
7456
  # **WorkloadIdentity**: The membership-specific state for WorkloadIdentity
7412
7457
  # feature.
7413
7458
  class WorkloadIdentityMembershipState
@@ -7419,6 +7464,11 @@ module Google
7419
7464
  # @return [String]
7420
7465
  attr_accessor :description
7421
7466
 
7467
+ # The state of the Identity Providers corresponding to the membership.
7468
+ # Corresponds to the JSON property `identityProviderStateDetails`
7469
+ # @return [Hash<String,Google::Apis::GkehubV1alpha::WorkloadIdentityIdentityProviderStateDetail>]
7470
+ attr_accessor :identity_provider_state_details
7471
+
7422
7472
  def initialize(**args)
7423
7473
  update!(**args)
7424
7474
  end
@@ -7426,6 +7476,7 @@ module Google
7426
7476
  # Update properties of this object
7427
7477
  def update!(**args)
7428
7478
  @description = args[:description] if args.key?(:description)
7479
+ @identity_provider_state_details = args[:identity_provider_state_details] if args.key?(:identity_provider_state_details)
7429
7480
  end
7430
7481
  end
7431
7482
 
@@ -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.102.0"
19
+ GEM_VERSION = "0.103.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260119"
25
+ REVISION = "20260126"
26
26
  end
27
27
  end
28
28
  end
@@ -1240,6 +1240,12 @@ module Google
1240
1240
  include Google::Apis::Core::JsonObjectSupport
1241
1241
  end
1242
1242
 
1243
+ class WorkloadIdentityIdentityProviderStateDetail
1244
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1245
+
1246
+ include Google::Apis::Core::JsonObjectSupport
1247
+ end
1248
+
1243
1249
  class WorkloadIdentityMembershipState
1244
1250
  class Representation < Google::Apis::Core::JsonRepresentation; end
1245
1251
 
@@ -3357,10 +3363,20 @@ module Google
3357
3363
  end
3358
3364
  end
3359
3365
 
3366
+ class WorkloadIdentityIdentityProviderStateDetail
3367
+ # @private
3368
+ class Representation < Google::Apis::Core::JsonRepresentation
3369
+ property :code, as: 'code'
3370
+ property :description, as: 'description'
3371
+ end
3372
+ end
3373
+
3360
3374
  class WorkloadIdentityMembershipState
3361
3375
  # @private
3362
3376
  class Representation < Google::Apis::Core::JsonRepresentation
3363
3377
  property :description, as: 'description'
3378
+ hash :identity_provider_state_details, as: 'identityProviderStateDetails', class: Google::Apis::GkehubV1alpha::WorkloadIdentityIdentityProviderStateDetail, decorator: Google::Apis::GkehubV1alpha::WorkloadIdentityIdentityProviderStateDetail::Representation
3379
+
3364
3380
  end
3365
3381
  end
3366
3382
 
@@ -123,7 +123,11 @@ module Google
123
123
  execute_or_queue_command(command, &block)
124
124
  end
125
125
 
126
- # Lists information about the supported locations for this service.
126
+ # Lists information about the supported locations for this service. This method
127
+ # can be called in two ways: * **List all public locations:** Use the path `GET /
128
+ # v1/locations`. * **List project-visible locations:** Use the path `GET /v1/
129
+ # projects/`project_id`/locations`. This may include public locations as well as
130
+ # private or other locations specifically visible to the project.
127
131
  # @param [String] name
128
132
  # The resource that owns the locations collection, if applicable.
129
133
  # @param [Array<String>, String] extra_location_types
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.102.0
4
+ version: 0.103.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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_v1alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.102.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.103.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha
62
62
  rdoc_options: []
63
63
  require_paths: