google-apis-gkeonprem_v1 0.27.0 → 0.29.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 76763a697c1f51c17af9ccf0102a7807add7b3ae94169a1f001f2cc46be10807
4
- data.tar.gz: 4bb173bbb716846bf3570aa69be8ae0a5e3863f4f391dca266529ed37b4612a8
3
+ metadata.gz: b7f2ee2792cfbb4e92bb7ea050d1db9648651f3168388ed86db89b4675e68782
4
+ data.tar.gz: 9960889c9acc0b4d107d74c527d56048d267e187752af541a46b58333944aee9
5
5
  SHA512:
6
- metadata.gz: c6aa1b34096b97404d318e95c3dfb29832ef27542c5881ab86eda81700d4b045f20bdb821ef7fae60d25ed08e60feaa3c79b6699ec574478bb8d6f7ae5aa9a12
7
- data.tar.gz: 0b2b99710b170b55d40c51e848c58d8ff91ed142e6167bc1f267417776dc62b0a1bd9d944c8ffa87771c8a6207ec77669cbe3bf13e78e350e08e18cc6b90a32b
6
+ metadata.gz: e5e5a8f86cee9e2ab4018c9a01dbe2976da32a488ef92eb6f8ac5e3778f79b9edaab612f6a3c751f940ac5d3a69cee68e5c3eee1900d08bec3ffaa769c2d40a8
7
+ data.tar.gz: 007e782de9aa4bbb9c2f89ccb7bbdc53bb79b5f48cf007e933bec89c5cf574b4940b3a59c7faf7e8b54c53c958593c6ea472aba866cd03677167d182cbfa37f0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-gkeonprem_v1
2
2
 
3
+ ### v0.29.0 (2025-05-25)
4
+
5
+ * Regenerated from discovery document revision 20250519
6
+ * Regenerated using generator version 0.18.0
7
+
8
+ ### v0.28.0 (2025-05-04)
9
+
10
+ * Regenerated from discovery document revision 20250423
11
+ * Regenerated using generator version 0.17.0
12
+
3
13
  ### v0.27.0 (2025-03-30)
4
14
 
5
15
  * Regenerated from discovery document revision 20250326
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/anthos/clusters/docs/on-pre
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -964,6 +964,11 @@ module Google
964
964
  # @return [String]
965
965
  attr_accessor :local_name
966
966
 
967
+ # Output only. The namespace of the cluster.
968
+ # Corresponds to the JSON property `localNamespace`
969
+ # @return [String]
970
+ attr_accessor :local_namespace
971
+
967
972
  # Specifies configurations to put bare metal nodes in and out of maintenance.
968
973
  # Corresponds to the JSON property `maintenanceConfig`
969
974
  # @return [Google::Apis::GkeonpremV1::BareMetalMaintenanceConfig]
@@ -1073,6 +1078,7 @@ module Google
1073
1078
  @fleet = args[:fleet] if args.key?(:fleet)
1074
1079
  @load_balancer = args[:load_balancer] if args.key?(:load_balancer)
1075
1080
  @local_name = args[:local_name] if args.key?(:local_name)
1081
+ @local_namespace = args[:local_namespace] if args.key?(:local_namespace)
1076
1082
  @maintenance_config = args[:maintenance_config] if args.key?(:maintenance_config)
1077
1083
  @maintenance_status = args[:maintenance_status] if args.key?(:maintenance_status)
1078
1084
  @name = args[:name] if args.key?(:name)
@@ -2329,6 +2335,11 @@ module Google
2329
2335
  # @return [String]
2330
2336
  attr_accessor :local_name
2331
2337
 
2338
+ # Optional. The namespace of the cluster.
2339
+ # Corresponds to the JSON property `localNamespace`
2340
+ # @return [String]
2341
+ attr_accessor :local_namespace
2342
+
2332
2343
  def initialize(**args)
2333
2344
  update!(**args)
2334
2345
  end
@@ -2338,6 +2349,7 @@ module Google
2338
2349
  @admin_cluster_membership = args[:admin_cluster_membership] if args.key?(:admin_cluster_membership)
2339
2350
  @bare_metal_cluster_id = args[:bare_metal_cluster_id] if args.key?(:bare_metal_cluster_id)
2340
2351
  @local_name = args[:local_name] if args.key?(:local_name)
2352
+ @local_namespace = args[:local_namespace] if args.key?(:local_namespace)
2341
2353
  end
2342
2354
  end
2343
2355
 
@@ -3886,6 +3898,12 @@ module Google
3886
3898
  # @return [Google::Apis::GkeonpremV1::VmwareAdminPreparedSecretsConfig]
3887
3899
  attr_accessor :prepared_secrets
3888
3900
 
3901
+ # VmwareAdminPrivateRegistryConfig represents configuration for admin cluster
3902
+ # registry.
3903
+ # Corresponds to the JSON property `privateRegistryConfig`
3904
+ # @return [Google::Apis::GkeonpremV1::VmwareAdminPrivateRegistryConfig]
3905
+ attr_accessor :private_registry_config
3906
+
3889
3907
  # Output only. If set, there are currently changes in flight to the VMware admin
3890
3908
  # cluster.
3891
3909
  # Corresponds to the JSON property `reconciling`
@@ -3952,6 +3970,7 @@ module Google
3952
3970
  @on_prem_version = args[:on_prem_version] if args.key?(:on_prem_version)
3953
3971
  @platform_config = args[:platform_config] if args.key?(:platform_config)
3954
3972
  @prepared_secrets = args[:prepared_secrets] if args.key?(:prepared_secrets)
