google-apis-gkehub_v1alpha 0.41.0 → 0.42.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: b8fa6f8df66d9928b1cf7b4e653fcc9e94c410b5f08caefab9ca830685635c3f
|
4
|
+
data.tar.gz: 5e5499f0551a34304b8ba256a1b171a9f44e4718ccab8b11fbb27c232967419f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca20a38e27c1cf7a87595f3b3e963cdd0391350694082f744eb473b957b252c3df87e9936d0a447461e0157b7a17678acd46d0bb5cd615d0848994618d77c9c9
|
7
|
+
data.tar.gz: f21b1ef6112eb2525f92b849d2a8c0cdfc0764ce5d92e13be9f6d483a4e066316b45214c59e1d11e63f0c8bfff80525305952ffbef650135103b1fe5b3234dfc
|
data/CHANGELOG.md
CHANGED
@@ -552,7 +552,7 @@ module Google
|
|
552
552
|
include Google::Apis::Core::Hashable
|
553
553
|
|
554
554
|
# Set to true to allow the vertical scaling. Defaults to false which disallows
|
555
|
-
# vertical scaling.
|
555
|
+
# vertical scaling. This field is deprecated.
|
556
556
|
# Corresponds to the JSON property `allowVerticalScale`
|
557
557
|
# @return [Boolean]
|
558
558
|
attr_accessor :allow_vertical_scale
|
@@ -2771,6 +2771,12 @@ module Google
|
|
2771
2771
|
# @return [Google::Apis::GkehubV1alpha::ConfigManagementMembershipSpec]
|
2772
2772
|
attr_accessor :configmanagement
|
2773
2773
|
|
2774
|
+
# True if value of `feature_spec` was inherited from a fleet-level default.
|
2775
|
+
# Corresponds to the JSON property `fleetInherited`
|
2776
|
+
# @return [Boolean]
|
2777
|
+
attr_accessor :fleet_inherited
|
2778
|
+
alias_method :fleet_inherited?, :fleet_inherited
|
2779
|
+
|
2774
2780
|
# **FleetObservability**: The membership-specific input for FleetObservability
|
2775
2781
|
# feature.
|
2776
2782
|
# Corresponds to the JSON property `fleetobservability`
|
@@ -2808,6 +2814,7 @@ module Google
|
|
2808
2814
|
@anthosobservability = args[:anthosobservability] if args.key?(:anthosobservability)
|
2809
2815
|
@cloudbuild = args[:cloudbuild] if args.key?(:cloudbuild)
|
2810
2816
|
@configmanagement = args[:configmanagement] if args.key?(:configmanagement)
|
2817
|
+
@fleet_inherited = args[:fleet_inherited] if args.key?(:fleet_inherited)
|
2811
2818
|
@fleetobservability = args[:fleetobservability] if args.key?(:fleetobservability)
|
2812
2819
|
@identityservice = args[:identityservice] if args.key?(:identityservice)
|
2813
2820
|
@mesh = args[:mesh] if args.key?(:mesh)
|
@@ -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.42.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
|
@@ -1465,6 +1465,7 @@ module Google
|
|
1465
1465
|
|
1466
1466
|
property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1alpha::ConfigManagementMembershipSpec, decorator: Google::Apis::GkehubV1alpha::ConfigManagementMembershipSpec::Representation
|
1467
1467
|
|
1468
|
+
property :fleet_inherited, as: 'fleetInherited'
|
1468
1469
|
property :fleetobservability, as: 'fleetobservability', class: Google::Apis::GkehubV1alpha::FleetObservabilityMembershipSpec, decorator: Google::Apis::GkehubV1alpha::FleetObservabilityMembershipSpec::Representation
|
1469
1470
|
|
1470
1471
|
property :identityservice, as: 'identityservice', class: Google::Apis::GkehubV1alpha::IdentityServiceMembershipSpec, decorator: Google::Apis::GkehubV1alpha::IdentityServiceMembershipSpec::Representation
|
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.42.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_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.42.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: []
|