google-apis-container_v1beta1 0.41.0 → 0.43.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: 8064e970f0a800170a7bc54cc96c70bdf34b3d9420d9eca6fefd0b9cd4ebd324
4
- data.tar.gz: 5c75a6ccdce5b6d023e0ec5de709a72e36edd1be65a6b35d48eb309e9dbf81f3
3
+ metadata.gz: 86c690cc312b5f00e75bc9236adda19c1b5f8257f989dc263920fd6ccaaba522
4
+ data.tar.gz: 8c95ee21cedf4ba26dd5b04b1022be1bf9f039c7279bb269eee210539acf6758
5
5
  SHA512:
6
- metadata.gz: b3add70d59714bcec7b4b7a5e95bb21f8cabdec64fa67406e7601bbf2c7c1b3a6de598069e2f2bb7f22ca0d73a74cae43466200021f0376b72ac2c9acc02e3fb
7
- data.tar.gz: 155aef9de6e5df86d1be98868277a57ba15c1a0fc8f967e56be8acdeee086bcd840fe28f10df6d3b4025262d6c01cfe103c1b521b16878e0dece48f5c2c92457
6
+ metadata.gz: df12846e0a773799b6848d620882cf51957ff2d791d655b9f8b582212fc2116fb243281d8103c3673c4798e835223a1aba243dc03d0a3ff9ea89dec62c7b7a84
7
+ data.tar.gz: 984ecb76f4eb283465b26a4c6e4e314ab06fe966eeda2e87dbdbd5e741a8378f73f98bd5c2b7263b9a7aa718f220a4f5c2ab610377a92f9b6e6c2b4e467ac9ba
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.43.0 (2023-01-08)
4
+
5
+ * Regenerated from discovery document revision 20230104
6
+ * Regenerated using generator version 0.11.1
7
+
8
+ ### v0.42.0 (2022-12-12)
9
+
10
+ * Regenerated from discovery document revision 20221110
11
+
3
12
  ### v0.41.0 (2022-11-18)
4
13
 
5
14
  * Regenerated from discovery document revision 20221031
@@ -759,6 +759,13 @@ module Google
759
759
  # @return [String]
760
760
  attr_accessor :endpoint
761
761
 
762
+ # This checksum is computed by the server based on the value of cluster fields,
763
+ # and may be sent on update requests to ensure the client has an up-to-date
764
+ # value before proceeding.
765
+ # Corresponds to the JSON property `etag`
766
+ # @return [String]
767
+ attr_accessor :etag
768
+
762
769
  # [Output only] The time the cluster will be automatically deleted in [RFC3339](
763
770
  # https://www.ietf.org/rfc/rfc3339.txt) text format.
764
771
  # Corresponds to the JSON property `expireTime`
@@ -1121,6 +1128,7 @@ module Google
1121
1128
  @enable_kubernetes_alpha = args[:enable_kubernetes_alpha] if args.key?(:enable_kubernetes_alpha)
1122
1129
  @enable_tpu = args[:enable_tpu] if args.key?(:enable_tpu)
1123
1130
  @endpoint = args[:endpoint] if args.key?(:endpoint)
1131
+ @etag = args[:etag] if args.key?(:etag)
1124
1132
  @expire_time = args[:expire_time] if args.key?(:expire_time)
1125
1133
  @id = args[:id] if args.key?(:id)
1126
1134
  @identity_service_config = args[:identity_service_config] if args.key?(:identity_service_config)
@@ -1498,6 +1506,13 @@ module Google
1498
1506
  # @return [Google::Apis::ContainerV1beta1::ShieldedNodes]
1499
1507
  attr_accessor :desired_shielded_nodes
1500
1508
 
1509
+ # The desired stack type of the cluster. If a stack type is provided and does
1510
+ # not match the current stack type of the cluster, update will attempt to change
1511
+ # the stack type to the new type.
1512
+ # Corresponds to the JSON property `desiredStackType`
1513
+ # @return [String]
1514
+ attr_accessor :desired_stack_type
1515
+
1501
1516
  # Configuration for Cloud TPU.
