File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed
generated/google-apis-gkehub_v1
lib/google/apis/gkehub_v1 Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 11# Release history for google-apis-gkehub_v1
22
3+ ### v0.96.0 (2026-02-22)
4+
5+ * Regenerated from discovery document revision 20260215
6+
37### v0.95.0 (2026-02-01)
48
59* Regenerated from discovery document revision 20260126
Original file line number Diff line number Diff line change @@ -854,8 +854,10 @@ def update!(**args)
854854 end
855855 end
856856
857- # CompliancePostureConfig defines the settings needed to enable/disable features
858- # for the Compliance Posture.
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.
859861 class CompliancePostureConfig
860862 include Google ::Apis ::Core ::Hashable
861863
@@ -2106,8 +2108,10 @@ class DefaultClusterConfig
21062108 # @return [Google::Apis::GkehubV1::BinaryAuthorizationConfig]
21072109 attr_accessor :binary_authorization_config
21082110
2109- # CompliancePostureConfig defines the settings needed to enable/disable features
2110- # for the Compliance Posture.
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.
21112115 # Corresponds to the JSON property `compliancePostureConfig`
21122116 # @return [Google::Apis::GkehubV1::CompliancePostureConfig]
21132117 attr_accessor :compliance_posture_config
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module GkehubV1
1818 # Version of the google-apis-gkehub_v1 gem
19- GEM_VERSION = "0.95 .0"
19+ GEM_VERSION = "0.96 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.18.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20260126 "
25+ REVISION = "20260215 "
2626 end
2727 end
2828end
You can’t perform that action at this time.
0 commit comments