google-apis-gkehub_v1alpha 0.91.0 → 0.93.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: e515a2ee17b18b3ff2c7ad26eb995edc9fe1c8ff541d839ed9fe1bc32571c246
|
4
|
+
data.tar.gz: 80048cc3a591767f288c7b7d709d455d5e4fc382ba21b847c087ecd76b92914b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf410fd91aeddf657fd82dcc6af7ebb038cfe0b12bcd4f8aeae013d5552953dea925fb3ea34941d8e68181bd9fbd92a0c5a1352ced9b5891931e88a6d4f76814
|
7
|
+
data.tar.gz: 8de9b94199c887e5726883cc4bdfc292b65ca9fd1e81f5044aefbe49eb94e3cefe60c6bdd0a12924a8218a9e53cba5e0dd2aa2972e0005a5723cee2b9716f3f8
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-gkehub_v1alpha
|
2
2
|
|
3
|
+
### v0.93.0 (2025-07-27)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250720
|
6
|
+
|
7
|
+
### v0.92.0 (2025-06-22)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250612
|
10
|
+
* Regenerated using generator version 0.18.0
|
11
|
+
|
3
12
|
### v0.91.0 (2025-05-04)
|
4
13
|
|
5
14
|
* Regenerated using generator version 0.17.0
|
@@ -1485,7 +1485,7 @@ module Google
|
|
1485
1485
|
# @return [String]
|
1486
1486
|
attr_accessor :deployment_name
|
1487
1487
|
|
1488
|
-
# Required. The namespace of the deployment resource to be overridden
|
1488
|
+
# Required. The namespace of the deployment resource to be overridden.
|
1489
1489
|
# Corresponds to the JSON property `deploymentNamespace`
|
1490
1490
|
# @return [String]
|
1491
1491
|
attr_accessor :deployment_namespace
|
@@ -4319,6 +4319,11 @@ module Google
|
|
4319
4319
|
# @return [String]
|
4320
4320
|
attr_accessor :last_connection_time
|
4321
4321
|
|
4322
|
+
# Output only. The type of the membership.
|
4323
|
+
# Corresponds to the JSON property `membershipType`
|
4324
|
+
# @return [String]
|
4325
|
+
attr_accessor :membership_type
|
4326
|
+
|
4322
4327
|
# MonitoringConfig informs Fleet-based applications/services/UIs how the metrics
|
4323
4328
|
# for the underlying cluster is reported to cloud monitoring services. It can be
|
4324
4329
|
# set from empty to non-empty, but can't be mutated directly to prevent
|
@@ -4370,6 +4375,7 @@ module Google
|
|
4370
4375
|
@external_id = args[:external_id] if args.key?(:external_id)
|
4371
4376
|
@labels = args[:labels] if args.key?(:labels)
|
4372
4377
|
@last_connection_time = args[:last_connection_time] if args.key?(:last_connection_time)
|
4378
|
+
@membership_type = args[:membership_type] if args.key?(:membership_type)
|
4373
4379
|
@monitoring_config = args[:monitoring_config] if args.key?(:monitoring_config)
|
4374
4380
|
@name = args[:name] if args.key?(:name)
|
4375
4381
|
@state = args[:state] if args.key?(:state)
|
@@ -6787,7 +6793,8 @@ module Google
|
|
6787
6793
|
# @return [Hash<String,Google::Apis::GkehubV1alpha::WorkloadIdentityNamespaceStateDetail>]
|
6788
6794
|
attr_accessor :namespace_state_details
|
6789
6795
|
|
6790
|
-
# Deprecated, will
|
6796
|
+
# Deprecated, this field will be erased after code is changed to use the new
|
6797
|
+
# field.
|
6791
6798
|
# Corresponds to the JSON property `namespaceStates`
|
6792
6799
|
# @return [Hash<String,String>]
|
6793
6800
|
attr_accessor :namespace_states
|
@@ -6826,7 +6833,8 @@ module Google
|
|
6826
6833
|
class WorkloadIdentityMembershipState
|
6827
6834
|
include Google::Apis::Core::Hashable
|
6828
6835
|
|
6829
|
-
# Deprecated, will
|
6836
|
+
# Deprecated, this field will be erased after code is changed to use the new
|
6837
|
+
# field.
|
6830
6838
|
# Corresponds to the JSON property `description`
|
6831
6839
|
# @return [String]
|
6832
6840
|
attr_accessor :description
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.93.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250720"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2404,6 +2404,7 @@ module Google
|
|
2404
2404
|
property :external_id, as: 'externalId'
|
2405
2405
|
hash :labels, as: 'labels'
|
2406
2406
|
property :last_connection_time, as: 'lastConnectionTime'
|
2407
|
+
property :membership_type, as: 'membershipType'
|
2407
2408
|
property :monitoring_config, as: 'monitoringConfig', class: Google::Apis::GkehubV1alpha::MonitoringConfig, decorator: Google::Apis::GkehubV1alpha::MonitoringConfig::Representation
|
2408
2409
|
|
2409
2410
|
property :name, as: 'name'
|
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.
|
4
|
+
version: 0.93.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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.93.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:
|
@@ -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.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for GKE Hub API V1alpha
|
79
79
|
test_files: []
|