3973
+ @private_registry_config = args[:private_registry_config] if args.key?(:private_registry_config)
3955
3974
  @reconciling = args[:reconciling] if args.key?(:reconciling)
3956
3975
  @state = args[:state] if args.key?(:state)
3957
3976
  @status = args[:status] if args.key?(:status)
@@ -4261,6 +4280,35 @@ module Google
4261
4280
  end
4262
4281
  end
4263
4282
 
4283
+ # VmwareAdminPrivateRegistryConfig represents configuration for admin cluster
4284
+ # registry.
4285
+ class VmwareAdminPrivateRegistryConfig
4286
+ include Google::Apis::Core::Hashable
4287
+
4288
+ # The registry address.
4289
+ # Corresponds to the JSON property `address`
4290
+ # @return [String]
4291
+ attr_accessor :address
4292
+
4293
+ # When the container runtime pulls an image from private registry, the registry
4294
+ # must prove its identity by presenting a certificate. The registry's
4295
+ # certificate is signed by a certificate authority (CA). The container runtime
4296
+ # uses the CA's certificate to validate the registry's certificate.
4297
+ # Corresponds to the JSON property `caCert`
4298
+ # @return [String]
4299
+ attr_accessor :ca_cert
4300
+
4301
+ def initialize(**args)
4302
+ update!(**args)
4303
+ end
4304
+
4305
+ # Update properties of this object
4306
+ def update!(**args)
4307
+ @address = args[:address] if args.key?(:address)
4308
+ @ca_cert = args[:ca_cert] if args.key?(:ca_cert)
4309
+ end
4310
+ end
4311
+
4264
4312
  # VmwareSeesawConfig represents configuration parameters for an already existing
4265
4313
  # Seesaw load balancer. IMPORTANT: Please note that the Anthos On-Prem API will
4266
4314
  # not generate or update Seesaw configurations it can only bind a pre-existing
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkeonpremV1
18
18
  # Version of the google-apis-gkeonprem_v1 gem
19
- GEM_VERSION = "0.27.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250326"
25
+ REVISION = "20250519"
26
26
  end
27
27
  end
28
28
  end
@@ -736,6 +736,12 @@ module Google
736
736
  include Google::Apis::Core::JsonObjectSupport
737
737
  end
738
738
 
739
+ class VmwareAdminPrivateRegistryConfig
740
+ class Representation < Google::Apis::Core::JsonRepresentation; end
741
+
742
+ include Google::Apis::Core::JsonObjectSupport
743
+ end
744
+
739
745
  class VmwareAdminSeesawConfig
740
746
  class Representation < Google::Apis::Core::JsonRepresentation; end
741
747
 
@@ -1215,6 +1221,7 @@ module Google
1215
1221
  property :load_balancer, as: 'loadBalancer', class: Google::Apis::GkeonpremV1::BareMetalLoadBalancerConfig, decorator: Google::Apis::GkeonpremV1::BareMetalLoadBalancerConfig::Representation
1216
1222
 
1217
1223
  property :local_name, as: 'localName'
1224
+ property :local_namespace, as: 'localNamespace'
1218
1225
  property :maintenance_config, as: 'maintenanceConfig', class: Google::Apis::GkeonpremV1::BareMetalMaintenanceConfig, decorator: Google::Apis::GkeonpremV1::BareMetalMaintenanceConfig::Representation
1219
1226
 
1220
1227
  property :maintenance_status, as: 'maintenanceStatus', class: Google::Apis::GkeonpremV1::BareMetalMaintenanceStatus, decorator: Google::Apis::GkeonpremV1::BareMetalMaintenanceStatus::Representation
@@ -1615,6 +1622,7 @@ module Google
1615
1622
  property :admin_cluster_membership, as: 'adminClusterMembership'
1616
1623
  property :bare_metal_cluster_id, as: 'bareMetalClusterId'
1617
1624
  property :local_name, as: 'localName'
1625
+ property :local_namespace, as: 'localNamespace'
1618
1626
  end
1619
1627
  end
1620
1628
 
@@ -2035,6 +2043,8 @@ module Google
2035
2043
 
2036
2044
  property :prepared_secrets, as: 'preparedSecrets', class: Google::Apis::GkeonpremV1::VmwareAdminPreparedSecretsConfig, decorator: Google::Apis::GkeonpremV1::VmwareAdminPreparedSecretsConfig::Representation
2037
2045
 
2046
+ property :private_registry_config, as: 'privateRegistryConfig', class: Google::Apis::GkeonpremV1::VmwareAdminPrivateRegistryConfig, decorator: Google::Apis::GkeonpremV1::VmwareAdminPrivateRegistryConfig::Representation
2047
+
2038
2048
  property :reconciling, as: 'reconciling'
2039
2049
  property :state, as: 'state'
2040
2050
  property :status, as: 'status', class: Google::Apis::GkeonpremV1::ResourceStatus, decorator: Google::Apis::GkeonpremV1::ResourceStatus::Representation
@@ -2132,6 +2142,14 @@ module Google
2132
2142
  end
2133
2143
  end
2134
2144
 
2145
+ class VmwareAdminPrivateRegistryConfig
2146
+ # @private
2147
+ class Representation < Google::Apis::Core::JsonRepresentation
2148
+ property :address, as: 'address'
2149
+ property :ca_cert, as: 'caCert'
2150
+ end
2151
+ end
2152
+
2135
2153
  class VmwareAdminSeesawConfig
2136
2154
  # @private
2137
2155
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkeonprem_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.0
4
+ version: 0.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-30 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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-gkeonprem_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkeonprem_v1/v0.27.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkeonprem_v1/v0.29.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkeonprem_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for GKE On-Prem API V1
79
79
  test_files: []