google-apis-container_v1beta1 0.39.0 → 0.41.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: 35291b4c83e31bbaa5f42e8f03b0d8cd9d29131db03f363ca3fb0351e570e165
4
- data.tar.gz: a8fefb4cbabc5b3befc33ed03efed0b2418dc24fe49b1e8fe07023b3dd7918d8
3
+ metadata.gz: 8064e970f0a800170a7bc54cc96c70bdf34b3d9420d9eca6fefd0b9cd4ebd324
4
+ data.tar.gz: 5c75a6ccdce5b6d023e0ec5de709a72e36edd1be65a6b35d48eb309e9dbf81f3
5
5
  SHA512:
6
- metadata.gz: e2d80cd0f217abb37893517fbdfc8cb4e4c887308f035ae8abb6661f2933827f4fbb43907e9626aa85922ff1c53fb9f2fac93f843500d8b9ddfd8b36a97fd17e
7
- data.tar.gz: 56d62f73b139ecc83d9bf4c3d0503ebdfc04b17587fe4e82976b87690a043fc04f97857dea48752fab8eb531f197adb44abb009f0480e5e305ea1f1a4ef1c807
6
+ metadata.gz: b3add70d59714bcec7b4b7a5e95bb21f8cabdec64fa67406e7601bbf2c7c1b3a6de598069e2f2bb7f22ca0d73a74cae43466200021f0376b72ac2c9acc02e3fb
7
+ data.tar.gz: 155aef9de6e5df86d1be98868277a57ba15c1a0fc8f967e56be8acdeee086bcd840fe28f10df6d3b4025262d6c01cfe103c1b521b16878e0dece48f5c2c92457
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.41.0 (2022-11-18)
4
+
5
+ * Regenerated from discovery document revision 20221031
6
+
7
+ ### v0.40.0 (2022-11-04)
8
+
9
+ * Regenerated from discovery document revision 20221017
10
+
3
11
  ### v0.39.0 (2022-10-19)
4
12
 
5
13
  * Regenerated using generator version 0.11.0
@@ -429,8 +429,8 @@ module Google
429
429
  attr_accessor :enabled
430
430
  alias_method :enabled?, :enabled
431
431
 
432
- # Mode of operation for binauthz policy evaluation. Currently the only options
433
- # are equivalent to enable/disable. If unspecified, defaults to DISABLED.
432
+ # Mode of operation for binauthz policy evaluation. If unspecified, defaults to
433
+ # DISABLED.
434
434
  # Corresponds to the JSON property `evaluationMode`
435
435
  # @return [String]
436
436
  attr_accessor :evaluation_mode
@@ -1302,6 +1302,17 @@ module Google
1302
1302
  # @return [Google::Apis::ContainerV1beta1::DnsConfig]
1303
1303
  attr_accessor :desired_dns_config
1304
1304
 
1305
+ # Enable/Disable private endpoint for the cluster's master.
1306
+ # Corresponds to the JSON property `desiredEnablePrivateEndpoint`
1307
+ # @return [Boolean]
1308
+ attr_accessor :desired_enable_private_endpoint
1309
+ alias_method :desired_enable_private_endpoint?, :desired_enable_private_endpoint
1310
+
1311
+ # GatewayAPIConfig contains the desired config of Gateway API on this cluster.
1312
+ # Corresponds to the JSON property `desiredGatewayApiConfig`
1313
+ # @return [Google::Apis::ContainerV1beta1::GatewayApiConfig]
1314
+ attr_accessor :desired_gateway_api_config
1315
+
1305
1316
  # GcfsConfig contains configurations of Google Container File System.
1306
1317
  # Corresponds to the JSON property `desiredGcfsConfig`
1307
1318
  # @return [Google::Apis::ContainerV1beta1::GcfsConfig]
@@ -1530,6 +1541,8 @@ module Google
1530
1541
  @desired_datapath_provider = args[:desired_datapath_provider] if args.key?(:desired_datapath_provider)
1531
1542
  @desired_default_snat_status = args[:desired_default_snat_status] if args.key?(:desired_default_snat_status)
1532
1543
  @desired_dns_config = args[:desired_dns_config] if args.key?(:desired_dns_config)
