google-apis-container_v1beta1 0.79.0 → 0.80.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: e8c2d2fe9e789a28c9745b4b5baaf5250e1903f770659b28de2ca31d14c730dd
|
4
|
+
data.tar.gz: 45a1ca49bd87cad5db76a4fa1950e67ce95396fa175863404cde34d0db3fd56f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 201ed7dfb9ae5e74ac3178b07006289a4d6d8f66ae98f63d19f17d24116da36d00d07443ede318036b492fb97eddd8577789ee03d9f74b5bbf7a3174571b805e
|
7
|
+
data.tar.gz: a303781bdffb98d86eafa17dd00fca86f702f7f550ce6a5b84ee8d22aeb876961ad55b47055948d9ca7a9e1974a935eb823e22be22469ca5be2ba67392100b57
|
data/CHANGELOG.md
CHANGED
@@ -575,7 +575,7 @@ module Google
|
|
575
575
|
# @return [String]
|
576
576
|
attr_accessor :image_type
|
577
577
|
|
578
|
-
#
|
578
|
+
# DEPRECATED. Use NodePoolAutoConfig.NodeKubeletConfig instead.
|
579
579
|
# Corresponds to the JSON property `insecureKubeletReadonlyPortEnabled`
|
580
580
|
# @return [Boolean]
|
581
581
|
attr_accessor :insecure_kubelet_readonly_port_enabled
|
@@ -1352,7 +1352,7 @@ module Google
|
|
1352
1352
|
attr_accessor :monitoring_config
|
1353
1353
|
|
1354
1354
|
# The monitoring service the cluster should use to write metrics. Currently
|
1355
|
-
# available options: *
|
1355
|
+
# available options: * `monitoring.googleapis.com/kubernetes` - The Cloud
|
1356
1356
|
# Monitoring service with a Kubernetes-native resource model * `monitoring.
|
1357
1357
|
# googleapis.com` - The legacy Cloud Monitoring service (no longer available as
|
1358
1358
|
# of GKE 1.15). * `none` - No metrics will be exported from the cluster. If left
|
@@ -2025,7 +2025,7 @@ module Google
|
|
2025
2025
|
attr_accessor :desired_monitoring_config
|
2026
2026
|
|
2027
2027
|
# The monitoring service the cluster should use to write metrics. Currently
|
2028
|
-
# available options: *
|
2028
|
+
# available options: * `monitoring.googleapis.com/kubernetes` - The Cloud
|
2029
2029
|
# Monitoring service with a Kubernetes-native resource model * `monitoring.
|
2030
2030
|
# googleapis.com` - The legacy Cloud Monitoring service (no longer available as
|
2031
2031
|
# of GKE 1.15). * `none` - No metrics will be exported from the cluster. If left
|
@@ -4987,7 +4987,8 @@ module Google
|
|
4987
4987
|
attr_accessor :containerd_config
|
4988
4988
|
|
4989
4989
|
# Size of the disk attached to each node, specified in GB. The smallest allowed
|
4990
|
-
# disk size is 10GB.
|
4990
|
+
# disk size is 10GB. TODO(b/395671893) - Deprecate disk_size_gb and disk_type
|
4991
|
+
# fields. If unspecified, the default disk size is 100GB.
|
4991
4992
|
# Corresponds to the JSON property `diskSizeGb`
|
4992
4993
|
# @return [Fixnum]
|
4993
4994
|
attr_accessor :disk_size_gb
|
@@ -5252,7 +5253,7 @@ module Google
|
|
5252
5253
|
|
5253
5254
|
# Parameters that can be configured on Windows nodes. Windows Node Config that
|
5254
5255
|
# define the parameters that will be used to configure the Windows node pool
|
5255
|
-
# settings
|
5256
|
+
# settings.
|
5256
5257
|
# Corresponds to the JSON property `windowsNodeConfig`
|
5257
5258
|
# @return [Google::Apis::ContainerV1beta1::WindowsNodeConfig]
|
5258
5259
|
attr_accessor :windows_node_config
|
@@ -7290,6 +7291,11 @@ module Google
|
|
7290
7291
|
attr_accessor :manual_steps_required
|
7291
7292
|
alias_method :manual_steps_required?, :manual_steps_required
|
7292
7293
|
|
7294
|
+
# The GKE versions where this vulnerability is mitigated.
|
7295
|
+
# Corresponds to the JSON property `mitigatedVersions`
|
7296
|
+
# @return [Array<String>]
|
7297
|
+
attr_accessor :mitigated_versions
|
7298
|
+
|
7293
7299
|
# The GKE versions where this vulnerability is patched.
|
7294
7300
|
# Corresponds to the JSON property `patchedVersions`
|
7295
7301
|
# @return [Array<String>]
|
@@ -7328,6 +7334,7 @@ module Google
|
|
7328
7334
|
@bulletin_uri = args[:bulletin_uri] if args.key?(:bulletin_uri)
|
7329
7335
|
@cve_ids = args[:cve_ids] if args.key?(:cve_ids)
|
7330
7336
|
@manual_steps_required = args[:manual_steps_required] if args.key?(:manual_steps_required)
|
7337
|
+
@mitigated_versions = args[:mitigated_versions] if args.key?(:mitigated_versions)
|
7331
7338
|
@patched_versions = args[:patched_versions] if args.key?(:patched_versions)
|
7332
7339
|
@resource_type_affected = args[:resource_type_affected] if args.key?(:resource_type_affected)
|
7333
7340
|
@severity = args[:severity] if args.key?(:severity)
|
@@ -7820,7 +7827,7 @@ module Google
|
|
7820
7827
|
attr_accessor :cluster_id
|
7821
7828
|
|
7822
7829
|
# Required. The monitoring service the cluster should use to write metrics.
|
7823
|
-
# Currently available options: *
|
7830
|
+
# Currently available options: * `monitoring.googleapis.com/kubernetes` - The
|
7824
7831
|
# Cloud Monitoring service with a Kubernetes-native resource model * `monitoring.
|
7825
7832
|
# googleapis.com` - The legacy Cloud Monitoring service (no longer available as
|
7826
7833
|
# of GKE 1.15). * `none` - No metrics will be exported from the cluster. If left
|
@@ -8751,7 +8758,7 @@ module Google
|
|
8751
8758
|
|
8752
8759
|
# Parameters that can be configured on Windows nodes. Windows Node Config that
|
8753
8760
|
# define the parameters that will be used to configure the Windows node pool
|
8754
|
-
# settings
|
8761
|
+
# settings.
|
8755
8762
|
# Corresponds to the JSON property `windowsNodeConfig`
|
8756
8763
|
# @return [Google::Apis::ContainerV1beta1::WindowsNodeConfig]
|
8757
8764
|
attr_accessor :windows_node_config
|
@@ -8879,6 +8886,11 @@ module Google
|
|
8879
8886
|
# @return [String]
|
8880
8887
|
attr_accessor :start_time
|
8881
8888
|
|
8889
|
+
# The start type of the upgrade.
|
8890
|
+
# Corresponds to the JSON property `startType`
|
8891
|
+
# @return [String]
|
8892
|
+
attr_accessor :start_type
|
8893
|
+
|
8882
8894
|
# Output only. The state of the upgrade.
|
8883
8895
|
# Corresponds to the JSON property `state`
|
8884
8896
|
# @return [String]
|
@@ -8898,6 +8910,7 @@ module Google
|
|
8898
8910
|
@end_time = args[:end_time] if args.key?(:end_time)
|
8899
8911
|
@initial_version = args[:initial_version] if args.key?(:initial_version)
|
8900
8912
|
@start_time = args[:start_time] if args.key?(:start_time)
|
8913
|
+
@start_type = args[:start_type] if args.key?(:start_type)
|
8901
8914
|
@state = args[:state] if args.key?(:state)
|
8902
8915
|
@target_version = args[:target_version] if args.key?(:target_version)
|
8903
8916
|
end
|
@@ -9306,11 +9319,11 @@ module Google
|
|
9306
9319
|
|
9307
9320
|
# Parameters that can be configured on Windows nodes. Windows Node Config that
|
9308
9321
|
# define the parameters that will be used to configure the Windows node pool
|
9309
|
-
# settings
|
9322
|
+
# settings.
|
9310
9323
|
class WindowsNodeConfig
|
9311
9324
|
include Google::Apis::Core::Hashable
|
9312
9325
|
|
9313
|
-
# OSVersion specifies the Windows node config to be used on the node
|
9326
|
+
# OSVersion specifies the Windows node config to be used on the node.
|
9314
9327
|
# Corresponds to the JSON property `osVersion`
|
9315
9328
|
# @return [String]
|
9316
9329
|
attr_accessor :os_version
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ContainerV1beta1
|
18
18
|
# Version of the google-apis-container_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.80.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250311"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3255,6 +3255,7 @@ module Google
|
|
3255
3255
|
property :bulletin_uri, as: 'bulletinUri'
|
3256
3256
|
collection :cve_ids, as: 'cveIds'
|
3257
3257
|
property :manual_steps_required, as: 'manualStepsRequired'
|
3258
|
+
collection :mitigated_versions, as: 'mitigatedVersions'
|
3258
3259
|
collection :patched_versions, as: 'patchedVersions'
|
3259
3260
|
property :resource_type_affected, as: 'resourceTypeAffected'
|
3260
3261
|
property :severity, as: 'severity'
|
@@ -3630,6 +3631,7 @@ module Google
|
|
3630
3631
|
property :end_time, as: 'endTime'
|
3631
3632
|
property :initial_version, as: 'initialVersion'
|
3632
3633
|
property :start_time, as: 'startTime'
|
3634
|
+
property :start_type, as: 'startType'
|
3633
3635
|
property :state, as: 'state'
|
3634
3636
|
property :target_version, as: 'targetVersion'
|
3635
3637
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-container_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.80.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-23 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-container_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.80.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|