google-apis-container_v1beta1 0.46.0 → 0.48.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: 7ad732c38a0eeef288e7b29bf4b2cabb28a2ececc97c91fc04d056996cc3e81a
4
- data.tar.gz: 4668fa6b9eedfe522a0bb570535db694761acee5c3dca7cf727c26076b3e2e91
3
+ metadata.gz: '085f35ebb2bf9f15abcef098f446907126522e25da829de9eab6360ca9124552'
4
+ data.tar.gz: 89cf39481a69eac413c173a910ae29c259e8fcabe21a5beccef726809c5a83b8
5
5
  SHA512:
6
- metadata.gz: 5f6ed4e3a5e3d8a6e12a241b8ab37c88ed8bef32d016e207fb777b7af92d6aa24a40a40c3b2945f77be0903c78ea1f7651b55f9dc3fdeaa43b6191a2a43ab9c6
7
- data.tar.gz: c1e027f2c1963fbb7b3c7129b77e70f44b61de7f2438b6c92d7ee47c9b1b6ac0ab59c900307e8b07d2ac82e95e48aed4a20b0240d29f8623060e24213b8b5748
6
+ metadata.gz: c1918ab69c9b70e265ea0958bf6580953da50d9728a3d3ae719d681595ed2b599ebc05794df2bfeebd00b4703876ad955c98af8c5a34e429fbc6011c66f78417
7
+ data.tar.gz: 96e632de15fc5df934836fccc6a0ec1093db8fa1862c5f546f1732e504cb9456a7322af96c5b5b6d0b8e44394d662eb5df846393bbe3a8d86ad06ab4a38963c5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.48.0 (2023-04-30)
4
+
5
+ * Regenerated from discovery document revision 20230406
6
+
7
+ ### v0.47.0 (2023-04-23)
8
+
9
+ * Regenerated from discovery document revision 20230404
10
+
3
11
  ### v0.46.0 (2023-03-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20230304
@@ -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
@@ -99,6 +119,11 @@ module Google
99
119
  # @return [Google::Apis::ContainerV1beta1::GcpFilestoreCsiDriverConfig]
100
120
  attr_accessor :gcp_filestore_csi_driver_config
101
121
 
122
+ # Configuration for the Cloud Storage Fuse CSI driver.
123
+ # Corresponds to the JSON property `gcsFuseCsiDriverConfig`
124
+ # @return [Google::Apis::ContainerV1beta1::GcsFuseCsiDriverConfig]
125
+ attr_accessor :gcs_fuse_csi_driver_config
126
+
102
127
  # Configuration for the Backup for GKE Agent.
103
128
  # Corresponds to the JSON property `gkeBackupAgentConfig`
104
129
  # @return [Google::Apis::ContainerV1beta1::GkeBackupAgentConfig]
@@ -150,6 +175,7 @@ module Google
150
175
  @dns_cache_config = args[:dns_cache_config] if args.key?(:dns_cache_config)
151
176
  @gce_persistent_disk_csi_driver_config = args[:gce_persistent_disk_csi_driver_config] if args.key?(:gce_persistent_disk_csi_driver_config)
152
177
  @gcp_filestore_csi_driver_config = args[:gcp_filestore_csi_driver_config] if args.key?(:gcp_filestore_csi_driver_config)
178
+ @gcs_fuse_csi_driver_config = args[:gcs_fuse_csi_driver_config] if args.key?(:gcs_fuse_csi_driver_config)
153
179
  @gke_backup_agent_config = args[:gke_backup_agent_config] if args.key?(:gke_backup_agent_config)
154
180
  @horizontal_pod_autoscaling = args[:horizontal_pod_autoscaling] if args.key?(:horizontal_pod_autoscaling)
155
181
  @http_load_balancing = args[:http_load_balancing] if args.key?(:http_load_balancing)
@@ -1263,6 +1289,12 @@ module Google
1263
1289
  class ClusterUpdate
1264
1290
  include Google::Apis::Core::Hashable
1265
1291
 
1292
+ # AdditionalPodRangesConfig is the configuration for additional pod secondary
1293
+ # ranges supporting the ClusterUpdate message.
1294
+ # Corresponds to the JSON property `additionalPodRangesConfig`
1295
+ # @return [Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig]
1296
+ attr_accessor :additional_pod_ranges_config
1297
+
1266
1298
  # Configuration for the addons that can be automatically spun up in the cluster,
1267
1299
  # enabling additional functionality.
1268
1300
  # Corresponds to the JSON property `desiredAddonsConfig`
@@ -1554,12 +1586,19 @@ module Google
1554
1586
  # @return [String]
