google-apis-container_v1 0.86.0 → 0.87.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b45d0c99b8f26053bca172436b9048d30a2e67c5085c27413fe493bc1fcd24e7
4
- data.tar.gz: 4c30c3e984f2d5a1206f5d7df360c18a608b760afaf54f2dabae603567472710
3
+ metadata.gz: 4a9ecade5761b85c7be1a6cb05a56c0c433ecf1915bfd91ed41a48e50e4e2c19
4
+ data.tar.gz: 12b6e4d4c91afe9d5f43e8ba61d1ef58941c2435d63ee44ddfa5e02e92351158
5
5
  SHA512:
6
- metadata.gz: db948d319fffc77680fb1dee0fc2ccbfd21109afe8a4243f411c1417ef9ff8ed856791fabb341bf19adecc67c6068a5d34673275402f8d0e75ed8aa565e96c6e
7
- data.tar.gz: 828e3908ff1aa7369e70b363409f94feb943a0d54d38a68e5c2380413eefed6b2d47155f3c937c59d64164683c0beb72e21c3f1b62073942193ff2df41ce880f
6
+ metadata.gz: '0977e6f296e25552cf7cf524497c041895ca0f762d09de26f1409c794e356e63da4a668bb23596c5ae05fde2bef158232fa732b4c876f76e92276ce6831a7536'
7
+ data.tar.gz: baf4bff74b7b65df8b23d601b4a7a404ca74ed6d40150a86e50c576fd6480efb1aa42058c5bfe428a95a226b88f3a9767cb7df3078253cfd05952ec0013db381
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-container_v1
2
2
 
3
+ ### v0.87.0 (2024-12-15)
4
+
5
+ * Regenerated from discovery document revision 20241203
6
+
3
7
  ### v0.86.0 (2024-11-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20241105
@@ -394,8 +394,7 @@ module Google
394
394
  attr_accessor :enabled
395
395
  alias_method :enabled?, :enabled
396
396
 
397
- # WorkloadPolicyConfig is the configuration of workload policy for autopilot
398
- # clusters.
397
+ # WorkloadPolicyConfig is the configuration related to GCW workload policy
399
398
  # Corresponds to the JSON property `workloadPolicyConfig`
400
399
  # @return [Google::Apis::ContainerV1::WorkloadPolicyConfig]
401
400
  attr_accessor :workload_policy_config
@@ -1561,8 +1560,7 @@ module Google
1561
1560
  # @return [Google::Apis::ContainerV1::AuthenticatorGroupsConfig]
1562
1561
  attr_accessor :desired_authenticator_groups_config
1563
1562
 
1564
- # WorkloadPolicyConfig is the configuration of workload policy for autopilot
1565
- # clusters.
1563
+ # WorkloadPolicyConfig is the configuration related to GCW workload policy
1566
1564
  # Corresponds to the JSON property `desiredAutopilotWorkloadPolicyConfig`
1567
1565
  # @return [Google::Apis::ContainerV1::WorkloadPolicyConfig]
1568
1566
  attr_accessor :desired_autopilot_workload_policy_config
@@ -4470,6 +4468,12 @@ module Google
4470
4468
  # @return [String]
4471
4469
  attr_accessor :machine_type
4472
4470
 
4471
+ # The maximum duration for the nodes to exist. If unspecified, the nodes can
4472
+ # exist indefinitely.
4473
+ # Corresponds to the JSON property `maxRunDuration`
4474
+ # @return [String]
4475
+ attr_accessor :max_run_duration
4476
+
4473
4477
  # The metadata key/value pairs assigned to instances in the cluster. Keys must
4474
4478
  # conform to the regexp `[a-zA-Z0-9-_]+` and be less than 128 bytes in length.
4475
4479
  # These are reflected as part of a URL in the metadata server. Additionally, to
