google-apis-gkeonprem_v1 0.26.0 → 0.28.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 65327df025f21594037746090cf98e380900108203bd6e6114a94fd4c68d8fc3
|
4
|
+
data.tar.gz: f9d15d037e2fba6e3289fdf1c8673a410aadbc82edbefd0c817109baccb2a777
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28a518209b374e48ab20e835d600f1f49db918ba26ea6f2c67db98965bded67c16b4596636d05385185251d487e1bf741ddd412c397d0054b4408d35de1445cc
|
7
|
+
data.tar.gz: f16ff210351d5cae678dc380d13d7c22894a177b5f05c420ead97b2b157032b27e62b88c71006c59f8ebc1cc539a05e6fe687737c787920f16a76c121732d785
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-gkeonprem_v1
|
2
2
|
|
3
|
+
### v0.28.0 (2025-05-04)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250423
|
6
|
+
* Regenerated using generator version 0.17.0
|
7
|
+
|
8
|
+
### v0.27.0 (2025-03-30)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20250326
|
11
|
+
|
3
12
|
### v0.26.0 (2025-03-02)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20250224
|
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
|
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)
|
@@ -3808,6 +3814,12 @@ module Google
|
|
3808
3814
|
# @return [String]
|
3809
3815
|
attr_accessor :description
|
3810
3816
|
|
3817
|
+
# Enable advanced cluster.
|
3818
|
+
# Corresponds to the JSON property `enableAdvancedCluster`
|
3819
|
+
# @return [Boolean]
|
3820
|
+
attr_accessor :enable_advanced_cluster
|
3821
|
+
alias_method :enable_advanced_cluster?, :enable_advanced_cluster
|
3822
|
+
|
3811
3823
|
# Output only. The DNS name of VMware admin cluster's API server.
|
3812
3824
|
# Corresponds to the JSON property `endpoint`
|
3813
3825
|
# @return [String]
|
@@ -3934,6 +3946,7 @@ module Google
|
|
3934
3946
|
@control_plane_node = args[:control_plane_node] if args.key?(:control_plane_node)
|
3935
3947
|
@create_time = args[:create_time] if args.key?(:create_time)
|
3936
3948
|
@description = args[:description] if args.key?(:description)
|
3949
|
+
@enable_advanced_cluster = args[:enable_advanced_cluster] if args.key?(:enable_advanced_cluster)
|
3937
3950
|
@endpoint = args[:endpoint] if args.key?(:endpoint)
|
3938
3951
|
@etag = args[:etag] if args.key?(:etag)
|
3939
3952
|
@fleet = args[:fleet] if args.key?(:fleet)
|
@@ -4565,6 +4578,12 @@ module Google
|
|
4565
4578
|
attr_accessor :disable_bundled_ingress
|
4566
4579
|
alias_method :disable_bundled_ingress?, :disable_bundled_ingress
|
4567
4580
|
|
4581
|
+
# Enable advanced cluster.
|
4582
|
+
# Corresponds to the JSON property `enableAdvancedCluster`
|
4583
|
+
# @return [Boolean]
|
4584
|
+
attr_accessor :enable_advanced_cluster
|
4585
|
+
alias_method :enable_advanced_cluster?, :enable_advanced_cluster
|
4586
|
+
|
4568
4587
|
# Enable control plane V2. Default to false.
|
4569
4588
|
# Corresponds to the JSON property `enableControlPlaneV2`
|
4570
4589
|
# @return [Boolean]
|
@@ -4698,6 +4717,7 @@ module Google
|
|
4698
4717
|
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
4699
4718
|
@description = args[:description] if args.key?(:description)
|
4700
4719
|
@disable_bundled_ingress = args[:disable_bundled_ingress] if args.key?(:disable_bundled_ingress)
|
4720
|
+
@enable_advanced_cluster = args[:enable_advanced_cluster] if args.key?(:enable_advanced_cluster)
|
4701
4721
|
@enable_control_plane_v2 = args[:enable_control_plane_v2] if args.key?(:enable_control_plane_v2)
|
4702
4722
|
@endpoint = args[:endpoint] if args.key?(:endpoint)
|
4703
4723
|
@etag = args[:etag] if args.key?(:etag)
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.28.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.17.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250423"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1215,6 +1215,7 @@ module Google
|
|
1215
1215
|
property :load_balancer, as: 'loadBalancer', class: Google::Apis::GkeonpremV1::BareMetalLoadBalancerConfig, decorator: Google::Apis::GkeonpremV1::BareMetalLoadBalancerConfig::Representation
|
1216
1216
|
|
1217
1217
|
property :local_name, as: 'localName'
|
1218
|
+
property :local_namespace, as: 'localNamespace'
|
1218
1219
|
property :maintenance_config, as: 'maintenanceConfig', class: Google::Apis::GkeonpremV1::BareMetalMaintenanceConfig, decorator: Google::Apis::GkeonpremV1::BareMetalMaintenanceConfig::Representation
|
1219
1220
|
|
1220
1221
|
property :maintenance_status, as: 'maintenanceStatus', class: Google::Apis::GkeonpremV1::BareMetalMaintenanceStatus, decorator: Google::Apis::GkeonpremV1::BareMetalMaintenanceStatus::Representation
|
@@ -2018,6 +2019,7 @@ module Google
|
|
2018
2019
|
|
2019
2020
|
property :create_time, as: 'createTime'
|
2020
2021
|
property :description, as: 'description'
|
2022
|
+
property :enable_advanced_cluster, as: 'enableAdvancedCluster'
|
2021
2023
|
property :endpoint, as: 'endpoint'
|
2022
2024
|
property :etag, as: 'etag'
|
2023
2025
|
property :fleet, as: 'fleet', class: Google::Apis::GkeonpremV1::Fleet, decorator: Google::Apis::GkeonpremV1::Fleet::Representation
|
@@ -2212,6 +2214,7 @@ module Google
|
|
2212
2214
|
property :delete_time, as: 'deleteTime'
|
2213
2215
|
property :description, as: 'description'
|
2214
2216
|
property :disable_bundled_ingress, as: 'disableBundledIngress'
|
2217
|
+
property :enable_advanced_cluster, as: 'enableAdvancedCluster'
|
2215
2218
|
property :enable_control_plane_v2, as: 'enableControlPlaneV2'
|
2216
2219
|
property :endpoint, as: 'endpoint'
|
2217
2220
|
property :etag, as: 'etag'
|
@@ -84,6 +84,9 @@ module Google
|
|
84
84
|
# Lists information about the supported locations for this service.
|
85
85
|
# @param [String] name
|
86
86
|
# The resource that owns the locations collection, if applicable.
|
87
|
+
# @param [Array<String>, String] extra_location_types
|
88
|
+
# Optional. A list of extra location types that should be used as conditions for
|
89
|
+
# controlling the visibility of the locations.
|
87
90
|
# @param [String] filter
|
88
91
|
# A filter to narrow down results to a preferred subset. The filtering language
|
89
92
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
@@ -111,11 +114,12 @@ module Google
|
|
111
114
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
112
115
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
113
116
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
114
|
-
def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
117
|
+
def list_project_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
115
118
|
command = make_simple_command(:get, 'v1/{+name}/locations', options)
|
116
119
|
command.response_representation = Google::Apis::GkeonpremV1::ListLocationsResponse::Representation
|
117
120
|
command.response_class = Google::Apis::GkeonpremV1::ListLocationsResponse
|
118
121
|
command.params['name'] = name unless name.nil?
|
122
|
+
command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
|
119
123
|
command.query['filter'] = filter unless filter.nil?
|
120
124
|
command.query['pageSize'] = page_size unless page_size.nil?
|
121
125
|
command.query['pageToken'] = page_token unless page_token.nil?
|
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.
|
4
|
+
version: 0.28.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkeonprem_v1/v0.28.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: '
|
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.
|
76
|
+
rubygems_version: 3.6.8
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for GKE On-Prem API V1
|
79
79
|
test_files: []
|