1544
+ @desired_enable_private_endpoint = args[:desired_enable_private_endpoint] if args.key?(:desired_enable_private_endpoint)
1545
+ @desired_gateway_api_config = args[:desired_gateway_api_config] if args.key?(:desired_gateway_api_config)
1533
1546
  @desired_gcfs_config = args[:desired_gcfs_config] if args.key?(:desired_gcfs_config)
1534
1547
  @desired_identity_service_config = args[:desired_identity_service_config] if args.key?(:desired_identity_service_config)
1535
1548
  @desired_image_type = args[:desired_image_type] if args.key?(:desired_image_type)
@@ -2018,6 +2031,26 @@ module Google
2018
2031
  end
2019
2032
  end
2020
2033
 
2034
+ # Configuration of Fast Socket feature.
2035
+ class FastSocket
2036
+ include Google::Apis::Core::Hashable
2037
+
2038
+ # Whether Fast Socket features are enabled in the node pool.
2039
+ # Corresponds to the JSON property `enabled`
2040
+ # @return [Boolean]
2041
+ attr_accessor :enabled
2042
+ alias_method :enabled?, :enabled
2043
+
2044
+ def initialize(**args)
2045
+ update!(**args)
2046
+ end
2047
+
2048
+ # Update properties of this object
2049
+ def update!(**args)
2050
+ @enabled = args[:enabled] if args.key?(:enabled)
2051
+ end
2052
+ end
2053
+
2021
2054
  # Allows filtering to one or more specific event types. If event types are
2022
2055
  # present, those and only those event types will be transmitted to the cluster.
2023
2056
  # Other types will be skipped. If no filter is specified, or no event types are
@@ -2066,6 +2099,25 @@ module Google
2066
2099
  end
2067
2100
  end
2068
2101
 
2102
+ # GatewayAPIConfig contains the desired config of Gateway API on this cluster.
2103
+ class GatewayApiConfig
2104
+ include Google::Apis::Core::Hashable
2105
+
2106
+ # The Gateway API release channel to use for Gateway API.
2107
+ # Corresponds to the JSON property `channel`
2108
+ # @return [String]
2109
+ attr_accessor :channel
2110
+
2111
+ def initialize(**args)
2112
+ update!(**args)
2113
+ end
2114
+
2115
+ # Update properties of this object
2116
+ def update!(**args)
2117
+ @channel = args[:channel] if args.key?(:channel)
2118
+ end
2119
+ end
2120
+
2069
2121
  # Configuration for the Compute Engine PD CSI driver.
2070
2122
  class GcePersistentDiskCsiDriverConfig
2071
2123
  include Google::Apis::Core::Hashable
@@ -3148,6 +3200,12 @@ module Google
3148
3200
  attr_accessor :enabled
3149
3201
  alias_method :enabled?, :enabled
3150
3202
 
3203
+ # Whether master is accessbile via Google Compute Engine Public IP addresses.
3204
+ # Corresponds to the JSON property `gcpPublicCidrsAccessEnabled`
3205
+ # @return [Boolean]
3206
+ attr_accessor :gcp_public_cidrs_access_enabled
3207
+ alias_method :gcp_public_cidrs_access_enabled?, :gcp_public_cidrs_access_enabled
3208
+
3151
3209
  def initialize(**args)
3152
3210
  update!(**args)
3153
3211
  end
@@ -3156,6 +3214,7 @@ module Google
3156
3214
  def update!(**args)
3157
3215
  @cidr_blocks = args[:cidr_blocks] if args.key?(:cidr_blocks)
3158
3216
  @enabled = args[:enabled] if args.key?(:enabled)
3217
+ @gcp_public_cidrs_access_enabled = args[:gcp_public_cidrs_access_enabled] if args.key?(:gcp_public_cidrs_access_enabled)
3159
3218
  end
3160
3219
  end
3161
3220
 
@@ -3319,6 +3378,11 @@ module Google
3319
3378
  attr_accessor :enable_l4ilb_subsetting
3320
3379
  alias_method :enable_l4ilb_subsetting?, :enable_l4ilb_subsetting
3321
3380
 