@@ -4650,6 +4654,7 @@ module Google
4650
4654
  @local_ssd_encryption_mode = args[:local_ssd_encryption_mode] if args.key?(:local_ssd_encryption_mode)
4651
4655
  @logging_config = args[:logging_config] if args.key?(:logging_config)
4652
4656
  @machine_type = args[:machine_type] if args.key?(:machine_type)
4657
+ @max_run_duration = args[:max_run_duration] if args.key?(:max_run_duration)
4653
4658
  @metadata = args[:metadata] if args.key?(:metadata)
4654
4659
  @min_cpu_platform = args[:min_cpu_platform] if args.key?(:min_cpu_platform)
4655
4660
  @node_group = args[:node_group] if args.key?(:node_group)
@@ -7675,6 +7680,12 @@ module Google
7675
7680
  # @return [String]
7676
7681
  attr_accessor :machine_type
7677
7682
 
7683
+ # The maximum duration for the nodes to exist. If unspecified, the nodes can
7684
+ # exist indefinitely.
7685
+ # Corresponds to the JSON property `maxRunDuration`
7686
+ # @return [String]
7687
+ attr_accessor :max_run_duration
7688
+
7678
7689
  # The name (project, location, cluster, node pool) of the node pool to update.
7679
7690
  # Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
7680
7691
  # Corresponds to the JSON property `name`
@@ -7826,6 +7837,7 @@ module Google
7826
7837
  @locations = args[:locations] if args.key?(:locations)
7827
7838
  @logging_config = args[:logging_config] if args.key?(:logging_config)
7828
7839
  @machine_type = args[:machine_type] if args.key?(:machine_type)
7840
+ @max_run_duration = args[:max_run_duration] if args.key?(:max_run_duration)
7829
7841
  @name = args[:name] if args.key?(:name)
7830
7842
  @node_network_config = args[:node_network_config] if args.key?(:node_network_config)
7831
7843
  @node_pool_id = args[:node_pool_id] if args.key?(:node_pool_id)
@@ -8330,8 +8342,7 @@ module Google
8330
8342
  end
8331
8343
  end
8332
8344
 
8333
- # WorkloadPolicyConfig is the configuration of workload policy for autopilot
8334
- # clusters.
8345
+ # WorkloadPolicyConfig is the configuration related to GCW workload policy
8335
8346
  class WorkloadPolicyConfig
8336
8347
  include Google::Apis::Core::Hashable
8337
8348
 
@@ -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.86.0"
19
+ GEM_VERSION = "0.87.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 = "20241105"
25
+ REVISION = "20241203"
26
26
  end
27
27
  end
28
28
  end
@@ -2356,6 +2356,7 @@ module Google
2356
2356
  property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1::NodePoolLoggingConfig, decorator: Google::Apis::ContainerV1::NodePoolLoggingConfig::Representation
2357
2357
 
2358
2358
  property :machine_type, as: 'machineType'
2359
+ property :max_run_duration, as: 'maxRunDuration'
2359
2360
  hash :metadata, as: 'metadata'
2360
2361
  property :min_cpu_platform, as: 'minCpuPlatform'
2361
2362
  property :node_group, as: 'nodeGroup'
@@ -3157,6 +3158,7 @@ module Google
3157
3158
  property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1::NodePoolLoggingConfig, decorator: Google::Apis::ContainerV1::NodePoolLoggingConfig::Representation
3158
3159
 
3159
3160
  property :machine_type, as: 'machineType'
3161
+ property :max_run_duration, as: 'maxRunDuration'
3160
3162
  property :name, as: 'name'
3161
3163
  property :node_network_config, as: 'nodeNetworkConfig', class: Google::Apis::ContainerV1::NodeNetworkConfig, decorator: Google::Apis::ContainerV1::NodeNetworkConfig::Representation
3162
3164
 
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.86.0
4
+ version: 0.87.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-04 00:00:00.000000000 Z
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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.86.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.87.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: []
@@ -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.22
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 V1