google-apis-container_v1 0.54.0 → 0.55.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: cef321412d280a76c66e4ff6d128da974a74a6a8e6b243662c17e0e467c51bcc
|
4
|
+
data.tar.gz: afcb904dd6a9dab88d906f16eb7d0f5a5e62d1ac147edc3fac71e3d4bb8f6827
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d8a7d0a5dd8b262047c61cdbe797a84183077eb40cf5bbce7611604f400572f6053f3545313a3a47ccab1a539b0ac29512769b8d82ad46b936a89ae1c0f06b8
|
7
|
+
data.tar.gz: 4271d30eff3921e12ad63c01ae9dc30dfb6c2d1079cf6115a724ee131de91fa060dfca3fb2e542d47160a9e484765d16972801bb4e49b77569c97d2388982e0a
|
data/CHANGELOG.md
CHANGED
@@ -181,6 +181,33 @@ module Google
|
|
181
181
|
end
|
182
182
|
end
|
183
183
|
|
184
|
+
# AdvancedDatapathObservabilityConfig specifies configuration of observability
|
185
|
+
# features of advanced datapath.
|
186
|
+
class AdvancedDatapathObservabilityConfig
|
187
|
+
include Google::Apis::Core::Hashable
|
188
|
+
|
189
|
+
# Expose flow metrics on nodes
|
190
|
+
# Corresponds to the JSON property `enableMetrics`
|
191
|
+
# @return [Boolean]
|
192
|
+
attr_accessor :enable_metrics
|
193
|
+
alias_method :enable_metrics?, :enable_metrics
|
194
|
+
|
195
|
+
# Method used to make Relay available
|
196
|
+
# Corresponds to the JSON property `relayMode`
|
197
|
+
# @return [String]
|
198
|
+
attr_accessor :relay_mode
|
199
|
+
|
200
|
+
def initialize(**args)
|
201
|
+
update!(**args)
|
202
|
+
end
|
203
|
+
|
204
|
+
# Update properties of this object
|
205
|
+
def update!(**args)
|
206
|
+
@enable_metrics = args[:enable_metrics] if args.key?(:enable_metrics)
|
207
|
+
@relay_mode = args[:relay_mode] if args.key?(:relay_mode)
|
208
|
+
end
|
209
|
+
end
|
210
|
+
|
184
211
|
# Specifies options for controlling advanced machine features.
|
185
212
|
class AdvancedMachineFeatures
|
186
213
|
include Google::Apis::Core::Hashable
|
@@ -2565,7 +2592,7 @@ module Google
|
|
2565
2592
|
alias_method :create_subnetwork?, :create_subnetwork
|
2566
2593
|
|
2567
2594
|
# Output only. [Output only] The utilization of the cluster default IPv4 range
|
2568
|
-
# for pod. The ratio is Usage/[Total number of IPs in the secondary range],
|
2595
|
+
# for the pod. The ratio is Usage/[Total number of IPs in the secondary range],
|
2569
2596
|
# Usage=numNodes*numZones*podIPsPerNode.
|
2570
2597
|
# Corresponds to the JSON property `defaultPodIpv4RangeUtilization`
|
2571
2598
|
# @return [Float]
|
@@ -3389,6 +3416,12 @@ module Google
|
|
3389
3416
|
class MonitoringConfig
|
3390
3417
|
include Google::Apis::Core::Hashable
|
3391
3418
|
|
3419
|
+
# AdvancedDatapathObservabilityConfig specifies configuration of observability
|
3420
|
+
# features of advanced datapath.
|
3421
|
+
# Corresponds to the JSON property `advancedDatapathObservabilityConfig`
|
3422
|
+
# @return [Google::Apis::ContainerV1::AdvancedDatapathObservabilityConfig]
|
3423
|
+
attr_accessor :advanced_datapath_observability_config
|
3424
|
+
|
3392
3425
|
# MonitoringComponentConfig is cluster monitoring component configuration.
|
3393
3426
|
# Corresponds to the JSON property `componentConfig`
|
3394
3427
|
# @return [Google::Apis::ContainerV1::MonitoringComponentConfig]
|
@@ -3406,6 +3439,7 @@ module Google
|
|
3406
3439
|
|
3407
3440
|
# Update properties of this object
|
3408
3441
|
def update!(**args)
|
3442
|
+
@advanced_datapath_observability_config = args[:advanced_datapath_observability_config] if args.key?(:advanced_datapath_observability_config)
|
3409
3443
|
@component_config = args[:component_config] if args.key?(:component_config)
|
3410
3444
|
@managed_prometheus_config = args[:managed_prometheus_config] if args.key?(:managed_prometheus_config)
|
3411
3445
|
end
|
@@ -4110,7 +4144,7 @@ module Google
|
|
4110
4144
|
# @return [String]
|
4111
4145
|
attr_accessor :pod_ipv4_cidr_block
|
4112
4146
|
|
4113
|
-
# Output only. [Output only] The utilization of the IPv4 range for pod. The
|
4147
|
+
# Output only. [Output only] The utilization of the IPv4 range for the pod. The
|
4114
4148
|
# ratio is Usage/[Total number of IPs in the secondary range], Usage=numNodes*
|
4115
4149
|
# numZones*podIPsPerNode.
|
4116
4150
|
# Corresponds to the JSON property `podIpv4RangeUtilization`
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ContainerV1
|
18
18
|
# Version of the google-apis-container_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.55.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 = "
|
25
|
+
REVISION = "20230626"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -40,6 +40,12 @@ module Google
|
|
40
40
|
include Google::Apis::Core::JsonObjectSupport
|
41
41
|
end
|
42
42
|
|
43
|
+
class AdvancedDatapathObservabilityConfig
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
43
49
|
class AdvancedMachineFeatures
|
44
50
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
51
|
|
@@ -1020,6 +1026,14 @@ module Google
|
|
1020
1026
|
end
|
1021
1027
|
end
|
1022
1028
|
|
1029
|
+
class AdvancedDatapathObservabilityConfig
|
1030
|
+
# @private
|
1031
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1032
|
+
property :enable_metrics, as: 'enableMetrics'
|
1033
|
+
property :relay_mode, as: 'relayMode'
|
1034
|
+
end
|
1035
|
+
end
|
1036
|
+
|
1023
1037
|
class AdvancedMachineFeatures
|
1024
1038
|
# @private
|
1025
1039
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1883,6 +1897,8 @@ module Google
|
|
1883
1897
|
class MonitoringConfig
|
1884
1898
|
# @private
|
1885
1899
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1900
|
+
property :advanced_datapath_observability_config, as: 'advancedDatapathObservabilityConfig', class: Google::Apis::ContainerV1::AdvancedDatapathObservabilityConfig, decorator: Google::Apis::ContainerV1::AdvancedDatapathObservabilityConfig::Representation
|
1901
|
+
|
1886
1902
|
property :component_config, as: 'componentConfig', class: Google::Apis::ContainerV1::MonitoringComponentConfig, decorator: Google::Apis::ContainerV1::MonitoringComponentConfig::Representation
|
1887
1903
|
|
1888
1904
|
property :managed_prometheus_config, as: 'managedPrometheusConfig', class: Google::Apis::ContainerV1::ManagedPrometheusConfig, decorator: Google::Apis::ContainerV1::ManagedPrometheusConfig::Representation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-container_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.55.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-07-
|
11
|
+
date: 2023-07-09 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-container_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.55.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|