1502
1517
  # Corresponds to the JSON property `desiredTpuConfig`
1503
1518
  # @return [Google::Apis::ContainerV1beta1::TpuConfig]
@@ -1525,6 +1540,13 @@ module Google
1525
1540
  # @return [Google::Apis::ContainerV1beta1::WorkloadIdentityConfig]
1526
1541
  attr_accessor :desired_workload_identity_config
1527
1542
 
1543
+ # The current etag of the cluster. If an etag is provided and does not match the
1544
+ # current etag of the cluster, update will be blocked and an ABORTED error will
1545
+ # be returned.
1546
+ # Corresponds to the JSON property `etag`
1547
+ # @return [String]
1548
+ attr_accessor :etag
1549
+
1528
1550
  def initialize(**args)
1529
1551
  update!(**args)
1530
1552
  end
@@ -1571,11 +1593,13 @@ module Google
1571
1593
  @desired_resource_usage_export_config = args[:desired_resource_usage_export_config] if args.key?(:desired_resource_usage_export_config)
1572
1594
  @desired_service_external_ips_config = args[:desired_service_external_ips_config] if args.key?(:desired_service_external_ips_config)
1573
1595
  @desired_shielded_nodes = args[:desired_shielded_nodes] if args.key?(:desired_shielded_nodes)
1596
+ @desired_stack_type = args[:desired_stack_type] if args.key?(:desired_stack_type)
1574
1597
  @desired_tpu_config = args[:desired_tpu_config] if args.key?(:desired_tpu_config)
1575
1598
  @desired_vertical_pod_autoscaling = args[:desired_vertical_pod_autoscaling] if args.key?(:desired_vertical_pod_autoscaling)
1576
1599
  @desired_workload_alts_config = args[:desired_workload_alts_config] if args.key?(:desired_workload_alts_config)
1577
1600
  @desired_workload_certificates = args[:desired_workload_certificates] if args.key?(:desired_workload_certificates)
1578
1601
  @desired_workload_identity_config = args[:desired_workload_identity_config] if args.key?(:desired_workload_identity_config)
1602
+ @etag = args[:etag] if args.key?(:etag)
1579
1603
  end
1580
1604
  end
1581
1605
 
@@ -2031,6 +2055,30 @@ module Google
2031
2055
  end
2032
2056
  end
2033
2057
 
2058
+ # EphemeralStorageLocalSsdConfig contains configuration for the node ephemeral
2059
+ # storage using Local SSDs.
2060
+ class EphemeralStorageLocalSsdConfig
2061
+ include Google::Apis::Core::Hashable
2062
+
2063
+ # Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces.
2064
+ # Each local SSD is 375 GB in size. If zero, it means to disable using local
2065
+ # SSDs as ephemeral storage. The limit for this value is dependent upon the
2066
+ # maximum number of disks available on a machine per zone. See: https://cloud.
2067
+ # google.com/compute/docs/disks/local-ssd for more information.
2068
+ # Corresponds to the JSON property `localSsdCount`
2069
+ # @return [Fixnum]
2070
+ attr_accessor :local_ssd_count
2071
+
2072
+ def initialize(**args)
2073
+ update!(**args)
2074
+ end
2075
+
2076
+ # Update properties of this object
2077
+ def update!(**args)
2078
+ @local_ssd_count = args[:local_ssd_count] if args.key?(:local_ssd_count)
2079
+ end
2080
+ end
2081
+
2034
2082
  # Configuration of Fast Socket feature.
2035
2083
  class FastSocket
2036
2084
  include Google::Apis::Core::Hashable
@@ -2912,6 +2960,30 @@ module Google
2912
2960
  end
2913
2961
  end
2914
2962
 