1555
1587
  attr_accessor :etag
1556
1588
 
1589
+ # AdditionalPodRangesConfig is the configuration for additional pod secondary
1590
+ # ranges supporting the ClusterUpdate message.
1591
+ # Corresponds to the JSON property `removedAdditionalPodRangesConfig`
1592
+ # @return [Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig]
1593
+ attr_accessor :removed_additional_pod_ranges_config
1594
+
1557
1595
  def initialize(**args)
1558
1596
  update!(**args)
1559
1597
  end
1560
1598
 
1561
1599
  # Update properties of this object
1562
1600
  def update!(**args)
1601
+ @additional_pod_ranges_config = args[:additional_pod_ranges_config] if args.key?(:additional_pod_ranges_config)
1563
1602
  @desired_addons_config = args[:desired_addons_config] if args.key?(:desired_addons_config)
1564
1603
  @desired_authenticator_groups_config = args[:desired_authenticator_groups_config] if args.key?(:desired_authenticator_groups_config)
1565
1604
  @desired_binary_authorization = args[:desired_binary_authorization] if args.key?(:desired_binary_authorization)
@@ -1607,6 +1646,7 @@ module Google
1607
1646
  @desired_workload_certificates = args[:desired_workload_certificates] if args.key?(:desired_workload_certificates)
1608
1647
  @desired_workload_identity_config = args[:desired_workload_identity_config] if args.key?(:desired_workload_identity_config)
1609
1648
  @etag = args[:etag] if args.key?(:etag)
1649
+ @removed_additional_pod_ranges_config = args[:removed_additional_pod_ranges_config] if args.key?(:removed_additional_pod_ranges_config)
1610
1650
  end
1611
1651
  end
1612
1652
 
@@ -1926,7 +1966,7 @@ module Google
1926
1966
  # @return [String]
1927
1967
  attr_accessor :key_name
1928
1968
 
1929
- # Denotes the state of etcd encryption.
1969
+ # The desired state of etcd encryption.
1930
1970
  # Corresponds to the JSON property `state`
1931
1971
  # @return [String]
1932
1972
  attr_accessor :state
@@ -2269,6 +2309,26 @@ module Google
2269
2309
  end
2270
2310
  end
2271
2311
 
2312
+ # Configuration for the Cloud Storage Fuse CSI driver.
2313
+ class GcsFuseCsiDriverConfig
2314
+ include Google::Apis::Core::Hashable
2315
+
2316
+ # Whether the Cloud Storage Fuse CSI driver is enabled for this cluster.
2317
+ # Corresponds to the JSON property `enabled`
2318
+ # @return [Boolean]
2319
+ attr_accessor :enabled
2320
+ alias_method :enabled?, :enabled
2321
+
2322
+ def initialize(**args)
2323
+ update!(**args)
2324
+ end
2325
+
2326
+ # Update properties of this object
2327
+ def update!(**args)
2328
+ @enabled = args[:enabled] if args.key?(:enabled)
2329
+ end
2330
+ end
2331
+
2272
2332
  # GetJSONWebKeysResponse is a valid JSON Web Key Set as specififed in rfc 7517
2273
2333
  class GetJsonWebKeysResponse
2274
2334
  include Google::Apis::Core::Hashable
@@ -2477,6 +2537,12 @@ module Google
2477
2537
  class IpAllocationPolicy
2478
2538
  include Google::Apis::Core::Hashable
2479
2539
 
2540
+ # AdditionalPodRangesConfig is the configuration for additional pod secondary
2541
+ # ranges supporting the ClusterUpdate message.
2542
+ # Corresponds to the JSON property `additionalPodRangesConfig`
2543
+ # @return [Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig]
2544
+ attr_accessor :additional_pod_ranges_config
2545
+
2480
2546
  # If true, allow allocation of cluster CIDR ranges that overlap with certain
2481
2547
  # kinds of network routes. By default we do not allow cluster CIDR ranges to
2482
2548
  # intersect with any user declared routes. With allow_route_overlap == true, we
@@ -2544,6 +2610,11 @@ module Google
2544
2610
  # @return [String]
2545
2611
  attr_accessor :node_ipv4_cidr_block
2546
2612
 
2613
+ # [PRIVATE FIELD] Config for pod CIDR size overprovisioning.
2614
+ # Corresponds to the JSON property `podCidrOverprovisionConfig`
2615
+ # @return [Google::Apis::ContainerV1beta1::PodCidrOverprovisionConfig]
2616
+ attr_accessor :pod_cidr_overprovision_config
2617
+
2547
2618
  # This field is deprecated, use services_ipv4_cidr_block.