3381
+ # GatewayAPIConfig contains the desired config of Gateway API on this cluster.
3382
+ # Corresponds to the JSON property `gatewayApiConfig`
3383
+ # @return [Google::Apis::ContainerV1beta1::GatewayApiConfig]
3384
+ attr_accessor :gateway_api_config
3385
+
3322
3386
  # Output only. The relative name of the Google Compute Engine network(https://
3323
3387
  # cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
3324
3388
  # cluster is connected. Example: projects/my-project/global/networks/my-network
@@ -3355,6 +3419,7 @@ module Google
3355
3419
  @dns_config = args[:dns_config] if args.key?(:dns_config)
3356
3420
  @enable_intra_node_visibility = args[:enable_intra_node_visibility] if args.key?(:enable_intra_node_visibility)
3357
3421
  @enable_l4ilb_subsetting = args[:enable_l4ilb_subsetting] if args.key?(:enable_l4ilb_subsetting)
3422
+ @gateway_api_config = args[:gateway_api_config] if args.key?(:gateway_api_config)
3358
3423
  @network = args[:network] if args.key?(:network)
3359
3424
  @private_ipv6_google_access = args[:private_ipv6_google_access] if args.key?(:private_ipv6_google_access)
3360
3425
  @service_external_ips_config = args[:service_external_ips_config] if args.key?(:service_external_ips_config)
@@ -3508,6 +3573,11 @@ module Google
3508
3573
  # @return [Google::Apis::ContainerV1beta1::EphemeralStorageConfig]
3509
3574
  attr_accessor :ephemeral_storage_config
3510
3575
 
3576
+ # Configuration of Fast Socket feature.
3577
+ # Corresponds to the JSON property `fastSocket`
3578
+ # @return [Google::Apis::ContainerV1beta1::FastSocket]
3579
+ attr_accessor :fast_socket
3580
+
3511
3581
  # GcfsConfig contains configurations of Google Container File System.
3512
3582
  # Corresponds to the JSON property `gcfsConfig`
3513
3583
  # @return [Google::Apis::ContainerV1beta1::GcfsConfig]
@@ -3628,6 +3698,12 @@ module Google
3628
3698
  # @return [Google::Apis::ContainerV1beta1::ReservationAffinity]
3629
3699
  attr_accessor :reservation_affinity
3630
3700
 
3701
+ # The resource labels for the node pool to use to annotate any related Google
3702
+ # Compute Engine resources.
3703
+ # Corresponds to the JSON property `resourceLabels`
3704
+ # @return [Hash<String,String>]
3705
+ attr_accessor :resource_labels
3706
+
3631
3707
  # SandboxConfig contains configurations of the sandbox to use for the node.
3632
3708
  # Corresponds to the JSON property `sandboxConfig`
3633
3709
  # @return [Google::Apis::ContainerV1beta1::SandboxConfig]
@@ -3686,6 +3762,7 @@ module Google
3686
3762
  @disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
3687
3763
  @disk_type = args[:disk_type] if args.key?(:disk_type)
3688
3764
  @ephemeral_storage_config = args[:ephemeral_storage_config] if args.key?(:ephemeral_storage_config)
3765
+ @fast_socket = args[:fast_socket] if args.key?(:fast_socket)
3689
3766
  @gcfs_config = args[:gcfs_config] if args.key?(:gcfs_config)
3690
3767
  @gvnic = args[:gvnic] if args.key?(:gvnic)
3691
3768
  @image_type = args[:image_type] if args.key?(:image_type)
@@ -3701,6 +3778,7 @@ module Google
3701
3778
  @oauth_scopes = args[:oauth_scopes] if args.key?(:oauth_scopes)
3702
3779
  @preemptible = args[:preemptible] if args.key?(:preemptible)
3703
3780
  @reservation_affinity = args[:reservation_affinity] if args.key?(:reservation_affinity)
3781
+ @resource_labels = args[:resource_labels] if args.key?(:resource_labels)
3704
3782
  @sandbox_config = args[:sandbox_config] if args.key?(:sandbox_config)
3705
3783
  @service_account = args[:service_account] if args.key?(:service_account)
3706
3784
  @shielded_instance_config = args[:shielded_instance_config] if args.key?(:shielded_instance_config)
@@ -3861,6 +3939,14 @@ module Google
3861
3939
  attr_accessor :create_pod_range
