google-apis-container_v1beta1 0.46.0 → 0.47.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: 5e4e4c718e02637b34b26fc409f52d3bc28eb92b1818d249a8dac93f9435be45
|
4
|
+
data.tar.gz: e4b4c96ba1db314cf728432d1b056ea84a442ac07cf2d421437f506c4c5c352b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd26bf604d0495a7d6d39076f5a77cd33afc86f5ef0c7ade2bb720435046ca75c5565ad9895240e4e6a3fdf533c2568f39291f56f64447f1439dcc4ff1727788
|
7
|
+
data.tar.gz: 6891e8e27ed3cd687d27b43c26dde3a3ad6eca6b6773e658fd5e1a737f39f30f1609801d23f816625d25b5bfe5875df41bdf63ffec05cf808dadcf60f53602dd
|
data/CHANGELOG.md
CHANGED
@@ -69,6 +69,26 @@ module Google
|
|
69
69
|
end
|
70
70
|
end
|
71
71
|
|
72
|
+
# AdditionalPodRangesConfig is the configuration for additional pod secondary
|
73
|
+
# ranges supporting the ClusterUpdate message.
|
74
|
+
class AdditionalPodRangesConfig
|
75
|
+
include Google::Apis::Core::Hashable
|
76
|
+
|
77
|
+
# Name for pod secondary ipv4 range which has the actual range defined ahead.
|
78
|
+
# Corresponds to the JSON property `podRangeNames`
|
79
|
+
# @return [Array<String>]
|
80
|
+
attr_accessor :pod_range_names
|
81
|
+
|
82
|
+
def initialize(**args)
|
83
|
+
update!(**args)
|
84
|
+
end
|
85
|
+
|
86
|
+
# Update properties of this object
|
87
|
+
def update!(**args)
|
88
|
+
@pod_range_names = args[:pod_range_names] if args.key?(:pod_range_names)
|
89
|
+
end
|
90
|
+
end
|
91
|
+
|
72
92
|
# Configuration for the addons that can be automatically spun up in the cluster,
|
73
93
|
# enabling additional functionality.
|
74
94
|
class AddonsConfig
|
@@ -1263,6 +1283,12 @@ module Google
|
|
1263
1283
|
class ClusterUpdate
|
1264
1284
|
include Google::Apis::Core::Hashable
|
1265
1285
|
|
1286
|
+
# AdditionalPodRangesConfig is the configuration for additional pod secondary
|
1287
|
+
# ranges supporting the ClusterUpdate message.
|
1288
|
+
# Corresponds to the JSON property `additionalPodRangesConfig`
|
1289
|
+
# @return [Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig]
|
1290
|
+
attr_accessor :additional_pod_ranges_config
|
1291
|
+
|
1266
1292
|
# Configuration for the addons that can be automatically spun up in the cluster,
|
1267
1293
|
# enabling additional functionality.
|
1268
1294
|
# Corresponds to the JSON property `desiredAddonsConfig`
|
@@ -1554,12 +1580,19 @@ module Google
|
|
1554
1580
|
# @return [String]
|
1555
1581
|
attr_accessor :etag
|
1556
1582
|
|
1583
|
+
# AdditionalPodRangesConfig is the configuration for additional pod secondary
|
1584
|
+
# ranges supporting the ClusterUpdate message.
|
1585
|
+
# Corresponds to the JSON property `removedAdditionalPodRangesConfig`
|
1586
|
+
# @return [Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig]
|
1587
|
+
attr_accessor :removed_additional_pod_ranges_config
|
1588
|
+
|
1557
1589
|
def initialize(**args)
|
1558
1590
|
update!(**args)
|
1559
1591
|
end
|
1560
1592
|
|
1561
1593
|
# Update properties of this object
|
1562
1594
|
def update!(**args)
|
1595
|
+
@additional_pod_ranges_config = args[:additional_pod_ranges_config] if args.key?(:additional_pod_ranges_config)
|
1563
1596
|
@desired_addons_config = args[:desired_addons_config] if args.key?(:desired_addons_config)
|
1564
1597
|
@desired_authenticator_groups_config = args[:desired_authenticator_groups_config] if args.key?(:desired_authenticator_groups_config)
|
1565
1598
|
@desired_binary_authorization = args[:desired_binary_authorization] if args.key?(:desired_binary_authorization)
|
@@ -1607,6 +1640,7 @@ module Google
|
|
1607
1640
|
@desired_workload_certificates = args[:desired_workload_certificates] if args.key?(:desired_workload_certificates)
|
1608
1641
|
@desired_workload_identity_config = args[:desired_workload_identity_config] if args.key?(:desired_workload_identity_config)
|
1609
1642
|
@etag = args[:etag] if args.key?(:etag)
|
1643
|
+
@removed_additional_pod_ranges_config = args[:removed_additional_pod_ranges_config] if args.key?(:removed_additional_pod_ranges_config)
|
1610
1644
|
end
|
1611
1645
|
end
|
1612
1646
|
|
@@ -1926,7 +1960,7 @@ module Google
|
|
1926
1960
|
# @return [String]
|
1927
1961
|
attr_accessor :key_name
|
1928
1962
|
|
1929
|
-
#
|
1963
|
+
# The desired state of etcd encryption.
|
1930
1964
|
# Corresponds to the JSON property `state`
|
1931
1965
|
# @return [String]
|
1932
1966
|
attr_accessor :state
|
@@ -2477,6 +2511,12 @@ module Google
|
|
2477
2511
|
class IpAllocationPolicy
|
2478
2512
|
include Google::Apis::Core::Hashable
|
2479
2513
|
|
2514
|
+
# AdditionalPodRangesConfig is the configuration for additional pod secondary
|
2515
|
+
# ranges supporting the ClusterUpdate message.
|
2516
|
+
# Corresponds to the JSON property `additionalPodRangesConfig`
|
2517
|
+
# @return [Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig]
|
2518
|
+
attr_accessor :additional_pod_ranges_config
|
2519
|
+
|
2480
2520
|
# If true, allow allocation of cluster CIDR ranges that overlap with certain
|
2481
2521
|
# kinds of network routes. By default we do not allow cluster CIDR ranges to
|
2482
2522
|
# intersect with any user declared routes. With allow_route_overlap == true, we
|
@@ -2544,6 +2584,11 @@ module Google
|
|
2544
2584
|
# @return [String]
|
2545
2585
|
attr_accessor :node_ipv4_cidr_block
|
2546
2586
|
|
2587
|
+
# [PRIVATE FIELD] Config for pod CIDR size overprovisioning.
|
2588
|
+
# Corresponds to the JSON property `podCidrOverprovisionConfig`
|
2589
|
+
# @return [Google::Apis::ContainerV1beta1::PodCidrOverprovisionConfig]
|
2590
|
+
attr_accessor :pod_cidr_overprovision_config
|
2591
|
+
|
2547
2592
|
# This field is deprecated, use services_ipv4_cidr_block.
|
2548
2593
|
# Corresponds to the JSON property `servicesIpv4Cidr`
|
2549
2594
|
# @return [String]
|
@@ -2627,6 +2672,7 @@ module Google
|
|
2627
2672
|
|
2628
2673
|
# Update properties of this object
|
2629
2674
|
def update!(**args)
|
2675
|
+
@additional_pod_ranges_config = args[:additional_pod_ranges_config] if args.key?(:additional_pod_ranges_config)
|
2630
2676
|
@allow_route_overlap = args[:allow_route_overlap] if args.key?(:allow_route_overlap)
|
2631
2677
|
@cluster_ipv4_cidr = args[:cluster_ipv4_cidr] if args.key?(:cluster_ipv4_cidr)
|
2632
2678
|
@cluster_ipv4_cidr_block = args[:cluster_ipv4_cidr_block] if args.key?(:cluster_ipv4_cidr_block)
|
@@ -2635,6 +2681,7 @@ module Google
|
|
2635
2681
|
@ipv6_access_type = args[:ipv6_access_type] if args.key?(:ipv6_access_type)
|
2636
2682
|
@node_ipv4_cidr = args[:node_ipv4_cidr] if args.key?(:node_ipv4_cidr)
|
2637
2683
|
@node_ipv4_cidr_block = args[:node_ipv4_cidr_block] if args.key?(:node_ipv4_cidr_block)
|
2684
|
+
@pod_cidr_overprovision_config = args[:pod_cidr_overprovision_config] if args.key?(:pod_cidr_overprovision_config)
|
2638
2685
|
@services_ipv4_cidr = args[:services_ipv4_cidr] if args.key?(:services_ipv4_cidr)
|
2639
2686
|
@services_ipv4_cidr_block = args[:services_ipv4_cidr_block] if args.key?(:services_ipv4_cidr_block)
|
2640
2687
|
@services_ipv6_cidr_block = args[:services_ipv6_cidr_block] if args.key?(:services_ipv6_cidr_block)
|
@@ -4090,6 +4137,11 @@ module Google
|
|
4090
4137
|
# @return [Google::Apis::ContainerV1beta1::NetworkPerformanceConfig]
|
4091
4138
|
attr_accessor :network_performance_config
|
4092
4139
|
|
4140
|
+
# [PRIVATE FIELD] Config for pod CIDR size overprovisioning.
|
4141
|
+
# Corresponds to the JSON property `podCidrOverprovisionConfig`
|
4142
|
+
# @return [Google::Apis::ContainerV1beta1::PodCidrOverprovisionConfig]
|
4143
|
+
attr_accessor :pod_cidr_overprovision_config
|
4144
|
+
|
4093
4145
|
# The IP address range for pod IPs in this node pool. Only applicable if `
|
4094
4146
|
# create_pod_range` is true. Set to blank to have a range chosen with the
|
4095
4147
|
# default size. Set to /netmask (e.g. `/14`) to have a range chosen with a
|
@@ -4119,6 +4171,7 @@ module Google
|
|
4119
4171
|
@create_pod_range = args[:create_pod_range] if args.key?(:create_pod_range)
|
4120
4172
|
@enable_private_nodes = args[:enable_private_nodes] if args.key?(:enable_private_nodes)
|
4121
4173
|
@network_performance_config = args[:network_performance_config] if args.key?(:network_performance_config)
|
4174
|
+
@pod_cidr_overprovision_config = args[:pod_cidr_overprovision_config] if args.key?(:pod_cidr_overprovision_config)
|
4122
4175
|
@pod_ipv4_cidr_block = args[:pod_ipv4_cidr_block] if args.key?(:pod_ipv4_cidr_block)
|
4123
4176
|
@pod_range = args[:pod_range] if args.key?(:pod_range)
|
4124
4177
|
end
|
@@ -4565,7 +4618,8 @@ module Google
|
|
4565
4618
|
# @return [Google::Apis::ContainerV1beta1::OperationProgress]
|
4566
4619
|
attr_accessor :progress
|
4567
4620
|
|
4568
|
-
# Server-defined
|
4621
|
+
# Server-defined URI for the operation. Example: `https://container.googleapis.
|
4622
|
+
# com/v1alpha1/projects/123/locations/us-central1/operations/operation-123`.
|
4569
4623
|
# Corresponds to the JSON property `selfLink`
|
4570
4624
|
# @return [String]
|
4571
4625
|
attr_accessor :self_link
|
@@ -4587,7 +4641,14 @@ module Google
|
|
4587
4641
|
# @return [String]
|
4588
4642
|
attr_accessor :status_message
|
4589
4643
|
|
4590
|
-
# Server-defined
|
4644
|
+
# Server-defined URI for the target of the operation. The format of this is a
|
4645
|
+
# URI to the resource being modified (such as a cluster, node pool, or node).
|
4646
|
+
# For node pool repairs, there may be multiple nodes being repaired, but only
|
4647
|
+
# one will be the target. Examples: - `https://container.googleapis.com/v1beta1/
|
4648
|
+
# projects/123/locations/us-central1/clusters/my-cluster` - `https://container.
|
4649
|
+
# googleapis.com/v1beta1/projects/123/zones/us-central1-c/clusters/my-cluster/
|
4650
|
+
# nodePools/my-np` - `https://container.googleapis.com/v1beta1/projects/123/
|
4651
|
+
# zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
|
4591
4652
|
# Corresponds to the JSON property `targetLink`
|
4592
4653
|
# @return [String]
|
4593
4654
|
attr_accessor :target_link
|
@@ -4682,6 +4743,27 @@ module Google
|
|
4682
4743
|
end
|
4683
4744
|
end
|
4684
4745
|
|
4746
|
+
# [PRIVATE FIELD] Config for pod CIDR size overprovisioning.
|
4747
|
+
class PodCidrOverprovisionConfig
|
4748
|
+
include Google::Apis::Core::Hashable
|
4749
|
+
|
4750
|
+
# Whether Pod CIDR overprovisioning is disabled. Note: Pod CIDR overprovisioning
|
4751
|
+
# is enabled by default.
|
4752
|
+
# Corresponds to the JSON property `disable`
|
4753
|
+
# @return [Boolean]
|
4754
|
+
attr_accessor :disable
|
4755
|
+
alias_method :disable?, :disable
|
4756
|
+
|
4757
|
+
def initialize(**args)
|
4758
|
+
update!(**args)
|
4759
|
+
end
|
4760
|
+
|
4761
|
+
# Update properties of this object
|
4762
|
+
def update!(**args)
|
4763
|
+
@disable = args[:disable] if args.key?(:disable)
|
4764
|
+
end
|
4765
|
+
end
|
4766
|
+
|
4685
4767
|
# Configuration for the PodSecurityPolicy feature.
|
4686
4768
|
class PodSecurityPolicyConfig
|
4687
4769
|
include Google::Apis::Core::Hashable
|
@@ -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.47.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 = "20230404"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -28,6 +28,12 @@ module Google
|
|
28
28
|
include Google::Apis::Core::JsonObjectSupport
|
29
29
|
end
|
30
30
|
|
31
|
+
class AdditionalPodRangesConfig
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
31
37
|
class AddonsConfig
|
32
38
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
39
|
|
@@ -652,6 +658,12 @@ module Google
|
|
652
658
|
include Google::Apis::Core::JsonObjectSupport
|
653
659
|
end
|
654
660
|
|
661
|
+
class PodCidrOverprovisionConfig
|
662
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
663
|
+
|
664
|
+
include Google::Apis::Core::JsonObjectSupport
|
665
|
+
end
|
666
|
+
|
655
667
|
class PodSecurityPolicyConfig
|
656
668
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
657
669
|
|
@@ -1000,6 +1012,13 @@ module Google
|
|
1000
1012
|
end
|
1001
1013
|
end
|
1002
1014
|
|
1015
|
+
class AdditionalPodRangesConfig
|
1016
|
+
# @private
|
1017
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1018
|
+
collection :pod_range_names, as: 'podRangeNames'
|
1019
|
+
end
|
1020
|
+
end
|
1021
|
+
|
1003
1022
|
class AddonsConfig
|
1004
1023
|
# @private
|
1005
1024
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1297,6 +1316,8 @@ module Google
|
|
1297
1316
|
class ClusterUpdate
|
1298
1317
|
# @private
|
1299
1318
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1319
|
+
property :additional_pod_ranges_config, as: 'additionalPodRangesConfig', class: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig::Representation
|
1320
|
+
|
1300
1321
|
property :desired_addons_config, as: 'desiredAddonsConfig', class: Google::Apis::ContainerV1beta1::AddonsConfig, decorator: Google::Apis::ContainerV1beta1::AddonsConfig::Representation
|
1301
1322
|
|
1302
1323
|
property :desired_authenticator_groups_config, as: 'desiredAuthenticatorGroupsConfig', class: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig, decorator: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig::Representation
|
@@ -1379,6 +1400,8 @@ module Google
|
|
1379
1400
|
property :desired_workload_identity_config, as: 'desiredWorkloadIdentityConfig', class: Google::Apis::ContainerV1beta1::WorkloadIdentityConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadIdentityConfig::Representation
|
1380
1401
|
|
1381
1402
|
property :etag, as: 'etag'
|
1403
|
+
property :removed_additional_pod_ranges_config, as: 'removedAdditionalPodRangesConfig', class: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig::Representation
|
1404
|
+
|
1382
1405
|
end
|
1383
1406
|
end
|
1384
1407
|
|
@@ -1641,6 +1664,8 @@ module Google
|
|
1641
1664
|
class IpAllocationPolicy
|
1642
1665
|
# @private
|
1643
1666
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1667
|
+
property :additional_pod_ranges_config, as: 'additionalPodRangesConfig', class: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig::Representation
|
1668
|
+
|
1644
1669
|
property :allow_route_overlap, as: 'allowRouteOverlap'
|
1645
1670
|
property :cluster_ipv4_cidr, as: 'clusterIpv4Cidr'
|
1646
1671
|
property :cluster_ipv4_cidr_block, as: 'clusterIpv4CidrBlock'
|
@@ -1649,6 +1674,8 @@ module Google
|
|
1649
1674
|
property :ipv6_access_type, as: 'ipv6AccessType'
|
1650
1675
|
property :node_ipv4_cidr, as: 'nodeIpv4Cidr'
|
1651
1676
|
property :node_ipv4_cidr_block, as: 'nodeIpv4CidrBlock'
|
1677
|
+
property :pod_cidr_overprovision_config, as: 'podCidrOverprovisionConfig', class: Google::Apis::ContainerV1beta1::PodCidrOverprovisionConfig, decorator: Google::Apis::ContainerV1beta1::PodCidrOverprovisionConfig::Representation
|
1678
|
+
|
1652
1679
|
property :services_ipv4_cidr, as: 'servicesIpv4Cidr'
|
1653
1680
|
property :services_ipv4_cidr_block, as: 'servicesIpv4CidrBlock'
|
1654
1681
|
property :services_ipv6_cidr_block, as: 'servicesIpv6CidrBlock'
|
@@ -2067,6 +2094,8 @@ module Google
|
|
2067
2094
|
property :enable_private_nodes, as: 'enablePrivateNodes'
|
2068
2095
|
property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ContainerV1beta1::NetworkPerformanceConfig, decorator: Google::Apis::ContainerV1beta1::NetworkPerformanceConfig::Representation
|
2069
2096
|
|
2097
|
+
property :pod_cidr_overprovision_config, as: 'podCidrOverprovisionConfig', class: Google::Apis::ContainerV1beta1::PodCidrOverprovisionConfig, decorator: Google::Apis::ContainerV1beta1::PodCidrOverprovisionConfig::Representation
|
2098
|
+
|
2070
2099
|
property :pod_ipv4_cidr_block, as: 'podIpv4CidrBlock'
|
2071
2100
|
property :pod_range, as: 'podRange'
|
2072
2101
|
end
|
@@ -2212,6 +2241,13 @@ module Google
|
|
2212
2241
|
end
|
2213
2242
|
end
|
2214
2243
|
|
2244
|
+
class PodCidrOverprovisionConfig
|
2245
|
+
# @private
|
2246
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2247
|
+
property :disable, as: 'disable'
|
2248
|
+
end
|
2249
|
+
end
|
2250
|
+
|
2215
2251
|
class PodSecurityPolicyConfig
|
2216
2252
|
# @private
|
2217
2253
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.47.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-
|
11
|
+
date: 2023-04-23 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.47.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: []
|