2548
2619
  # Corresponds to the JSON property `servicesIpv4Cidr`
2549
2620
  # @return [String]
@@ -2627,6 +2698,7 @@ module Google
2627
2698
 
2628
2699
  # Update properties of this object
2629
2700
  def update!(**args)
2701
+ @additional_pod_ranges_config = args[:additional_pod_ranges_config] if args.key?(:additional_pod_ranges_config)
2630
2702
  @allow_route_overlap = args[:allow_route_overlap] if args.key?(:allow_route_overlap)
2631
2703
  @cluster_ipv4_cidr = args[:cluster_ipv4_cidr] if args.key?(:cluster_ipv4_cidr)
2632
2704
  @cluster_ipv4_cidr_block = args[:cluster_ipv4_cidr_block] if args.key?(:cluster_ipv4_cidr_block)
@@ -2635,6 +2707,7 @@ module Google
2635
2707
  @ipv6_access_type = args[:ipv6_access_type] if args.key?(:ipv6_access_type)
2636
2708
  @node_ipv4_cidr = args[:node_ipv4_cidr] if args.key?(:node_ipv4_cidr)
2637
2709
  @node_ipv4_cidr_block = args[:node_ipv4_cidr_block] if args.key?(:node_ipv4_cidr_block)
2710
+ @pod_cidr_overprovision_config = args[:pod_cidr_overprovision_config] if args.key?(:pod_cidr_overprovision_config)
2638
2711
  @services_ipv4_cidr = args[:services_ipv4_cidr] if args.key?(:services_ipv4_cidr)
2639
2712
  @services_ipv4_cidr_block = args[:services_ipv4_cidr_block] if args.key?(:services_ipv4_cidr_block)
2640
2713
  @services_ipv6_cidr_block = args[:services_ipv6_cidr_block] if args.key?(:services_ipv6_cidr_block)
@@ -4090,6 +4163,11 @@ module Google
4090
4163
  # @return [Google::Apis::ContainerV1beta1::NetworkPerformanceConfig]
4091
4164
  attr_accessor :network_performance_config
4092
4165
 
4166
+ # [PRIVATE FIELD] Config for pod CIDR size overprovisioning.
4167
+ # Corresponds to the JSON property `podCidrOverprovisionConfig`
4168
+ # @return [Google::Apis::ContainerV1beta1::PodCidrOverprovisionConfig]
4169
+ attr_accessor :pod_cidr_overprovision_config
4170
+
4093
4171
  # The IP address range for pod IPs in this node pool. Only applicable if `
4094
4172
  # create_pod_range` is true. Set to blank to have a range chosen with the
4095
4173
  # default size. Set to /netmask (e.g. `/14`) to have a range chosen with a
@@ -4119,6 +4197,7 @@ module Google
4119
4197
  @create_pod_range = args[:create_pod_range] if args.key?(:create_pod_range)
4120
4198
  @enable_private_nodes = args[:enable_private_nodes] if args.key?(:enable_private_nodes)
4121
4199
  @network_performance_config = args[:network_performance_config] if args.key?(:network_performance_config)
4200
+ @pod_cidr_overprovision_config = args[:pod_cidr_overprovision_config] if args.key?(:pod_cidr_overprovision_config)
4122
4201
  @pod_ipv4_cidr_block = args[:pod_ipv4_cidr_block] if args.key?(:pod_ipv4_cidr_block)
4123
4202
  @pod_range = args[:pod_range] if args.key?(:pod_range)
4124
4203
  end
@@ -4565,7 +4644,8 @@ module Google
4565
4644
  # @return [Google::Apis::ContainerV1beta1::OperationProgress]
4566
4645
  attr_accessor :progress
4567
4646
 
4568
- # Server-defined URL for the resource.
4647
+ # Server-defined URI for the operation. Example: `https://container.googleapis.
4648
+ # com/v1alpha1/projects/123/locations/us-central1/operations/operation-123`.
4569
4649
  # Corresponds to the JSON property `selfLink`
4570
4650
  # @return [String]
4571
4651
  attr_accessor :self_link
@@ -4587,7 +4667,14 @@ module Google
4587
4667
  # @return [String]
4588
4668
  attr_accessor :status_message
4589
4669
 