3862
3940
  alias_method :create_pod_range?, :create_pod_range
3863
3941
 
3942
+ # Whether nodes have internal IP addresses only. If enable_private_nodes is not
3943
+ # specified, then the value is derived from cluster.privateClusterConfig.
3944
+ # enablePrivateNodes
3945
+ # Corresponds to the JSON property `enablePrivateNodes`
3946
+ # @return [Boolean]
3947
+ attr_accessor :enable_private_nodes
3948
+ alias_method :enable_private_nodes?, :enable_private_nodes
3949
+
3864
3950
  # Configuration of all network bandwidth tiers
3865
3951
  # Corresponds to the JSON property `networkPerformanceConfig`
3866
3952
  # @return [Google::Apis::ContainerV1beta1::NetworkPerformanceConfig]
@@ -3893,6 +3979,7 @@ module Google
3893
3979
  # Update properties of this object
3894
3980
  def update!(**args)
3895
3981
  @create_pod_range = args[:create_pod_range] if args.key?(:create_pod_range)
3982
+ @enable_private_nodes = args[:enable_private_nodes] if args.key?(:enable_private_nodes)
3896
3983
  @network_performance_config = args[:network_performance_config] if args.key?(:network_performance_config)
3897
3984
  @pod_ipv4_cidr_block = args[:pod_ipv4_cidr_block] if args.key?(:pod_ipv4_cidr_block)
3898
3985
  @pod_range = args[:pod_range] if args.key?(:pod_range)
@@ -4509,6 +4596,12 @@ module Google
4509
4596
  # @return [String]
4510
4597
  attr_accessor :private_endpoint
4511
4598
 
4599
+ # Subnet to provision the master's private endpoint during cluster creation.
4600
+ # Specified in projects/*/regions/*/subnetworks/* format.
4601
+ # Corresponds to the JSON property `privateEndpointSubnetwork`
4602
+ # @return [String]
4603
+ attr_accessor :private_endpoint_subnetwork
4604
+
4512
4605
  # Output only. The external IP address of this cluster's master endpoint.
4513
4606
  # Corresponds to the JSON property `publicEndpoint`
4514
4607
  # @return [String]
@@ -4526,6 +4619,7 @@ module Google
4526
4619
  @master_ipv4_cidr_block = args[:master_ipv4_cidr_block] if args.key?(:master_ipv4_cidr_block)
4527
4620
  @peering_name = args[:peering_name] if args.key?(:peering_name)
4528
4621
  @private_endpoint = args[:private_endpoint] if args.key?(:private_endpoint)
4622
+ @private_endpoint_subnetwork = args[:private_endpoint_subnetwork] if args.key?(:private_endpoint_subnetwork)
4529
4623
  @public_endpoint = args[:public_endpoint] if args.key?(:public_endpoint)
4530
4624
  end
4531
4625
  end
@@ -4747,6 +4841,26 @@ module Google
4747
4841
  end
4748
4842
  end
4749
4843
 
4844
+ # Collection of [GCP labels](https://cloud.google.com/resource-manager/docs/
4845
+ # creating-managing-labels).
4846
+ class ResourceLabels
4847
+ include Google::Apis::Core::Hashable
4848
+
4849
+ # Map of node label keys and node label values.
4850
+ # Corresponds to the JSON property `labels`
4851
+ # @return [Hash<String,String>]
4852
+ attr_accessor :labels
4853
+
4854
+ def initialize(**args)
4855
+ update!(**args)
4856
+ end
4857
+
4858
+ # Update properties of this object
4859
+ def update!(**args)
4860
+ @labels = args[:labels] if args.key?(:labels)
4861
+ end
4862
+ end
4863
+
4750
4864
  # Contains information about amount of some resource in the cluster. For memory,
4751
4865
  # value should be in GB.
4752
4866
  class ResourceLimit
@@ -5769,7 +5883,7 @@ module Google
5769
5883
  # @return [Fixnum]
5770
5884
  attr_accessor :batch_node_count
5771
5885
 
5772
- # Percentage of the bool pool nodes to drain in a batch. The range of this field
5886
+ # Percentage of the blue pool nodes to drain in a batch. The range of this field
5773
5887
  # should be (0.0, 1.0].