2963
+ # LocalNvmeSsdBlockConfig contains configuration for using raw-block local NVMe
2964
+ # SSDs
2965
+ class LocalNvmeSsdBlockConfig
2966
+ include Google::Apis::Core::Hashable
2967
+
2968
+ # The number of raw-block local NVMe SSD disks to be attached to the node. Each
2969
+ # local SSD is 375 GB in size. If zero, it means no raw-block local NVMe SSD
2970
+ # disks to be attached to the node. The limit for this value is dependent upon
2971
+ # the maximum number of disks available on a machine per zone. See: https://
2972
+ # cloud.google.com/compute/docs/disks/local-ssd for more information.
2973
+ # Corresponds to the JSON property `localSsdCount`
2974
+ # @return [Fixnum]
2975
+ attr_accessor :local_ssd_count
2976
+
2977
+ def initialize(**args)
2978
+ update!(**args)
2979
+ end
2980
+
2981
+ # Update properties of this object
2982
+ def update!(**args)
2983
+ @local_ssd_count = args[:local_ssd_count] if args.key?(:local_ssd_count)
2984
+ end
2985
+ end
2986
+
2915
2987
  # Location returns the location name, and if the location is recommended for GKE
2916
2988
  # cluster scheduling.
2917
2989
  class Location
@@ -3573,6 +3645,12 @@ module Google
3573
3645
  # @return [Google::Apis::ContainerV1beta1::EphemeralStorageConfig]
3574
3646
  attr_accessor :ephemeral_storage_config
3575
3647
 
3648
+ # EphemeralStorageLocalSsdConfig contains configuration for the node ephemeral
3649
+ # storage using Local SSDs.
3650
+ # Corresponds to the JSON property `ephemeralStorageLocalSsdConfig`
3651
+ # @return [Google::Apis::ContainerV1beta1::EphemeralStorageLocalSsdConfig]
3652
+ attr_accessor :ephemeral_storage_local_ssd_config
3653
+
3576
3654
  # Configuration of Fast Socket feature.
3577
3655
  # Corresponds to the JSON property `fastSocket`
3578
3656
  # @return [Google::Apis::ContainerV1beta1::FastSocket]
@@ -3615,6 +3693,12 @@ module Google
3615
3693
  # @return [Google::Apis::ContainerV1beta1::LinuxNodeConfig]
3616
3694
  attr_accessor :linux_node_config
3617
3695
 
3696
+ # LocalNvmeSsdBlockConfig contains configuration for using raw-block local NVMe
3697
+ # SSDs
3698
+ # Corresponds to the JSON property `localNvmeSsdBlockConfig`
3699
+ # @return [Google::Apis::ContainerV1beta1::LocalNvmeSsdBlockConfig]
3700
+ attr_accessor :local_nvme_ssd_block_config
3701
+
3618
3702
  # The number of local SSD disks to be attached to the node. The limit for this
3619
3703
  # value is dependent upon the maximum number of disks available on a machine per
3620
3704
  # zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more
@@ -3743,6 +3827,13 @@ module Google
3743
3827
  # @return [Array<Google::Apis::ContainerV1beta1::NodeTaint>]
3744
3828
  attr_accessor :taints
3745
3829
 
3830
+ # Parameters that can be configured on Windows nodes. Windows Node Config that
3831
+ # define the parameters that will be used to configure the Windows node pool
3832
+ # settings
3833
+ # Corresponds to the JSON property `windowsNodeConfig`
3834
+ # @return [Google::Apis::ContainerV1beta1::WindowsNodeConfig]
3835
+ attr_accessor :windows_node_config
3836
+
3746
3837
  # WorkloadMetadataConfig defines the metadata configuration to expose to
3747
3838
  # workloads on the node pool.
3748
3839
  # Corresponds to the JSON property `workloadMetadataConfig`
@@ -3762,6 +3853,7 @@ module Google
3762
3853
  @disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
3763
3854
  @disk_type = args[:disk_type] if args.key?(:disk_type)
3764
3855
  @ephemeral_storage_config = args[:ephemeral_storage_config] if args.key?(:ephemeral_storage_config)
3856
+ @ephemeral_storage_local_ssd_config = args[:ephemeral_storage_local_ssd_config] if args.key?(:ephemeral_storage_local_ssd_config)
3765
3857
  @fast_socket = args[:fast_socket] if args.key?(:fast_socket)
3766
3858
  @gcfs_config = args[:gcfs_config] if args.key?(:gcfs_config)
