google-apis-gkehub_v1 0.63.0 → 0.65.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: e5f3cfc678b88e1efe65a6316f56895f43cd6ef79758eb0b115824750e4705a7
4
- data.tar.gz: 50629144914acc3748dbe21894593396d2b595012b42fe3274188c1064ffdc56
3
+ metadata.gz: a23c9c3914d560cc45e3fd0ec4cf38a5782640080170afcb1a4a821ed769a38e
4
+ data.tar.gz: af936f4f5cb99745dd8988e6470574dd7218cf5dd83834bc670cd8a897654811
5
5
  SHA512:
6
- metadata.gz: 924239fdd60bcfac79461b3e627d909dbbc84453c2c859c31ee96e1ad4fde5a21cf956c2d73b528bd883e30b2d75eedc58ba6edc9be2c99456adc5b624d69627
7
- data.tar.gz: 0b207b96e0648e8e0aa226382784cadc38c13dfe43f9e419d98f7a845ae7ec85813178b4abdbb89814c07e0fd29d0479f7244b1c67184e1a2b581c75dadaa68d
6
+ metadata.gz: 94e2019b67275afbc66a92dbc332cf145359da502d3e0b9bcdd74a3d610310caba8f76557ee85a0acb2c0ccd9f24db40093ddf2faffe96b0a85eb9c69504e5ad
7
+ data.tar.gz: 4674e618687c67a0e5aabb891d48505c8c6a7dee6062cc7d93f5138ca72b7fc0b9ab9a936ca2397ec4284433caa311beb70cd65d2d2081b4587fcd8347980bea
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-gkehub_v1
2
2
 
3
+ ### v0.65.0 (2023-12-17)
4
+
5
+ * Regenerated from discovery document revision 20231206
6
+
7
+ ### v0.64.0 (2023-12-10)
8
+
9
+ * Regenerated from discovery document revision 20231201
10
+
3
11
  ### v0.63.0 (2023-11-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20231114
@@ -590,12 +590,6 @@ module Google
590
590
  class ClusterUpgradeMembershipState
591
591
  include Google::Apis::Core::Hashable
592
592
 
593
- # Project number or id of the fleet. It is set only for Memberships that are
594
- # part of fleet-based Rollout Sequencing.
595
- # Corresponds to the JSON property `fleet`
596
- # @return [String]
597
- attr_accessor :fleet
598
-
599
593
  # IgnoredMembership represents a membership ignored by the feature. A membership
600
594
  # can be ignored because it was manually upgraded to a newer version than RC
601
595
  # default.
@@ -603,12 +597,6 @@ module Google
603
597
  # @return [Google::Apis::GkehubV1::ClusterUpgradeIgnoredMembership]
604
598
  attr_accessor :ignored
605
599
 
606
- # Fully qualified scope names that this clusters is bound to which also have
607
- # rollout sequencing enabled.
608
- # Corresponds to the JSON property `scopes`
609
- # @return [Array<String>]
610
- attr_accessor :scopes
611
-
612
600
  # Actual upgrade state against desired.
613
601
  # Corresponds to the JSON property `upgrades`
614
602
  # @return [Array<Google::Apis::GkehubV1::ClusterUpgradeMembershipGkeUpgradeState>]
@@ -620,9 +608,7 @@ module Google
620
608
 
621
609
  # Update properties of this object
622
610
  def update!(**args)
623
- @fleet = args[:fleet] if args.key?(:fleet)
624
611
  @ignored = args[:ignored] if args.key?(:ignored)
625
- @scopes = args[:scopes] if args.key?(:scopes)
626
612
  @upgrades = args[:upgrades] if args.key?(:upgrades)
627
613
  end
628
614
  end
@@ -827,8 +813,7 @@ module Google
827
813
  # Sync metrics to Cloud Monitoring and Cloud Monarch when Workload Identity is
828
814
  # enabled. The GSA should have the Monitoring Metric Writer (roles/monitoring.
829
815
  # metricWriter) IAM role. The Kubernetes ServiceAccount `default` in the
830
- # namespace `config-management-monitoring` should be bound to the GSA. This
831
- # field is required when automatic Feature management is enabled.
816
+ # namespace `config-management-monitoring` should be bound to the GSA.
832
817
  # Corresponds to the JSON property `metricsGcpServiceAccountEmail`
833
818
  # @return [String]
834
819
  attr_accessor :metrics_gcp_service_account_email
@@ -4341,7 +4326,7 @@ module Google
4341
4326
  # @return [String]
4342
4327
  attr_accessor :pod_affinity
4343
4328
 
4344
- # Pod anti-affinity enablement.
4329
+ # Pod anti-affinity enablement. Deprecated: use `pod_affinity` instead.
4345
4330
  # Corresponds to the JSON property `podAntiAffinity`
4346
4331
  # @return [Boolean]
4347
4332
  attr_accessor :pod_anti_affinity
@@ -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.63.0"
19
+ GEM_VERSION = "0.65.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231114"
25
+ REVISION = "20231206"
26
26
  end
27
27
  end
28
28
  end
@@ -1033,10 +1033,8 @@ module Google
1033
1033
  class ClusterUpgradeMembershipState
1034
1034
  # @private
1035
1035
  class Representation < Google::Apis::Core::JsonRepresentation
1036
- property :fleet, as: 'fleet'
1037
1036
  property :ignored, as: 'ignored', class: Google::Apis::GkehubV1::ClusterUpgradeIgnoredMembership, decorator: Google::Apis::GkehubV1::ClusterUpgradeIgnoredMembership::Representation
1038
1037
 
1039
- collection :scopes, as: 'scopes'
1040
1038
  collection :upgrades, as: 'upgrades', class: Google::Apis::GkehubV1::ClusterUpgradeMembershipGkeUpgradeState, decorator: Google::Apis::GkehubV1::ClusterUpgradeMembershipGkeUpgradeState::Representation
1041
1039
 
1042
1040
  end
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.63.0
4
+ version: 0.65.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: 2023-11-19 00:00:00.000000000 Z
11
+ date: 2023-12-17 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.63.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.65.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: []