5774
5888
  # Corresponds to the JSON property `batchPercentage`
5775
5889
  # @return [Float]
@@ -6121,6 +6235,11 @@ module Google
6121
6235
  # @return [Google::Apis::ContainerV1beta1::ConfidentialNodes]
6122
6236
  attr_accessor :confidential_nodes
6123
6237
 
6238
+ # Configuration of Fast Socket feature.
6239
+ # Corresponds to the JSON property `fastSocket`
6240
+ # @return [Google::Apis::ContainerV1beta1::FastSocket]
6241
+ attr_accessor :fast_socket
6242
+
6124
6243
  # GcfsConfig contains configurations of Google Container File System.
6125
6244
  # Corresponds to the JSON property `gcfsConfig`
6126
6245
  # @return [Google::Apis::ContainerV1beta1::GcfsConfig]
@@ -6201,6 +6320,12 @@ module Google
6201
6320
  # @return [String]
6202
6321
  attr_accessor :project_id
6203
6322
 
6323
+ # Collection of [GCP labels](https://cloud.google.com/resource-manager/docs/
6324
+ # creating-managing-labels).
6325
+ # Corresponds to the JSON property `resourceLabels`
6326
+ # @return [Google::Apis::ContainerV1beta1::ResourceLabels]
6327
+ attr_accessor :resource_labels
6328
+
6204
6329
  # Collection of Compute Engine network tags that can be applied to a node's
6205
6330
  # underlying VM instance. (See `tags` field in [`NodeConfig`](/kubernetes-engine/
6206
6331
  # docs/reference/rest/v1/NodeConfig)).
@@ -6256,6 +6381,7 @@ module Google
6256
6381
  def update!(**args)
6257
6382
  @cluster_id = args[:cluster_id] if args.key?(:cluster_id)
6258
6383
  @confidential_nodes = args[:confidential_nodes] if args.key?(:confidential_nodes)
6384
+ @fast_socket = args[:fast_socket] if args.key?(:fast_socket)
6259
6385
  @gcfs_config = args[:gcfs_config] if args.key?(:gcfs_config)
6260
6386
  @gvnic = args[:gvnic] if args.key?(:gvnic)
6261
6387
  @image_type = args[:image_type] if args.key?(:image_type)
@@ -6269,6 +6395,7 @@ module Google
6269
6395
  @node_pool_id = args[:node_pool_id] if args.key?(:node_pool_id)
6270
6396
  @node_version = args[:node_version] if args.key?(:node_version)
6271
6397
  @project_id = args[:project_id] if args.key?(:project_id)
6398
+ @resource_labels = args[:resource_labels] if args.key?(:resource_labels)
6272
6399
  @tags = args[:tags] if args.key?(:tags)
6273
6400
  @taints = args[:taints] if args.key?(:taints)
6274
6401
  @upgrade_settings = args[:upgrade_settings] if args.key?(:upgrade_settings)
@@ -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.39.0"
19
+ GEM_VERSION = "0.41.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220923"
25
+ REVISION = "20221031"
26
26
  end
27
27
  end
28
28
  end
@@ -238,6 +238,12 @@ module Google
238
238
  include Google::Apis::Core::JsonObjectSupport
239
239
  end
240
240
 
241
+ class FastSocket
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
241
247
  class Filter
242
248
  class Representation < Google::Apis::Core::JsonRepresentation; end
243
249
 
@@ -250,6 +256,12 @@ module Google
250
256
  include Google::Apis::Core::JsonObjectSupport
251
257
  end
252
258
 
259
+ class GatewayApiConfig
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
253
265
  class GcePersistentDiskCsiDriverConfig
254
266
  class Representation < Google::Apis::Core::JsonRepresentation; end
255
267
 
@@ -676,6 +688,12 @@ module Google
676
688
  include Google::Apis::Core::JsonObjectSupport
677
689
  end
678
690
 
691
+ class ResourceLabels
692
+ class Representation < Google::Apis::Core::JsonRepresentation; end
693
+
694
+ include Google::Apis::Core::JsonObjectSupport
695
+ end
696
+
679
697
  class ResourceLimit
680
698
  class Representation < Google::Apis::Core::JsonRepresentation; end