3767
3859
  @gvnic = args[:gvnic] if args.key?(:gvnic)
@@ -3769,6 +3861,7 @@ module Google
3769
3861
  @kubelet_config = args[:kubelet_config] if args.key?(:kubelet_config)
3770
3862
  @labels = args[:labels] if args.key?(:labels)
3771
3863
  @linux_node_config = args[:linux_node_config] if args.key?(:linux_node_config)
3864
+ @local_nvme_ssd_block_config = args[:local_nvme_ssd_block_config] if args.key?(:local_nvme_ssd_block_config)
3772
3865
  @local_ssd_count = args[:local_ssd_count] if args.key?(:local_ssd_count)
3773
3866
  @logging_config = args[:logging_config] if args.key?(:logging_config)
3774
3867
  @machine_type = args[:machine_type] if args.key?(:machine_type)
@@ -3785,6 +3878,7 @@ module Google
3785
3878
  @spot = args[:spot] if args.key?(:spot)
3786
3879
  @tags = args[:tags] if args.key?(:tags)
3787
3880
  @taints = args[:taints] if args.key?(:taints)
3881
+ @windows_node_config = args[:windows_node_config] if args.key?(:windows_node_config)
3788
3882
  @workload_metadata_config = args[:workload_metadata_config] if args.key?(:workload_metadata_config)
3789
3883
  end
3790
3884
  end
@@ -4026,6 +4120,13 @@ module Google
4026
4120
  # @return [Google::Apis::ContainerV1beta1::NodeConfig]
4027
4121
  attr_accessor :config
4028
4122
 
4123
+ # This checksum is computed by the server based on the value of node pool fields,
4124
+ # and may be sent on update requests to ensure the client has an up-to-date
4125
+ # value before proceeding.
4126
+ # Corresponds to the JSON property `etag`
4127
+ # @return [String]
4128
+ attr_accessor :etag
4129
+
4029
4130
  # The initial node count for the pool. You must ensure that your Compute Engine [
4030
4131
  # resource quota](https://cloud.google.com/compute/quotas) is sufficient for
4031
4132
  # this number of instances. You must also have available firewall and routes
@@ -4140,6 +4241,7 @@ module Google
4140
4241
  @autoscaling = args[:autoscaling] if args.key?(:autoscaling)
4141
4242
  @conditions = args[:conditions] if args.key?(:conditions)
4142
4243
  @config = args[:config] if args.key?(:config)
4244
+ @etag = args[:etag] if args.key?(:etag)
4143
4245
  @initial_node_count = args[:initial_node_count] if args.key?(:initial_node_count)
4144
4246
  @instance_group_urls = args[:instance_group_urls] if args.key?(:instance_group_urls)
4145
4247
  @locations = args[:locations] if args.key?(:locations)
@@ -6235,6 +6337,13 @@ module Google
6235
6337
  # @return [Google::Apis::ContainerV1beta1::ConfidentialNodes]
6236
6338
  attr_accessor :confidential_nodes
6237
6339
 
6340
+ # The current etag of the node pool. If an etag is provided and does not match
6341
+ # the current etag of the node pool, update will be blocked and an ABORTED error
6342
+ # will be returned.
6343
+ # Corresponds to the JSON property `etag`
6344
+ # @return [String]
6345
+ attr_accessor :etag
6346
+
6238
6347
  # Configuration of Fast Socket feature.
6239
6348
  # Corresponds to the JSON property `fastSocket`
6240
6349
  # @return [Google::Apis::ContainerV1beta1::FastSocket]
@@ -6360,6 +6469,13 @@ module Google
6360
6469
  # @return [Google::Apis::ContainerV1beta1::UpgradeSettings]
6361
6470
  attr_accessor :upgrade_settings
6362
6471
 
6472
+ # Parameters that can be configured on Windows nodes. Windows Node Config that
6473
+ # define the parameters that will be used to configure the Windows node pool
6474
+ # settings
6475
+ # Corresponds to the JSON property `windowsNodeConfig`
6476
+ # @return [Google::Apis::ContainerV1beta1::WindowsNodeConfig]
6477
+ attr_accessor :windows_node_config
6478
+
6363
6479
  # WorkloadMetadataConfig defines the metadata configuration to expose to
