google-apis-gkehub_v1 0.81.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 54f2c5e872fafb605db943e6afa9258d61f90ae425dac9f3fd6d801388531200
|
4
|
+
data.tar.gz: 8b3d1c455dcb6337f249ecb192b75dfd50db7a8d166701fb15deb39b38067fdf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f90b3e1ce988c54f18ffa0ed9366e0e9a68abddb3afa11a50c8bd32488cd683b1ca1b2bf8b93f154c20a75fd63d395e638ffb78229deefb6d3a02b45fe85fbeb
|
7
|
+
data.tar.gz: 6b0f3a6809f459588aab53d74914fcc364b70dbd973f7ef4712b31704f5ae7590c485629dc8521a00f3bc5558109083ab0fe41d0b60fd41e2453e9d7c3f66569
|
data/CHANGELOG.md
CHANGED
@@ -877,13 +877,6 @@ module Google
|
|
877
877
|
class ConfigManagementConfigSync
|
878
878
|
include Google::Apis::Core::Hashable
|
879
879
|
|
880
|
-
# Optional. Set to true to allow the vertical scaling. Defaults to false which
|
881
|
-
# disallows vertical scaling. This field is deprecated.
|
882
|
-
# Corresponds to the JSON property `allowVerticalScale`
|
883
|
-
# @return [Boolean]
|
884
|
-
attr_accessor :allow_vertical_scale
|
885
|
-
alias_method :allow_vertical_scale?, :allow_vertical_scale
|
886
|
-
|
887
880
|
# Optional. Enables the installation of ConfigSync. If set to true, ConfigSync
|
888
881
|
# resources will be created and the other ConfigSync fields will be applied if
|
889
882
|
# exist. If set to false, all other ConfigSync fields will be ignored,
|
@@ -944,7 +937,6 @@ module Google
|
|
944
937
|
|
945
938
|
# Update properties of this object
|
946
939
|
def update!(**args)
|
947
|
-
@allow_vertical_scale = args[:allow_vertical_scale] if args.key?(:allow_vertical_scale)
|
948
940
|
@enabled = args[:enabled] if args.key?(:enabled)
|
949
941
|
@git = args[:git] if args.key?(:git)
|
950
942
|
@metrics_gcp_service_account_email = args[:metrics_gcp_service_account_email] if args.key?(:metrics_gcp_service_account_email)
|
@@ -1268,8 +1260,8 @@ module Google
|
|
1268
1260
|
attr_accessor :policy_dir
|
1269
1261
|
|
1270
1262
|
# Required. Type of secret configured for access to the Git repo. Must be one of
|
1271
|
-
# ssh, cookiefile, gcenode, token, gcpserviceaccount or none. The
|
1272
|
-
# this is case-sensitive.
|
1263
|
+
# ssh, cookiefile, gcenode, token, gcpserviceaccount, githubapp or none. The
|
1264
|
+
# validation of this is case-sensitive.
|
1273
1265
|
# Corresponds to the JSON property `secretType`
|
1274
1266
|
# @return [String]
|
1275
1267
|
attr_accessor :secret_type
|
@@ -1279,7 +1271,7 @@ module Google
|
|
1279
1271
|
# @return [String]
|
1280
1272
|
attr_accessor :sync_branch
|
1281
1273
|
|
1282
|
-
#
|
1274
|
+
# Required. The URL of the Git repository to use as the source of truth.
|
1283
1275
|
# Corresponds to the JSON property `syncRepo`
|
1284
1276
|
# @return [String]
|
1285
1277
|
attr_accessor :sync_repo
|
@@ -1593,12 +1585,14 @@ module Google
|
|
1593
1585
|
# @return [String]
|
1594
1586
|
attr_accessor :policy_dir
|
1595
1587
|
|
1596
|
-
#
|
1588
|
+
# Required. Type of secret configured for access to the OCI repo. Must be one of
|
1589
|
+
# gcenode, gcpserviceaccount, k8sserviceaccount or none. The validation of this
|
1590
|
+
# is case-sensitive.
|
1597
1591
|
# Corresponds to the JSON property `secretType`
|
1598
1592
|
# @return [String]
|
1599
1593
|
attr_accessor :secret_type
|
1600
1594
|
|
1601
|
-
#
|
1595
|
+
# Required. The OCI image repository URL for the package to sync from. e.g. `
|
1602
1596
|
# LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.
|
1603
1597
|
# Corresponds to the JSON property `syncRepo`
|
1604
1598
|
# @return [String]
|
@@ -5491,7 +5485,8 @@ module Google
|
|
5491
5485
|
end
|
5492
5486
|
end
|
5493
5487
|
|
5494
|
-
# Condition being reported.
|
5488
|
+
# Condition being reported. TODO b/395151419: Remove this message once the
|
5489
|
+
# membership-level conditions field uses the common Condition message.
|
5495
5490
|
class ServiceMeshCondition
|
5496
5491
|
include Google::Apis::Core::Hashable
|
5497
5492
|
|
@@ -5623,7 +5618,8 @@ module Google
|
|
5623
5618
|
class ServiceMeshMembershipState
|
5624
5619
|
include Google::Apis::Core::Hashable
|
5625
5620
|
|
5626
|
-
# Output only. List of conditions reported for this membership.
|
5621
|
+
# Output only. List of conditions reported for this membership. TODO b/395151419:
|
5622
|
+
# Use the common Condition message.
|
5627
5623
|
# Corresponds to the JSON property `conditions`
|
5628
5624
|
# @return [Array<Google::Apis::GkehubV1::ServiceMeshCondition>]
|
5629
5625
|
attr_accessor :conditions
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GkehubV1
|
18
18
|
# Version of the google-apis-gkehub_v1 gem
|
19
|
-
GEM_VERSION = "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 = "
|
25
|
+
REVISION = "20250209"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1223,7 +1223,6 @@ module Google
|
|
1223
1223
|
class ConfigManagementConfigSync
|
1224
1224
|
# @private
|
1225
1225
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1226
|
-
property :allow_vertical_scale, as: 'allowVerticalScale'
|
1227
1226
|
property :enabled, as: 'enabled'
|
1228
1227
|
property :git, as: 'git', class: Google::Apis::GkehubV1::ConfigManagementGitConfig, decorator: Google::Apis::GkehubV1::ConfigManagementGitConfig::Representation
|
1229
1228
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-gkehub_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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-
|
10
|
+
date: 2025-03-02 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_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.82.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1
|
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.5
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for GKE Hub API V1
|
79
79
|
test_files: []
|