681
699
 
@@ -1271,6 +1289,9 @@ module Google
1271
1289
 
1272
1290
  property :desired_dns_config, as: 'desiredDnsConfig', class: Google::Apis::ContainerV1beta1::DnsConfig, decorator: Google::Apis::ContainerV1beta1::DnsConfig::Representation
1273
1291
 
1292
+ property :desired_enable_private_endpoint, as: 'desiredEnablePrivateEndpoint'
1293
+ property :desired_gateway_api_config, as: 'desiredGatewayApiConfig', class: Google::Apis::ContainerV1beta1::GatewayApiConfig, decorator: Google::Apis::ContainerV1beta1::GatewayApiConfig::Representation
1294
+
1274
1295
  property :desired_gcfs_config, as: 'desiredGcfsConfig', class: Google::Apis::ContainerV1beta1::GcfsConfig, decorator: Google::Apis::ContainerV1beta1::GcfsConfig::Representation
1275
1296
 
1276
1297
  property :desired_identity_service_config, as: 'desiredIdentityServiceConfig', class: Google::Apis::ContainerV1beta1::IdentityServiceConfig, decorator: Google::Apis::ContainerV1beta1::IdentityServiceConfig::Representation
@@ -1460,6 +1481,13 @@ module Google
1460
1481
  end
1461
1482
  end
1462
1483
 
1484
+ class FastSocket
1485
+ # @private
1486
+ class Representation < Google::Apis::Core::JsonRepresentation
1487
+ property :enabled, as: 'enabled'
1488
+ end
1489
+ end
1490
+
1463
1491
  class Filter
1464
1492
  # @private
1465
1493
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1475,6 +1503,13 @@ module Google
1475
1503
  end
1476
1504
  end
1477
1505
 
1506
+ class GatewayApiConfig
1507
+ # @private
1508
+ class Representation < Google::Apis::Core::JsonRepresentation
1509
+ property :channel, as: 'channel'
1510
+ end
1511
+ end
1512
+
1478
1513
  class GcePersistentDiskCsiDriverConfig
1479
1514
  # @private
1480
1515
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1783,6 +1818,7 @@ module Google
1783
1818
  collection :cidr_blocks, as: 'cidrBlocks', class: Google::Apis::ContainerV1beta1::CidrBlock, decorator: Google::Apis::ContainerV1beta1::CidrBlock::Representation
1784
1819
 
1785
1820
  property :enabled, as: 'enabled'
1821
+ property :gcp_public_cidrs_access_enabled, as: 'gcpPublicCidrsAccessEnabled'
1786
1822
  end
1787
1823
  end
1788
1824
 
@@ -1837,6 +1873,8 @@ module Google
1837
1873
 
1838
1874
  property :enable_intra_node_visibility, as: 'enableIntraNodeVisibility'
1839
1875
  property :enable_l4ilb_subsetting, as: 'enableL4ilbSubsetting'
1876
+ property :gateway_api_config, as: 'gatewayApiConfig', class: Google::Apis::ContainerV1beta1::GatewayApiConfig, decorator: Google::Apis::ContainerV1beta1::GatewayApiConfig::Representation
1877
+
1840
1878
  property :network, as: 'network'
1841
1879
  property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
1842
1880
  property :service_external_ips_config, as: 'serviceExternalIpsConfig', class: Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig, decorator: Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig::Representation
@@ -1889,6 +1927,8 @@ module Google
1889
1927
  property :disk_type, as: 'diskType'
1890
1928
  property :ephemeral_storage_config, as: 'ephemeralStorageConfig', class: Google::Apis::ContainerV1beta1::EphemeralStorageConfig, decorator: Google::Apis::ContainerV1beta1::EphemeralStorageConfig::Representation
1891
1929
 
1930
+ property :fast_socket, as: 'fastSocket', class: Google::Apis::ContainerV1beta1::FastSocket, decorator: Google::Apis::ContainerV1beta1::FastSocket::Representation
1931
+
1892
1932
  property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1beta1::GcfsConfig, decorator: Google::Apis::ContainerV1beta1::GcfsConfig::Representation
1893
1933
 