6364
6480
  # workloads on the node pool.
6365
6481
  # Corresponds to the JSON property `workloadMetadataConfig`
@@ -6381,6 +6497,7 @@ module Google
6381
6497
  def update!(**args)
6382
6498
  @cluster_id = args[:cluster_id] if args.key?(:cluster_id)
6383
6499
  @confidential_nodes = args[:confidential_nodes] if args.key?(:confidential_nodes)
6500
+ @etag = args[:etag] if args.key?(:etag)
6384
6501
  @fast_socket = args[:fast_socket] if args.key?(:fast_socket)
6385
6502
  @gcfs_config = args[:gcfs_config] if args.key?(:gcfs_config)
6386
6503
  @gvnic = args[:gvnic] if args.key?(:gvnic)
@@ -6399,6 +6516,7 @@ module Google
6399
6516
  @tags = args[:tags] if args.key?(:tags)
6400
6517
  @taints = args[:taints] if args.key?(:taints)
6401
6518
  @upgrade_settings = args[:upgrade_settings] if args.key?(:upgrade_settings)
6519
+ @windows_node_config = args[:windows_node_config] if args.key?(:windows_node_config)
6402
6520
  @workload_metadata_config = args[:workload_metadata_config] if args.key?(:workload_metadata_config)
6403
6521
  @zone = args[:zone] if args.key?(:zone)
6404
6522
  end
@@ -6680,6 +6798,27 @@ module Google
6680
6798
  end
6681
6799
  end
6682
6800
 
6801
+ # Parameters that can be configured on Windows nodes. Windows Node Config that
6802
+ # define the parameters that will be used to configure the Windows node pool
6803
+ # settings
6804
+ class WindowsNodeConfig
6805
+ include Google::Apis::Core::Hashable
6806
+
6807
+ # OSVersion specifies the Windows node config to be used on the node
6808
+ # Corresponds to the JSON property `osVersion`
6809
+ # @return [String]
6810
+ attr_accessor :os_version
6811
+
6812
+ def initialize(**args)
6813
+ update!(**args)
6814
+ end
6815
+
6816
+ # Update properties of this object
6817
+ def update!(**args)
6818
+ @os_version = args[:os_version] if args.key?(:os_version)
6819
+ end
6820
+ end
6821
+
6683
6822
  # Windows server version.
6684
6823
  class WindowsVersion
6685
6824
  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.41.0"
19
+ GEM_VERSION = "0.43.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221031"
25
+ REVISION = "20230104"
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 EphemeralStorageLocalSsdConfig
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
241
247
  class FastSocket
242
248
  class Representation < Google::Apis::Core::JsonRepresentation; end
243
249
 
@@ -406,6 +412,12 @@ module Google
406
412
  include Google::Apis::Core::JsonObjectSupport
407
413
  end
408
414
 
415
+ class LocalNvmeSsdBlockConfig
416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
417
+
418
+ include Google::Apis::Core::JsonObjectSupport
419
+ end
420
+
409
421
  class Location
410
422
  class Representation < Google::Apis::Core::JsonRepresentation; end
411
423
 
@@ -922,6 +934,12 @@ module Google
922
934
  include Google::Apis::Core::JsonObjectSupport
923
935
  end
924
936
 
937
+ class WindowsNodeConfig
938
+ class Representation < Google::Apis::Core::JsonRepresentation; end
939
+
940
+ include Google::Apis::Core::JsonObjectSupport
941
+ end
942
+
925
943
  class WindowsVersion
926
944
  class Representation < Google::Apis::Core::JsonRepresentation; end
927
945
 
@@ -1165,6 +1183,7 @@ module Google
1165
1183
  property :enable_kubernetes_alpha, as: 'enableKubernetesAlpha'
1166
1184
  property :enable_tpu, as: 'enableTpu'
1167
1185
  property :endpoint, as: 'endpoint'