4590
- # Server-defined URL for the target of the operation.
4670
+ # Server-defined URI for the target of the operation. The format of this is a
4671
+ # URI to the resource being modified (such as a cluster, node pool, or node).
4672
+ # For node pool repairs, there may be multiple nodes being repaired, but only
4673
+ # one will be the target. Examples: - `https://container.googleapis.com/v1beta1/
4674
+ # projects/123/locations/us-central1/clusters/my-cluster` - `https://container.
4675
+ # googleapis.com/v1beta1/projects/123/zones/us-central1-c/clusters/my-cluster/
4676
+ # nodePools/my-np` - `https://container.googleapis.com/v1beta1/projects/123/
4677
+ # zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
4591
4678
  # Corresponds to the JSON property `targetLink`
4592
4679
  # @return [String]
4593
4680
  attr_accessor :target_link
@@ -4682,6 +4769,27 @@ module Google
4682
4769
  end
4683
4770
  end
4684
4771
 
4772
+ # [PRIVATE FIELD] Config for pod CIDR size overprovisioning.
4773
+ class PodCidrOverprovisionConfig
4774
+ include Google::Apis::Core::Hashable
4775
+
4776
+ # Whether Pod CIDR overprovisioning is disabled. Note: Pod CIDR overprovisioning
4777
+ # is enabled by default.
4778
+ # Corresponds to the JSON property `disable`
4779
+ # @return [Boolean]
4780
+ attr_accessor :disable
4781
+ alias_method :disable?, :disable
4782
+
4783
+ def initialize(**args)
4784
+ update!(**args)
4785
+ end
4786
+
4787
+ # Update properties of this object
4788
+ def update!(**args)
4789
+ @disable = args[:disable] if args.key?(:disable)
4790
+ end
4791
+ end
4792
+
4685
4793
  # Configuration for the PodSecurityPolicy feature.
4686
4794
  class PodSecurityPolicyConfig
4687
4795
  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.46.0"
19
+ GEM_VERSION = "0.48.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 = "20230304"
25
+ REVISION = "20230406"
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
 
@@ -292,6 +298,12 @@ module Google
292
298
  include Google::Apis::Core::JsonObjectSupport
293
299
  end
294
300
 
301
+ class GcsFuseCsiDriverConfig
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
295
307
  class GetJsonWebKeysResponse
296
308
  class Representation < Google::Apis::Core::JsonRepresentation; end
297
309
 
@@ -652,6 +664,12 @@ module Google
652
664
  include Google::Apis::Core::JsonObjectSupport
653
665
  end
654
666
 
667
+ class PodCidrOverprovisionConfig
668
+ class Representation < Google::Apis::Core::JsonRepresentation; end
669
+
670
+ include Google::Apis::Core::JsonObjectSupport
671
+ end
672
+
655
673
  class PodSecurityPolicyConfig
656
674
  class Representation < Google::Apis::Core::JsonRepresentation; end
657
675
 
@@ -1000,6 +1018,13 @@ module Google
1000
1018
  end
1001
1019
  end
1002
1020
 
1021
+ class AdditionalPodRangesConfig
1022
+ # @private
1023
+ class Representation < Google::Apis::Core::JsonRepresentation
1024
+ collection :pod_range_names, as: 'podRangeNames'
1025
+ end
1026
+ end
1027
+
1003
1028
  class AddonsConfig
1004
1029
  # @private
1005
1030
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1013,6 +1038,8 @@ module Google
1013
1038
 
1014
1039
  property :gcp_filestore_csi_driver_config, as: 'gcpFilestoreCsiDriverConfig', class: Google::Apis::ContainerV1beta1::GcpFilestoreCsiDriverConfig, decorator: Google::Apis::ContainerV1beta1::GcpFilestoreCsiDriverConfig::Representation
1015
1040
 
1041
+ property :gcs_fuse_csi_driver_config, as: 'gcsFuseCsiDriverConfig', class: Google::Apis::ContainerV1beta1::GcsFuseCsiDriverConfig, decorator: Google::Apis::ContainerV1beta1::GcsFuseCsiDriverConfig::Representation
1042
+
1016
1043
  property :gke_backup_agent_config, as: 'gkeBackupAgentConfig', class: Google::Apis::ContainerV1beta1::GkeBackupAgentConfig, decorator: Google::Apis::ContainerV1beta1::GkeBackupAgentConfig::Representation
1017
1044
 
1018
1045
  property :horizontal_pod_autoscaling, as: 'horizontalPodAutoscaling', class: Google::Apis::ContainerV1beta1::HorizontalPodAutoscaling, decorator: Google::Apis::ContainerV1beta1::HorizontalPodAutoscaling::Representation
@@ -1297,6 +1324,8 @@ module Google
1297
1324
  class ClusterUpdate
1298
1325
  # @private
