google-apis-gkehub_v1 0.37.0 → 0.38.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: eaacbaba4ee2a6c3f22b02c55a0b671de230a3d7bee88a79478d399ed66161e0
|
4
|
+
data.tar.gz: 5df10c83bfe09e351ba1b8331446f9d9f8d945130e130738ad07a3d378450604
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb74afc2a88cce368a44dab9ea745b802435799206f66368732cbea92bfcfcbb42be7a545669692c05ab85bd0702d0bc428ac93fe21ec3da9610b6090591c0e5
|
7
|
+
data.tar.gz: af8dbf822d2daa05e53d038d321c03a1a5fcf96517191d1e6e96eb72be420a48f8bf5b2726a305ea2218ec1ae1da2fbbba7a0654376c4a781e36d1d816f11861
|
data/CHANGELOG.md
CHANGED
@@ -360,7 +360,7 @@ module Google
|
|
360
360
|
include Google::Apis::Core::Hashable
|
361
361
|
|
362
362
|
# Set to true to allow the vertical scaling. Defaults to false which disallows
|
363
|
-
# vertical scaling.
|
363
|
+
# vertical scaling. This field is deprecated.
|
364
364
|
# Corresponds to the JSON property `allowVerticalScale`
|
365
365
|
# @return [Boolean]
|
366
366
|
attr_accessor :allow_vertical_scale
|
@@ -2389,6 +2389,12 @@ module Google
|
|
2389
2389
|
# @return [Google::Apis::GkehubV1::ConfigManagementMembershipSpec]
|
2390
2390
|
attr_accessor :configmanagement
|
2391
2391
|
|
2392
|
+
# True if value of `feature_spec` was inherited from a fleet-level default.
|
2393
|
+
# Corresponds to the JSON property `fleetInherited`
|
2394
|
+
# @return [Boolean]
|
2395
|
+
attr_accessor :fleet_inherited
|
2396
|
+
alias_method :fleet_inherited?, :fleet_inherited
|
2397
|
+
|
2392
2398
|
# **FleetObservability**: The membership-specific input for FleetObservability
|
2393
2399
|
# feature.
|
2394
2400
|
# Corresponds to the JSON property `fleetobservability`
|
@@ -2412,6 +2418,7 @@ module Google
|
|
2412
2418
|
# Update properties of this object
|
2413
2419
|
def update!(**args)
|
2414
2420
|
@configmanagement = args[:configmanagement] if args.key?(:configmanagement)
|
2421
|
+
@fleet_inherited = args[:fleet_inherited] if args.key?(:fleet_inherited)
|
2415
2422
|
@fleetobservability = args[:fleetobservability] if args.key?(:fleetobservability)
|
2416
2423
|
@identityservice = args[:identityservice] if args.key?(:identityservice)
|
2417
2424
|
@mesh = args[:mesh] if args.key?(:mesh)
|
@@ -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.38.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221207"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1183,6 +1183,7 @@ module Google
|
|
1183
1183
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1184
1184
|
property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1::ConfigManagementMembershipSpec, decorator: Google::Apis::GkehubV1::ConfigManagementMembershipSpec::Representation
|
1185
1185
|
|
1186
|
+
property :fleet_inherited, as: 'fleetInherited'
|
1186
1187
|
property :fleetobservability, as: 'fleetobservability', class: Google::Apis::GkehubV1::FleetObservabilityMembershipSpec, decorator: Google::Apis::GkehubV1::FleetObservabilityMembershipSpec::Representation
|
1187
1188
|
|
1188
1189
|
property :identityservice, as: 'identityservice', class: Google::Apis::GkehubV1::IdentityServiceMembershipSpec, decorator: Google::Apis::GkehubV1::IdentityServiceMembershipSpec::Representation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.38.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: 2022-
|
11
|
+
date: 2022-12-12 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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.38.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|