1186
+ property :etag, as: 'etag'
1168
1187
  property :expire_time, as: 'expireTime'
1169
1188
  property :id, as: 'id'
1170
1189
  property :identity_service_config, as: 'identityServiceConfig', class: Google::Apis::ContainerV1beta1::IdentityServiceConfig, decorator: Google::Apis::ContainerV1beta1::IdentityServiceConfig::Representation
@@ -1340,6 +1359,7 @@ module Google
1340
1359
 
1341
1360
  property :desired_shielded_nodes, as: 'desiredShieldedNodes', class: Google::Apis::ContainerV1beta1::ShieldedNodes, decorator: Google::Apis::ContainerV1beta1::ShieldedNodes::Representation
1342
1361
 
1362
+ property :desired_stack_type, as: 'desiredStackType'
1343
1363
  property :desired_tpu_config, as: 'desiredTpuConfig', class: Google::Apis::ContainerV1beta1::TpuConfig, decorator: Google::Apis::ContainerV1beta1::TpuConfig::Representation
1344
1364
 
1345
1365
  property :desired_vertical_pod_autoscaling, as: 'desiredVerticalPodAutoscaling', class: Google::Apis::ContainerV1beta1::VerticalPodAutoscaling, decorator: Google::Apis::ContainerV1beta1::VerticalPodAutoscaling::Representation
@@ -1350,6 +1370,7 @@ module Google
1350
1370
 
1351
1371
  property :desired_workload_identity_config, as: 'desiredWorkloadIdentityConfig', class: Google::Apis::ContainerV1beta1::WorkloadIdentityConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadIdentityConfig::Representation
1352
1372
 
1373
+ property :etag, as: 'etag'
1353
1374
  end
1354
1375
  end
1355
1376
 
@@ -1481,6 +1502,13 @@ module Google
1481
1502
  end
1482
1503
  end
1483
1504
 
1505
+ class EphemeralStorageLocalSsdConfig
1506
+ # @private
1507
+ class Representation < Google::Apis::Core::JsonRepresentation
1508
+ property :local_ssd_count, as: 'localSsdCount'
1509
+ end
1510
+ end
1511
+
1484
1512
  class FastSocket
1485
1513
  # @private
1486
1514
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1727,6 +1755,13 @@ module Google
1727
1755
  end
1728
1756
  end
1729
1757
 
1758
+ class LocalNvmeSsdBlockConfig
1759
+ # @private
1760
+ class Representation < Google::Apis::Core::JsonRepresentation
1761
+ property :local_ssd_count, as: 'localSsdCount'
1762
+ end
1763
+ end
1764
+
1730
1765
  class Location
1731
1766
  # @private
1732
1767
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1927,6 +1962,8 @@ module Google
1927
1962
  property :disk_type, as: 'diskType'
1928
1963
  property :ephemeral_storage_config, as: 'ephemeralStorageConfig', class: Google::Apis::ContainerV1beta1::EphemeralStorageConfig, decorator: Google::Apis::ContainerV1beta1::EphemeralStorageConfig::Representation
1929
1964
 
1965
+ property :ephemeral_storage_local_ssd_config, as: 'ephemeralStorageLocalSsdConfig', class: Google::Apis::ContainerV1beta1::EphemeralStorageLocalSsdConfig, decorator: Google::Apis::ContainerV1beta1::EphemeralStorageLocalSsdConfig::Representation
1966
+
1930
1967
  property :fast_socket, as: 'fastSocket', class: Google::Apis::ContainerV1beta1::FastSocket, decorator: Google::Apis::ContainerV1beta1::FastSocket::Representation
1931
1968
 
1932
1969
  property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1beta1::GcfsConfig, decorator: Google::Apis::ContainerV1beta1::GcfsConfig::Representation
@@ -1939,6 +1976,8 @@ module Google
1939
1976
  hash :labels, as: 'labels'
1940
1977
  property :linux_node_config, as: 'linuxNodeConfig', class: Google::Apis::ContainerV1beta1::LinuxNodeConfig, decorator: Google::Apis::ContainerV1beta1::LinuxNodeConfig::Representation
