google-apis-container_v1beta1 0.76.0 → 0.78.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: 6031ed057798de19c1fff35cb93003d3cd5cc1e9189626a12c541e38b780d80f
|
|
4
|
+
data.tar.gz: 4cd73ce3ba93e20cc878e23b87f04c60d608f49c90837096e1e1234789dcbf05
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf5c3833abea005ae5639b6f17a847082bfcfe2c6a07c771642d5a42b573140f9f0502ee3cea64f38b51cc3007be33c333ce8e8bf80db893abdf259f4c85d1df
|
|
7
|
+
data.tar.gz: 3829a1331bb6fb6dfc56b7da2a1703fc023a23980630c8639fe5a494c82959fd60704fb005e8667d718ca1adce69663b67f07ba8dec3a519f94880d4dd21a8c5
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Release history for google-apis-container_v1beta1
|
|
2
2
|
|
|
3
|
+
### v0.78.0 (2025-01-12)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20241228
|
|
6
|
+
* Regenerated using generator version 0.16.0
|
|
7
|
+
|
|
8
|
+
### v0.77.0 (2024-12-15)
|
|
9
|
+
|
|
10
|
+
* Regenerated from discovery document revision 20241203
|
|
11
|
+
|
|
3
12
|
### v0.76.0 (2024-12-02)
|
|
4
13
|
|
|
5
14
|
* Regenerated from discovery document revision 20241112
|
|
@@ -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
|
|
@@ -1844,6 +1842,12 @@ module Google
|
|
|
1844
1842
|
# @return [Google::Apis::ContainerV1beta1::DefaultSnatStatus]
|
|
1845
1843
|
attr_accessor :desired_default_snat_status
|
|
1846
1844
|
|
|
1845
|
+
# Enable/Disable L4 LB VPC firewall reconciliation for the cluster.
|
|
1846
|
+
# Corresponds to the JSON property `desiredDisableL4LbFirewallReconciliation`
|
|
1847
|
+
# @return [Boolean]
|
|
1848
|
+
attr_accessor :desired_disable_l4_lb_firewall_reconciliation
|
|
1849
|
+
alias_method :desired_disable_l4_lb_firewall_reconciliation?, :desired_disable_l4_lb_firewall_reconciliation
|
|
1850
|
+
|
|
1847
1851
|
# DNSConfig contains the desired set of options for configuring clusterDNS.
|
|
1848
1852
|
# Corresponds to the JSON property `desiredDnsConfig`
|
|
1849
1853
|
# @return [Google::Apis::ContainerV1beta1::DnsConfig]
|
|
@@ -2237,6 +2241,7 @@ module Google
|
|
|
2237
2241
|
@desired_datapath_provider = args[:desired_datapath_provider] if args.key?(:desired_datapath_provider)
|
|
2238
2242
|
@desired_default_enable_private_nodes = args[:desired_default_enable_private_nodes] if args.key?(:desired_default_enable_private_nodes)
|
|
2239
2243
|
@desired_default_snat_status = args[:desired_default_snat_status] if args.key?(:desired_default_snat_status)
|
|
2244
|
+
@desired_disable_l4_lb_firewall_reconciliation = args[:desired_disable_l4_lb_firewall_reconciliation] if args.key?(:desired_disable_l4_lb_firewall_reconciliation)
|
|
2240
2245
|
@desired_dns_config = args[:desired_dns_config] if args.key?(:desired_dns_config)
|
|
2241
2246
|
@desired_enable_cilium_clusterwide_network_policy = args[:desired_enable_cilium_clusterwide_network_policy] if args.key?(:desired_enable_cilium_clusterwide_network_policy)
|
|
2242
2247
|
@desired_enable_fqdn_network_policy = args[:desired_enable_fqdn_network_policy] if args.key?(:desired_enable_fqdn_network_policy)
|
|
@@ -4678,6 +4683,12 @@ module Google
|
|
|
4678
4683
|
# @return [Google::Apis::ContainerV1beta1::DefaultSnatStatus]
|
|
4679
4684
|
attr_accessor :default_snat_status
|
|
4680
4685
|
|
|
4686
|
+
# Disable L4 load balancer VPC firewalls to enable firewall policies.
|
|
4687
|
+
# Corresponds to the JSON property `disableL4LbFirewallReconciliation`
|
|
4688
|
+
# @return [Boolean]
|
|
4689
|
+
attr_accessor :disable_l4_lb_firewall_reconciliation
|
|
4690
|
+
alias_method :disable_l4_lb_firewall_reconciliation?, :disable_l4_lb_firewall_reconciliation
|
|
4691
|
+
|
|
4681
4692
|
# DNSConfig contains the desired set of options for configuring clusterDNS.
|
|
4682
4693
|
# Corresponds to the JSON property `dnsConfig`
|
|
4683
4694
|
# @return [Google::Apis::ContainerV1beta1::DnsConfig]
|
|
@@ -4763,6 +4774,7 @@ module Google
|
|
|
4763
4774
|
@datapath_provider = args[:datapath_provider] if args.key?(:datapath_provider)
|
|
4764
4775
|
@default_enable_private_nodes = args[:default_enable_private_nodes] if args.key?(:default_enable_private_nodes)
|
|
4765
4776
|
@default_snat_status = args[:default_snat_status] if args.key?(:default_snat_status)
|
|
4777
|
+
@disable_l4_lb_firewall_reconciliation = args[:disable_l4_lb_firewall_reconciliation] if args.key?(:disable_l4_lb_firewall_reconciliation)
|
|
4766
4778
|
@dns_config = args[:dns_config] if args.key?(:dns_config)
|
|
4767
4779
|
@enable_cilium_clusterwide_network_policy = args[:enable_cilium_clusterwide_network_policy] if args.key?(:enable_cilium_clusterwide_network_policy)
|
|
4768
4780
|
@enable_fqdn_network_policy = args[:enable_fqdn_network_policy] if args.key?(:enable_fqdn_network_policy)
|
|
@@ -5064,6 +5076,12 @@ module Google
|
|
|
5064
5076
|
# @return [String]
|
|
5065
5077
|
attr_accessor :machine_type
|
|
5066
5078
|
|
|
5079
|
+
# The maximum duration for the nodes to exist. If unspecified, the nodes can
|
|
5080
|
+
# exist indefinitely.
|
|
5081
|
+
# Corresponds to the JSON property `maxRunDuration`
|
|
5082
|
+
# @return [String]
|
|
5083
|
+
attr_accessor :max_run_duration
|
|
5084
|
+
|
|
5067
5085
|
# The metadata key/value pairs assigned to instances in the cluster. Keys must
|
|
5068
5086
|
# conform to the regexp `[a-zA-Z0-9-_]+` and be less than 128 bytes in length.
|
|
5069
5087
|
# These are reflected as part of a URL in the metadata server. Additionally, to
|
|
@@ -5246,6 +5264,7 @@ module Google
|
|
|
5246
5264
|
@local_ssd_encryption_mode = args[:local_ssd_encryption_mode] if args.key?(:local_ssd_encryption_mode)
|
|
5247
5265
|
@logging_config = args[:logging_config] if args.key?(:logging_config)
|
|
5248
5266
|
@machine_type = args[:machine_type] if args.key?(:machine_type)
|
|
5267
|
+
@max_run_duration = args[:max_run_duration] if args.key?(:max_run_duration)
|
|
5249
5268
|
@metadata = args[:metadata] if args.key?(:metadata)
|
|
5250
5269
|
@min_cpu_platform = args[:min_cpu_platform] if args.key?(:min_cpu_platform)
|
|
5251
5270
|
@node_group = args[:node_group] if args.key?(:node_group)
|
|
@@ -8503,6 +8522,12 @@ module Google
|
|
|
8503
8522
|
# @return [String]
|
|
8504
8523
|
attr_accessor :machine_type
|
|
8505
8524
|
|
|
8525
|
+
# The maximum duration for the nodes to exist. If unspecified, the nodes can
|
|
8526
|
+
# exist indefinitely.
|
|
8527
|
+
# Corresponds to the JSON property `maxRunDuration`
|
|
8528
|
+
# @return [String]
|
|
8529
|
+
attr_accessor :max_run_duration
|
|
8530
|
+
|
|
8506
8531
|
# The name (project, location, cluster, node pool) of the node pool to update.
|
|
8507
8532
|
# Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
|
|
8508
8533
|
# Corresponds to the JSON property `name`
|
|
@@ -8655,6 +8680,7 @@ module Google
|
|
|
8655
8680
|
@locations = args[:locations] if args.key?(:locations)
|
|
8656
8681
|
@logging_config = args[:logging_config] if args.key?(:logging_config)
|
|
8657
8682
|
@machine_type = args[:machine_type] if args.key?(:machine_type)
|
|
8683
|
+
@max_run_duration = args[:max_run_duration] if args.key?(:max_run_duration)
|
|
8658
8684
|
@name = args[:name] if args.key?(:name)
|
|
8659
8685
|
@node_network_config = args[:node_network_config] if args.key?(:node_network_config)
|
|
8660
8686
|
@node_pool_id = args[:node_pool_id] if args.key?(:node_pool_id)
|
|
@@ -8836,6 +8862,16 @@ module Google
|
|
|
8836
8862
|
# @return [String]
|
|
8837
8863
|
attr_accessor :end_time
|
|
8838
8864
|
|
|
8865
|
+
# The type of the event.
|
|
8866
|
+
# Corresponds to the JSON property `eventType`
|
|
8867
|
+
# @return [String]
|
|
8868
|
+
attr_accessor :event_type
|
|
8869
|
+
|
|
8870
|
+
# The end of extended support timestamp.
|
|
8871
|
+
# Corresponds to the JSON property `extendedSupportEndTime`
|
|
8872
|
+
# @return [String]
|
|
8873
|
+
attr_accessor :extended_support_end_time
|
|
8874
|
+
|
|
8839
8875
|
# The operation associated with this upgrade.
|
|
8840
8876
|
# Corresponds to the JSON property `operation`
|
|
8841
8877
|
# @return [String]
|
|
@@ -8852,6 +8888,11 @@ module Google
|
|
|
8852
8888
|
# @return [String]
|
|
8853
8889
|
attr_accessor :resource_type
|
|
8854
8890
|
|
|
8891
|
+
# The end of standard support timestamp.
|
|
8892
|
+
# Corresponds to the JSON property `standardSupportEndTime`
|
|
8893
|
+
# @return [String]
|
|
8894
|
+
attr_accessor :standard_support_end_time
|
|
8895
|
+
|
|
8855
8896
|
# The time when the operation was started.
|
|
8856
8897
|
# Corresponds to the JSON property `startTime`
|
|
8857
8898
|
# @return [String]
|
|
@@ -8876,9 +8917,12 @@ module Google
|
|
|
8876
8917
|
@current_version = args[:current_version] if args.key?(:current_version)
|
|
8877
8918
|
@description = args[:description] if args.key?(:description)
|
|
8878
8919
|
@end_time = args[:end_time] if args.key?(:end_time)
|
|
8920
|
+
@event_type = args[:event_type] if args.key?(:event_type)
|
|
8921
|
+
@extended_support_end_time = args[:extended_support_end_time] if args.key?(:extended_support_end_time)
|
|
8879
8922
|
@operation = args[:operation] if args.key?(:operation)
|
|
8880
8923
|
@resource = args[:resource] if args.key?(:resource)
|
|
8881
8924
|
@resource_type = args[:resource_type] if args.key?(:resource_type)
|
|
8925
|
+
@standard_support_end_time = args[:standard_support_end_time] if args.key?(:standard_support_end_time)
|
|
8882
8926
|
@start_time = args[:start_time] if args.key?(:start_time)
|
|
8883
8927
|
@state = args[:state] if args.key?(:state)
|
|
8884
8928
|
@target_version = args[:target_version] if args.key?(:target_version)
|
|
@@ -9350,8 +9394,7 @@ module Google
|
|
|
9350
9394
|
end
|
|
9351
9395
|
end
|
|
9352
9396
|
|
|
9353
|
-
# WorkloadPolicyConfig is the configuration
|
|
9354
|
-
# clusters.
|
|
9397
|
+
# WorkloadPolicyConfig is the configuration related to GCW workload policy
|
|
9355
9398
|
class WorkloadPolicyConfig
|
|
9356
9399
|
include Google::Apis::Core::Hashable
|
|
9357
9400
|
|
|
@@ -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.78.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20241228"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1793,6 +1793,7 @@ module Google
|
|
|
1793
1793
|
property :desired_default_enable_private_nodes, as: 'desiredDefaultEnablePrivateNodes'
|
|
1794
1794
|
property :desired_default_snat_status, as: 'desiredDefaultSnatStatus', class: Google::Apis::ContainerV1beta1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1beta1::DefaultSnatStatus::Representation
|
|
1795
1795
|
|
|
1796
|
+
property :desired_disable_l4_lb_firewall_reconciliation, as: 'desiredDisableL4LbFirewallReconciliation'
|
|
1796
1797
|
property :desired_dns_config, as: 'desiredDnsConfig', class: Google::Apis::ContainerV1beta1::DnsConfig, decorator: Google::Apis::ContainerV1beta1::DnsConfig::Representation
|
|
1797
1798
|
|
|
1798
1799
|
property :desired_enable_cilium_clusterwide_network_policy, as: 'desiredEnableCiliumClusterwideNetworkPolicy'
|
|
@@ -2588,6 +2589,7 @@ module Google
|
|
|
2588
2589
|
property :default_enable_private_nodes, as: 'defaultEnablePrivateNodes'
|
|
2589
2590
|
property :default_snat_status, as: 'defaultSnatStatus', class: Google::Apis::ContainerV1beta1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1beta1::DefaultSnatStatus::Representation
|
|
2590
2591
|
|
|
2592
|
+
property :disable_l4_lb_firewall_reconciliation, as: 'disableL4LbFirewallReconciliation'
|
|
2591
2593
|
property :dns_config, as: 'dnsConfig', class: Google::Apis::ContainerV1beta1::DnsConfig, decorator: Google::Apis::ContainerV1beta1::DnsConfig::Representation
|
|
2592
2594
|
|
|
2593
2595
|
property :enable_cilium_clusterwide_network_policy, as: 'enableCiliumClusterwideNetworkPolicy'
|
|
@@ -2688,6 +2690,7 @@ module Google
|
|
|
2688
2690
|
property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig, decorator: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig::Representation
|
|
2689
2691
|
|
|
2690
2692
|
property :machine_type, as: 'machineType'
|
|
2693
|
+
property :max_run_duration, as: 'maxRunDuration'
|
|
2691
2694
|
hash :metadata, as: 'metadata'
|
|
2692
2695
|
property :min_cpu_platform, as: 'minCpuPlatform'
|
|
2693
2696
|
property :node_group, as: 'nodeGroup'
|
|
@@ -3558,6 +3561,7 @@ module Google
|
|
|
3558
3561
|
property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig, decorator: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig::Representation
|
|
3559
3562
|
|
|
3560
3563
|
property :machine_type, as: 'machineType'
|
|
3564
|
+
property :max_run_duration, as: 'maxRunDuration'
|
|
3561
3565
|
property :name, as: 'name'
|
|
3562
3566
|
property :node_network_config, as: 'nodeNetworkConfig', class: Google::Apis::ContainerV1beta1::NodeNetworkConfig, decorator: Google::Apis::ContainerV1beta1::NodeNetworkConfig::Representation
|
|
3563
3567
|
|
|
@@ -3627,9 +3631,12 @@ module Google
|
|
|
3627
3631
|
property :current_version, as: 'currentVersion'
|
|
3628
3632
|
property :description, as: 'description'
|
|
3629
3633
|
property :end_time, as: 'endTime'
|
|
3634
|
+
property :event_type, as: 'eventType'
|
|
3635
|
+
property :extended_support_end_time, as: 'extendedSupportEndTime'
|
|
3630
3636
|
property :operation, as: 'operation'
|
|
3631
3637
|
property :resource, as: 'resource'
|
|
3632
3638
|
property :resource_type, as: 'resourceType'
|
|
3639
|
+
property :standard_support_end_time, as: 'standardSupportEndTime'
|
|
3633
3640
|
property :start_time, as: 'startTime'
|
|
3634
3641
|
property :state, as: 'state'
|
|
3635
3642
|
property :target_version, as: 'targetVersion'
|
metadata
CHANGED
|
@@ -1,14 +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.78.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 2025-01-12 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: google-apis-core
|
|
@@ -58,9 +57,8 @@ licenses:
|
|
|
58
57
|
metadata:
|
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
59
|
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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.78.0
|
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1beta1
|
|
63
|
-
post_install_message:
|
|
64
62
|
rdoc_options: []
|
|
65
63
|
require_paths:
|
|
66
64
|
- lib
|
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
73
|
- !ruby/object:Gem::Version
|
|
76
74
|
version: '0'
|
|
77
75
|
requirements: []
|
|
78
|
-
rubygems_version: 3.
|
|
79
|
-
signing_key:
|
|
76
|
+
rubygems_version: 3.6.2
|
|
80
77
|
specification_version: 4
|
|
81
78
|
summary: Simple REST client for Kubernetes Engine API V1beta1
|
|
82
79
|
test_files: []
|