google-apis-container_v1beta1 0.76.0 → 0.77.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: effb90c269ade2b1154e576bdf254f0004addcf765f2f239fd1d1a8263fadf02
|
|
4
|
+
data.tar.gz: e7b163937df0e384e4de4de67c1f05a302112858a9f3d82f90fa49cbedde8666
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 186ca7176b9fbb851d08bd139341223f72c47964f39ee2544c8153ea310dd69dc62f5cc60cfc7177efacd0e75ef3679276d23e567aed5652452f2e07f675c715
|
|
7
|
+
data.tar.gz: 5bf74fea07b1644f0446e31dc42c04ab11450d70d67f04b84d62aaf1d9bda6c02c723449c41ab918e0d75bea8b9a87cc2efc836f0a12b175c5a71e5d4019c362
|
data/CHANGELOG.md
CHANGED
|
@@ -437,8 +437,7 @@ module Google
|
|
|
437
437
|
attr_accessor :enabled
|
|
438
438
|
alias_method :enabled?, :enabled
|
|
439
439
|
|
|
440
|
-
# WorkloadPolicyConfig is the configuration
|
|
441
|
-
# clusters.
|
|
440
|
+
# WorkloadPolicyConfig is the configuration related to GCW workload policy
|
|
442
441
|
# Corresponds to the JSON property `workloadPolicyConfig`
|
|
443
442
|
# @return [Google::Apis::ContainerV1beta1::WorkloadPolicyConfig]
|
|
444
443
|
attr_accessor :workload_policy_config
|
|
@@ -1777,8 +1776,7 @@ module Google
|
|
|
1777
1776
|
# @return [Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig]
|
|
1778
1777
|
attr_accessor :desired_authenticator_groups_config
|
|
1779
1778
|
|
|
1780
|
-
# WorkloadPolicyConfig is the configuration
|
|
1781
|
-
# clusters.
|
|
1779
|
+
# WorkloadPolicyConfig is the configuration related to GCW workload policy
|
|
1782
1780
|
# Corresponds to the JSON property `desiredAutopilotWorkloadPolicyConfig`
|
|
1783
1781
|
# @return [Google::Apis::ContainerV1beta1::WorkloadPolicyConfig]
|
|
1784
1782
|
attr_accessor :desired_autopilot_workload_policy_config
|
|
@@ -5064,6 +5062,12 @@ module Google
|
|
|
5064
5062
|
# @return [String]
|
|
5065
5063
|
attr_accessor :machine_type
|
|
5066
5064
|
|
|
5065
|
+
# The maximum duration for the nodes to exist. If unspecified, the nodes can
|
|
5066
|
+
# exist indefinitely.
|
|
5067
|
+
# Corresponds to the JSON property `maxRunDuration`
|
|
5068
|
+
# @return [String]
|
|
5069
|
+
attr_accessor :max_run_duration
|
|
5070
|
+
|
|
5067
5071
|
# The metadata key/value pairs assigned to instances in the cluster. Keys must
|
|
5068
5072
|
# conform to the regexp `[a-zA-Z0-9-_]+` and be less than 128 bytes in length.
|
|
5069
5073
|
# These are reflected as part of a URL in the metadata server. Additionally, to
|
|
@@ -5246,6 +5250,7 @@ module Google
|
|
|
5246
5250
|
@local_ssd_encryption_mode = args[:local_ssd_encryption_mode] if args.key?(:local_ssd_encryption_mode)
|
|
5247
5251
|
@logging_config = args[:logging_config] if args.key?(:logging_config)
|
|
5248
5252
|
@machine_type = args[:machine_type] if args.key?(:machine_type)
|
|
5253
|
+
@max_run_duration = args[:max_run_duration] if args.key?(:max_run_duration)
|
|
5249
5254
|
@metadata = args[:metadata] if args.key?(:metadata)
|
|
5250
5255
|
@min_cpu_platform = args[:min_cpu_platform] if args.key?(:min_cpu_platform)
|
|
5251
5256
|
@node_group = args[:node_group] if args.key?(:node_group)
|
|
@@ -8503,6 +8508,12 @@ module Google
|
|
|
8503
8508
|
# @return [String]
|
|
8504
8509
|
attr_accessor :machine_type
|
|
8505
8510
|
|
|
8511
|
+
# The maximum duration for the nodes to exist. If unspecified, the nodes can
|
|
8512
|
+
# exist indefinitely.
|
|
8513
|
+
# Corresponds to the JSON property `maxRunDuration`
|
|
8514
|
+
# @return [String]
|
|
8515
|
+
attr_accessor :max_run_duration
|
|
8516
|
+
|
|
8506
8517
|
# The name (project, location, cluster, node pool) of the node pool to update.
|
|
8507
8518
|
# Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
|
|
8508
8519
|
# Corresponds to the JSON property `name`
|
|
@@ -8655,6 +8666,7 @@ module Google
|
|
|
8655
8666
|
@locations = args[:locations] if args.key?(:locations)
|
|
8656
8667
|
@logging_config = args[:logging_config] if args.key?(:logging_config)
|
|
8657
8668
|
@machine_type = args[:machine_type] if args.key?(:machine_type)
|
|
8669
|
+
@max_run_duration = args[:max_run_duration] if args.key?(:max_run_duration)
|
|
8658
8670
|
@name = args[:name] if args.key?(:name)
|
|
8659
8671
|
@node_network_config = args[:node_network_config] if args.key?(:node_network_config)
|
|
8660
8672
|
@node_pool_id = args[:node_pool_id] if args.key?(:node_pool_id)
|
|
@@ -9350,8 +9362,7 @@ module Google
|
|
|
9350
9362
|
end
|
|
9351
9363
|
end
|
|
9352
9364
|
|
|
9353
|
-
# WorkloadPolicyConfig is the configuration
|
|
9354
|
-
# clusters.
|
|
9365
|
+
# WorkloadPolicyConfig is the configuration related to GCW workload policy
|
|
9355
9366
|
class WorkloadPolicyConfig
|
|
9356
9367
|
include Google::Apis::Core::Hashable
|
|
9357
9368
|
|
|
@@ -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.77.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20241203"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2688,6 +2688,7 @@ module Google
|
|
|
2688
2688
|
property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig, decorator: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig::Representation
|
|
2689
2689
|
|
|
2690
2690
|
property :machine_type, as: 'machineType'
|
|
2691
|
+
property :max_run_duration, as: 'maxRunDuration'
|
|
2691
2692
|
hash :metadata, as: 'metadata'
|
|
2692
2693
|
property :min_cpu_platform, as: 'minCpuPlatform'
|
|
2693
2694
|
property :node_group, as: 'nodeGroup'
|
|
@@ -3558,6 +3559,7 @@ module Google
|
|
|
3558
3559
|
property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig, decorator: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig::Representation
|
|
3559
3560
|
|
|
3560
3561
|
property :machine_type, as: 'machineType'
|
|
3562
|
+
property :max_run_duration, as: 'maxRunDuration'
|
|
3561
3563
|
property :name, as: 'name'
|
|
3562
3564
|
property :node_network_config, as: 'nodeNetworkConfig', class: Google::Apis::ContainerV1beta1::NodeNetworkConfig, decorator: Google::Apis::ContainerV1beta1::NodeNetworkConfig::Representation
|
|
3563
3565
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.77.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: 2024-12-
|
|
11
|
+
date: 2024-12-15 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_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.77.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1beta1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.5.
|
|
78
|
+
rubygems_version: 3.5.23
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Kubernetes Engine API V1beta1
|