1941
1978
 
1979
+ property :local_nvme_ssd_block_config, as: 'localNvmeSsdBlockConfig', class: Google::Apis::ContainerV1beta1::LocalNvmeSsdBlockConfig, decorator: Google::Apis::ContainerV1beta1::LocalNvmeSsdBlockConfig::Representation
1980
+
1942
1981
  property :local_ssd_count, as: 'localSsdCount'
1943
1982
  property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig, decorator: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig::Representation
1944
1983
 
@@ -1960,6 +1999,8 @@ module Google
1960
1999
  collection :tags, as: 'tags'
1961
2000
  collection :taints, as: 'taints', class: Google::Apis::ContainerV1beta1::NodeTaint, decorator: Google::Apis::ContainerV1beta1::NodeTaint::Representation
1962
2001
 
2002
+ property :windows_node_config, as: 'windowsNodeConfig', class: Google::Apis::ContainerV1beta1::WindowsNodeConfig, decorator: Google::Apis::ContainerV1beta1::WindowsNodeConfig::Representation
2003
+
1963
2004
  property :workload_metadata_config, as: 'workloadMetadataConfig', class: Google::Apis::ContainerV1beta1::WorkloadMetadataConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadMetadataConfig::Representation
1964
2005
 
1965
2006
  end
@@ -2023,6 +2064,7 @@ module Google
2023
2064
 
2024
2065
  property :config, as: 'config', class: Google::Apis::ContainerV1beta1::NodeConfig, decorator: Google::Apis::ContainerV1beta1::NodeConfig::Representation
2025
2066
 
2067
+ property :etag, as: 'etag'
2026
2068
  property :initial_node_count, as: 'initialNodeCount'
2027
2069
  collection :instance_group_urls, as: 'instanceGroupUrls'
2028
2070
  collection :locations, as: 'locations'
@@ -2574,6 +2616,7 @@ module Google
2574
2616
  property :cluster_id, as: 'clusterId'
2575
2617
  property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1beta1::ConfidentialNodes, decorator: Google::Apis::ContainerV1beta1::ConfidentialNodes::Representation
2576
2618
 
2619
+ property :etag, as: 'etag'
2577
2620
  property :fast_socket, as: 'fastSocket', class: Google::Apis::ContainerV1beta1::FastSocket, decorator: Google::Apis::ContainerV1beta1::FastSocket::Representation
2578
2621
 
2579
2622
  property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1beta1::GcfsConfig, decorator: Google::Apis::ContainerV1beta1::GcfsConfig::Representation
@@ -2604,6 +2647,8 @@ module Google
2604
2647
 
2605
2648
  property :upgrade_settings, as: 'upgradeSettings', class: Google::Apis::ContainerV1beta1::UpgradeSettings, decorator: Google::Apis::ContainerV1beta1::UpgradeSettings::Representation
2606
2649
 
2650
+ property :windows_node_config, as: 'windowsNodeConfig', class: Google::Apis::ContainerV1beta1::WindowsNodeConfig, decorator: Google::Apis::ContainerV1beta1::WindowsNodeConfig::Representation
2651
+
2607
2652
  property :workload_metadata_config, as: 'workloadMetadataConfig', class: Google::Apis::ContainerV1beta1::WorkloadMetadataConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadMetadataConfig::Representation
2608
2653
 
2609
2654
  property :zone, as: 'zone'
@@ -2681,6 +2726,13 @@ module Google
2681
2726
  end
2682
2727
  end
2683
2728
 
2729
+ class WindowsNodeConfig
2730
+ # @private
2731
+ class Representation < Google::Apis::Core::JsonRepresentation
2732
+ property :os_version, as: 'osVersion'
2733
+ end
2734
+ end
2735
+
2684
2736
  class WindowsVersion
2685
2737
  # @private
2686
2738
  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.41.0
4
+ version: 0.43.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-12-12 00:00:00.000000000 Z
11
+ date: 2023-01-08 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.41.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.43.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: []
@@ -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.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Kubernetes Engine API V1beta1