google-apis-gkehub_v1alpha 0.69.0 → 0.70.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f652ff93be2956147725ff2af7e52d89aad018d393ab4b5a32c784d72bc247cd
|
4
|
+
data.tar.gz: d3b931265324725aa6183b2f5f71bbc6aa6b6cde04a104f3426e289bb4c097aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 10f6793bca84d9f9dae03b4f4a425eb74104f83df2f788e73c2ea883c5114f09c184d7046d41d9aff8ca82fa6a000edf68769046bafec5b3b75777a0dfc6d310
|
7
|
+
data.tar.gz: d54536f20601ec2cf71e73926ef24dc20f7a8390ee70b73abeec200340aa13ade0d874c70fc1ff2f571b592dd86c0de35c1cd14a74f427d18d8ceeebb1fe2633
|
data/CHANGELOG.md
CHANGED
@@ -692,12 +692,6 @@ module Google
|
|
692
692
|
class ClusterUpgradeMembershipState
|
693
693
|
include Google::Apis::Core::Hashable
|
694
694
|
|
695
|
-
# Project number or id of the fleet. It is set only for Memberships that are
|
696
|
-
# part of fleet-based Rollout Sequencing.
|
697
|
-
# Corresponds to the JSON property `fleet`
|
698
|
-
# @return [String]
|
699
|
-
attr_accessor :fleet
|
700
|
-
|
701
695
|
# IgnoredMembership represents a membership ignored by the feature. A membership
|
702
696
|
# can be ignored because it was manually upgraded to a newer version than RC
|
703
697
|
# default.
|
@@ -722,7 +716,6 @@ module Google
|
|
722
716
|
|
723
717
|
# Update properties of this object
|
724
718
|
def update!(**args)
|
725
|
-
@fleet = args[:fleet] if args.key?(:fleet)
|
726
719
|
@ignored = args[:ignored] if args.key?(:ignored)
|
727
720
|
@scopes = args[:scopes] if args.key?(:scopes)
|
728
721
|
@upgrades = args[:upgrades] if args.key?(:upgrades)
|
@@ -1107,8 +1100,7 @@ module Google
|
|
1107
1100
|
# Sync metrics to Cloud Monitoring and Cloud Monarch when Workload Identity is
|
1108
1101
|
# enabled. The GSA should have the Monitoring Metric Writer (roles/monitoring.
|
1109
1102
|
# metricWriter) IAM role. The Kubernetes ServiceAccount `default` in the
|
1110
|
-
# namespace `config-management-monitoring` should be bound to the GSA.
|
1111
|
-
# field is required when automatic Feature management is enabled.
|
1103
|
+
# namespace `config-management-monitoring` should be bound to the GSA.
|
1112
1104
|
# Corresponds to the JSON property `metricsGcpServiceAccountEmail`
|
1113
1105
|
# @return [String]
|
1114
1106
|
attr_accessor :metrics_gcp_service_account_email
|
@@ -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.70.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231201"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1221,7 +1221,6 @@ module Google
|
|
1221
1221
|
class ClusterUpgradeMembershipState
|
1222
1222
|
# @private
|
1223
1223
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1224
|
-
property :fleet, as: 'fleet'
|
1225
1224
|
property :ignored, as: 'ignored', class: Google::Apis::GkehubV1alpha::ClusterUpgradeIgnoredMembership, decorator: Google::Apis::GkehubV1alpha::ClusterUpgradeIgnoredMembership::Representation
|
1226
1225
|
|
1227
1226
|
collection :scopes, as: 'scopes'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.70.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-12-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.70.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|