google-apis-gkehub_v1 0.95.0 → 0.96.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/gkehub_v1/classes.rb +8 -4
- data/lib/google/apis/gkehub_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1800c31119cb9bb867e0f7e4f8370c604432d1063a30329ca15f79b2d3f90c32
|
|
4
|
+
data.tar.gz: 1ced80d2834fc4d266ccea7f5dc5a1c2ffb9138d81541ec1cf467703630c9e1d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6f8ed96644ae1e83c57b6144f5a95dcacfc00f70b6d64c76cabfa70c8aaea2969be71eca9b8094fa3573e9cf0d509d37e2d38d429b343cd2e1663dc821fe780b
|
|
7
|
+
data.tar.gz: 8863fcb8104fdbc887913ffeca1f24899fdac652c9fa059fcc635dc844d49ed8ab8eec98d08d48b13541369a06cbe3878c926515acf445dd35c2f16fbcad9ea2
|
data/CHANGELOG.md
CHANGED
|
@@ -854,8 +854,10 @@ module Google
|
|
|
854
854
|
end
|
|
855
855
|
end
|
|
856
856
|
|
|
857
|
-
#
|
|
858
|
-
#
|
|
857
|
+
# Deprecated: Compliance Posture is no longer supported. For more details, see
|
|
858
|
+
# https://cloud.google.com/kubernetes-engine/docs/deprecations/posture-
|
|
859
|
+
# management-deprecation. CompliancePostureConfig defines the settings needed to
|
|
860
|
+
# enable/disable features for the Compliance Posture.
|
|
859
861
|
class CompliancePostureConfig
|
|
860
862
|
include Google::Apis::Core::Hashable
|
|
861
863
|
|
|
@@ -2106,8 +2108,10 @@ module Google
|
|
|
2106
2108
|
# @return [Google::Apis::GkehubV1::BinaryAuthorizationConfig]
|
|
2107
2109
|
attr_accessor :binary_authorization_config
|
|
2108
2110
|
|
|
2109
|
-
#
|
|
2110
|
-
#
|
|
2111
|
+
# Deprecated: Compliance Posture is no longer supported. For more details, see
|
|
2112
|
+
# https://cloud.google.com/kubernetes-engine/docs/deprecations/posture-
|
|
2113
|
+
# management-deprecation. CompliancePostureConfig defines the settings needed to
|
|
2114
|
+
# enable/disable features for the Compliance Posture.
|
|
2111
2115
|
# Corresponds to the JSON property `compliancePostureConfig`
|
|
2112
2116
|
# @return [Google::Apis::GkehubV1::CompliancePostureConfig]
|
|
2113
2117
|
attr_accessor :compliance_posture_config
|
|
@@ -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.96.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260215"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.96.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_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.96.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:
|