1894
1934
  property :gvnic, as: 'gvnic', class: Google::Apis::ContainerV1beta1::VirtualNic, decorator: Google::Apis::ContainerV1beta1::VirtualNic::Representation
@@ -1910,6 +1950,7 @@ module Google
1910
1950
  property :preemptible, as: 'preemptible'
1911
1951
  property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ContainerV1beta1::ReservationAffinity, decorator: Google::Apis::ContainerV1beta1::ReservationAffinity::Representation
1912
1952
 
1953
+ hash :resource_labels, as: 'resourceLabels'
1913
1954
  property :sandbox_config, as: 'sandboxConfig', class: Google::Apis::ContainerV1beta1::SandboxConfig, decorator: Google::Apis::ContainerV1beta1::SandboxConfig::Representation
1914
1955
 
1915
1956
  property :service_account, as: 'serviceAccount'
@@ -1965,6 +2006,7 @@ module Google
1965
2006
  # @private
1966
2007
  class Representation < Google::Apis::Core::JsonRepresentation
1967
2008
  property :create_pod_range, as: 'createPodRange'
2009
+ property :enable_private_nodes, as: 'enablePrivateNodes'
1968
2010
  property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ContainerV1beta1::NetworkPerformanceConfig, decorator: Google::Apis::ContainerV1beta1::NetworkPerformanceConfig::Representation
1969
2011
 
1970
2012
  property :pod_ipv4_cidr_block, as: 'podIpv4CidrBlock'
@@ -2128,6 +2170,7 @@ module Google
2128
2170
  property :master_ipv4_cidr_block, as: 'masterIpv4CidrBlock'
2129
2171
  property :peering_name, as: 'peeringName'
2130
2172
  property :private_endpoint, as: 'privateEndpoint'
2173
+ property :private_endpoint_subnetwork, as: 'privateEndpointSubnetwork'
2131
2174
  property :public_endpoint, as: 'publicEndpoint'
2132
2175
  end
2133
2176
  end
@@ -2194,6 +2237,13 @@ module Google
2194
2237
  end
2195
2238
  end
2196
2239
 
2240
+ class ResourceLabels
2241
+ # @private
2242
+ class Representation < Google::Apis::Core::JsonRepresentation
2243
+ hash :labels, as: 'labels'
2244
+ end
2245
+ end
2246
+
2197
2247
  class ResourceLimit
2198
2248
  # @private
2199
2249
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2524,6 +2574,8 @@ module Google
2524
2574
  property :cluster_id, as: 'clusterId'
2525
2575
  property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1beta1::ConfidentialNodes, decorator: Google::Apis::ContainerV1beta1::ConfidentialNodes::Representation
2526
2576
 
2577
+ property :fast_socket, as: 'fastSocket', class: Google::Apis::ContainerV1beta1::FastSocket, decorator: Google::Apis::ContainerV1beta1::FastSocket::Representation
2578
+
2527
2579
  property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1beta1::GcfsConfig, decorator: Google::Apis::ContainerV1beta1::GcfsConfig::Representation
2528
2580
 
2529
2581
  property :gvnic, as: 'gvnic', class: Google::Apis::ContainerV1beta1::VirtualNic, decorator: Google::Apis::ContainerV1beta1::VirtualNic::Representation
@@ -2544,6 +2596,8 @@ module Google
2544
2596
  property :node_pool_id, as: 'nodePoolId'
2545
2597
  property :node_version, as: 'nodeVersion'
2546
2598
  property :project_id, as: 'projectId'
2599
+ property :resource_labels, as: 'resourceLabels', class: Google::Apis::ContainerV1beta1::ResourceLabels, decorator: Google::Apis::ContainerV1beta1::ResourceLabels::Representation
2600
+
2547
2601
  property :tags, as: 'tags', class: Google::Apis::ContainerV1beta1::NetworkTags, decorator: Google::Apis::ContainerV1beta1::NetworkTags::Representation
2548
2602
 
2549
2603
  property :taints, as: 'taints', class: Google::Apis::ContainerV1beta1::NodeTaints, decorator: Google::Apis::ContainerV1beta1::NodeTaints::Representation
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.39.0
4
+ version: 0.41.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: 2022-10-21 00:00:00.000000000 Z
11
+ date: 2022-12-12 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.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.41.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: []