1299
1326
  class Representation < Google::Apis::Core::JsonRepresentation
1327
+ property :additional_pod_ranges_config, as: 'additionalPodRangesConfig', class: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig::Representation
1328
+
1300
1329
  property :desired_addons_config, as: 'desiredAddonsConfig', class: Google::Apis::ContainerV1beta1::AddonsConfig, decorator: Google::Apis::ContainerV1beta1::AddonsConfig::Representation
1301
1330
 
1302
1331
  property :desired_authenticator_groups_config, as: 'desiredAuthenticatorGroupsConfig', class: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig, decorator: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig::Representation
@@ -1379,6 +1408,8 @@ module Google
1379
1408
  property :desired_workload_identity_config, as: 'desiredWorkloadIdentityConfig', class: Google::Apis::ContainerV1beta1::WorkloadIdentityConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadIdentityConfig::Representation
1380
1409
 
1381
1410
  property :etag, as: 'etag'
1411
+ property :removed_additional_pod_ranges_config, as: 'removedAdditionalPodRangesConfig', class: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig::Representation
1412
+
1382
1413
  end
1383
1414
  end
1384
1415
 
@@ -1576,6 +1607,13 @@ module Google
1576
1607
  end
1577
1608
  end
1578
1609
 
1610
+ class GcsFuseCsiDriverConfig
1611
+ # @private
1612
+ class Representation < Google::Apis::Core::JsonRepresentation
1613
+ property :enabled, as: 'enabled'
1614
+ end
1615
+ end
1616
+
1579
1617
  class GetJsonWebKeysResponse
1580
1618
  # @private
1581
1619
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1641,6 +1679,8 @@ module Google
1641
1679
  class IpAllocationPolicy
1642
1680
  # @private
1643
1681
  class Representation < Google::Apis::Core::JsonRepresentation
1682
+ property :additional_pod_ranges_config, as: 'additionalPodRangesConfig', class: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig::Representation
1683
+
1644
1684
  property :allow_route_overlap, as: 'allowRouteOverlap'
1645
1685
  property :cluster_ipv4_cidr, as: 'clusterIpv4Cidr'
1646
1686
  property :cluster_ipv4_cidr_block, as: 'clusterIpv4CidrBlock'
@@ -1649,6 +1689,8 @@ module Google
1649
1689
  property :ipv6_access_type, as: 'ipv6AccessType'
1650
1690
  property :node_ipv4_cidr, as: 'nodeIpv4Cidr'
1651
1691
  property :node_ipv4_cidr_block, as: 'nodeIpv4CidrBlock'
1692
+ property :pod_cidr_overprovision_config, as: 'podCidrOverprovisionConfig', class: Google::Apis::ContainerV1beta1::PodCidrOverprovisionConfig, decorator: Google::Apis::ContainerV1beta1::PodCidrOverprovisionConfig::Representation
1693
+
1652
1694
  property :services_ipv4_cidr, as: 'servicesIpv4Cidr'
1653
1695
  property :services_ipv4_cidr_block, as: 'servicesIpv4CidrBlock'
1654
1696
  property :services_ipv6_cidr_block, as: 'servicesIpv6CidrBlock'
@@ -2067,6 +2109,8 @@ module Google
2067
2109
  property :enable_private_nodes, as: 'enablePrivateNodes'
2068
2110
  property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ContainerV1beta1::NetworkPerformanceConfig, decorator: Google::Apis::ContainerV1beta1::NetworkPerformanceConfig::Representation
2069
2111
 
2112
+ property :pod_cidr_overprovision_config, as: 'podCidrOverprovisionConfig', class: Google::Apis::ContainerV1beta1::PodCidrOverprovisionConfig, decorator: Google::Apis::ContainerV1beta1::PodCidrOverprovisionConfig::Representation
2113
+
2070
2114
  property :pod_ipv4_cidr_block, as: 'podIpv4CidrBlock'
2071
2115
  property :pod_range, as: 'podRange'
2072
2116
  end
@@ -2212,6 +2256,13 @@ module Google
2212
2256
  end
2213
2257
  end
2214
2258
 
2259
+ class PodCidrOverprovisionConfig
2260
+ # @private
2261
+ class Representation < Google::Apis::Core::JsonRepresentation
2262
+ property :disable, as: 'disable'
2263
+ end
2264
+ end
2265
+
2215
2266
  class PodSecurityPolicyConfig
2216
2267
  # @private
2217
2268
  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.46.0
4
+ version: 0.48.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-03-19 00:00:00.000000000 Z
11
+ date: 2023-04-30 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.46.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.48.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: []