google-apis-container_v1beta1 0.42.0 → 0.44.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: 17b02ac1504ac3202f507e0e3adf8eb5805415be0057f7c464fe8aa4c015f62d
4
- data.tar.gz: 95403df9a40dbd4e55e8b10ef70abf48cdafe4f77854e672e21f6dcdcd263e14
3
+ metadata.gz: 4a52b27b62734794348a341a149a853837b48c52aa622cd227ec0415ab91cf64
4
+ data.tar.gz: a48167e86c95e41b08b846f752eea72bf1c8b8bb6e372046a24c6e9c01b2b088
5
5
  SHA512:
6
- metadata.gz: c3841fca4972ccefb909f38433cae25ca4e8b0550959a8103f8e539dbc6e25ac550fbc4496e1c0835207d47114c2274bd7ad0c6c5eb915ba4831e8c77448ac6c
7
- data.tar.gz: f226753329e4fa9b5500f7164125c870a8bc6d2e6d32bab0d43d85082e46cb303c04792d398bd05a1c122a1914c3c684d68abdadf7e621a61f116e400a47f36c
6
+ metadata.gz: cecccacc243cc218b48d63bcadbab5cbbec8277e85c6896fe4ee93d61a1daae99af65afbbaac53ad758d49e7f22dc97bfa8816ad3edeefc42d541f8cf0977f61
7
+ data.tar.gz: 7f8a59fe299d46c5bdf19b280f4176fd9128252d5462b8918204ed6c2adcb1b53febacf3ec54b8d6c7546d3ecf9d57aafbbea183b60ed081265c9cb0baf3e995
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.44.0 (2023-01-29)
4
+
5
+ * Regenerated from discovery document revision 20230117
6
+
7
+ ### v0.43.0 (2023-01-08)
8
+
9
+ * Regenerated from discovery document revision 20230104
10
+ * Regenerated using generator version 0.11.1
11
+
3
12
  ### v0.42.0 (2022-12-12)
4
13
 
5
14
  * Regenerated from discovery document revision 20221110
@@ -284,7 +284,8 @@ module Google
284
284
  # @return [String]
285
285
  attr_accessor :disk_type
286
286
 
287
- # The image type to use for NAP created node.
287
+ # The image type to use for NAP created node. Please see https://cloud.google.
288
+ # com/kubernetes-engine/docs/concepts/node-images for available image types.
288
289
  # Corresponds to the JSON property `imageType`
289
290
  # @return [String]
290
291
  attr_accessor :image_type
@@ -301,7 +302,7 @@ module Google
301
302
  # Haswell or minCpuPlatform: Intel Sandy Bridge. For more information, read [how
302
303
  # to specify min CPU platform](https://cloud.google.com/compute/docs/instances/
303
304
  # specify-min-cpu-platform). This field is deprecated, min_cpu_platform should
304
- # be specified using https://cloud.google.com/requested-min-cpu-platform label
305
+ # be specified using `cloud.google.com/requested-min-cpu-platform` label
305
306
  # selector on the pod. To unset the min cpu platform field pass "automatic" as
306
307
  # field value.
307
308
  # Corresponds to the JSON property `minCpuPlatform`
@@ -759,6 +760,13 @@ module Google
759
760
  # @return [String]
760
761
  attr_accessor :endpoint
761
762
 
763
+ # This checksum is computed by the server based on the value of cluster fields,
764
+ # and may be sent on update requests to ensure the client has an up-to-date
765
+ # value before proceeding.
766
+ # Corresponds to the JSON property `etag`
767
+ # @return [String]
768
+ attr_accessor :etag
769
+
762
770
  # [Output only] The time the cluster will be automatically deleted in [RFC3339](
763
771
  # https://www.ietf.org/rfc/rfc3339.txt) text format.
764
772
  # Corresponds to the JSON property `expireTime`
@@ -1121,6 +1129,7 @@ module Google
1121
1129
  @enable_kubernetes_alpha = args[:enable_kubernetes_alpha] if args.key?(:enable_kubernetes_alpha)
1122
1130
  @enable_tpu = args[:enable_tpu] if args.key?(:enable_tpu)
1123
1131
  @endpoint = args[:endpoint] if args.key?(:endpoint)
1132
+ @etag = args[:etag] if args.key?(:etag)
1124
1133
  @expire_time = args[:expire_time] if args.key?(:expire_time)
1125
1134
  @id = args[:id] if args.key?(:id)
1126
1135
  @identity_service_config = args[:identity_service_config] if args.key?(:identity_service_config)
@@ -1532,6 +1541,13 @@ module Google
1532
1541
  # @return [Google::Apis::ContainerV1beta1::WorkloadIdentityConfig]
1533
1542
  attr_accessor :desired_workload_identity_config
1534
1543
 
1544
+ # The current etag of the cluster. If an etag is provided and does not match the
1545
+ # current etag of the cluster, update will be blocked and an ABORTED error will
1546
+ # be returned.
1547
+ # Corresponds to the JSON property `etag`
1548
+ # @return [String]
1549
+ attr_accessor :etag
1550
+
1535
1551
  def initialize(**args)
1536
1552
  update!(**args)
1537
1553
  end
@@ -1584,6 +1600,7 @@ module Google
1584
1600
  @desired_workload_alts_config = args[:desired_workload_alts_config] if args.key?(:desired_workload_alts_config)
1585
1601
  @desired_workload_certificates = args[:desired_workload_certificates] if args.key?(:desired_workload_certificates)
1586
1602
  @desired_workload_identity_config = args[:desired_workload_identity_config] if args.key?(:desired_workload_identity_config)
1603
+ @etag = args[:etag] if args.key?(:etag)
1587
1604
  end
1588
1605
  end
1589
1606
 
@@ -2039,6 +2056,30 @@ module Google
2039
2056
  end
2040
2057
  end
2041
2058
 
2059
+ # EphemeralStorageLocalSsdConfig contains configuration for the node ephemeral
2060
+ # storage using Local SSDs.
2061
+ class EphemeralStorageLocalSsdConfig
2062
+ include Google::Apis::Core::Hashable
2063
+
2064
+ # Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces.
2065
+ # Each local SSD is 375 GB in size. If zero, it means to disable using local
2066
+ # SSDs as ephemeral storage. The limit for this value is dependent upon the
2067
+ # maximum number of disks available on a machine per zone. See: https://cloud.
2068
+ # google.com/compute/docs/disks/local-ssd for more information.
2069
+ # Corresponds to the JSON property `localSsdCount`
2070
+ # @return [Fixnum]
2071
+ attr_accessor :local_ssd_count
2072
+
2073
+ def initialize(**args)
2074
+ update!(**args)
2075
+ end
2076
+
2077
+ # Update properties of this object
2078
+ def update!(**args)
2079
+ @local_ssd_count = args[:local_ssd_count] if args.key?(:local_ssd_count)
2080
+ end
2081
+ end
2082
+
2042
2083
  # Configuration of Fast Socket feature.
2043
2084
  class FastSocket
2044
2085
  include Google::Apis::Core::Hashable
@@ -2920,6 +2961,30 @@ module Google
2920
2961
  end
2921
2962
  end
2922
2963
 
2964
+ # LocalNvmeSsdBlockConfig contains configuration for using raw-block local NVMe
2965
+ # SSDs
2966
+ class LocalNvmeSsdBlockConfig
2967
+ include Google::Apis::Core::Hashable
2968
+
2969
+ # The number of raw-block local NVMe SSD disks to be attached to the node. Each
2970
+ # local SSD is 375 GB in size. If zero, it means no raw-block local NVMe SSD
2971
+ # disks to be attached to the node. The limit for this value is dependent upon
2972
+ # the maximum number of disks available on a machine per zone. See: https://
2973
+ # cloud.google.com/compute/docs/disks/local-ssd for more information.
2974
+ # Corresponds to the JSON property `localSsdCount`
2975
+ # @return [Fixnum]
2976
+ attr_accessor :local_ssd_count
2977
+
2978
+ def initialize(**args)
2979
+ update!(**args)
2980
+ end
2981
+
2982
+ # Update properties of this object
2983
+ def update!(**args)
2984
+ @local_ssd_count = args[:local_ssd_count] if args.key?(:local_ssd_count)
2985
+ end
2986
+ end
2987
+
2923
2988
  # Location returns the location name, and if the location is recommended for GKE
2924
2989
  # cluster scheduling.
2925
2990
  class Location
@@ -3581,6 +3646,12 @@ module Google
3581
3646
  # @return [Google::Apis::ContainerV1beta1::EphemeralStorageConfig]
3582
3647
  attr_accessor :ephemeral_storage_config
3583
3648
 
3649
+ # EphemeralStorageLocalSsdConfig contains configuration for the node ephemeral
3650
+ # storage using Local SSDs.
3651
+ # Corresponds to the JSON property `ephemeralStorageLocalSsdConfig`
3652
+ # @return [Google::Apis::ContainerV1beta1::EphemeralStorageLocalSsdConfig]
3653
+ attr_accessor :ephemeral_storage_local_ssd_config
3654
+
3584
3655
  # Configuration of Fast Socket feature.
3585
3656
  # Corresponds to the JSON property `fastSocket`
3586
3657
  # @return [Google::Apis::ContainerV1beta1::FastSocket]
@@ -3597,7 +3668,8 @@ module Google
3597
3668
  attr_accessor :gvnic
3598
3669
 
3599
3670
  # The image type to use for this node. Note that for a given image type, the
3600
- # latest version of it will be used.
3671
+ # latest version of it will be used. Please see https://cloud.google.com/
3672
+ # kubernetes-engine/docs/concepts/node-images for available image types.
3601
3673
  # Corresponds to the JSON property `imageType`
3602
3674
  # @return [String]
3603
3675
  attr_accessor :image_type
@@ -3623,6 +3695,12 @@ module Google
3623
3695
  # @return [Google::Apis::ContainerV1beta1::LinuxNodeConfig]
3624
3696
  attr_accessor :linux_node_config
3625
3697
 
3698
+ # LocalNvmeSsdBlockConfig contains configuration for using raw-block local NVMe
3699
+ # SSDs
3700
+ # Corresponds to the JSON property `localNvmeSsdBlockConfig`
3701
+ # @return [Google::Apis::ContainerV1beta1::LocalNvmeSsdBlockConfig]
3702
+ attr_accessor :local_nvme_ssd_block_config
3703
+
3626
3704
  # The number of local SSD disks to be attached to the node. The limit for this
3627
3705
  # value is dependent upon the maximum number of disks available on a machine per
3628
3706
  # zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more
@@ -3751,6 +3829,13 @@ module Google
3751
3829
  # @return [Array<Google::Apis::ContainerV1beta1::NodeTaint>]
3752
3830
  attr_accessor :taints
3753
3831
 
3832
+ # Parameters that can be configured on Windows nodes. Windows Node Config that
3833
+ # define the parameters that will be used to configure the Windows node pool
3834
+ # settings
3835
+ # Corresponds to the JSON property `windowsNodeConfig`
3836
+ # @return [Google::Apis::ContainerV1beta1::WindowsNodeConfig]
3837
+ attr_accessor :windows_node_config
3838
+
3754
3839
  # WorkloadMetadataConfig defines the metadata configuration to expose to
3755
3840
  # workloads on the node pool.
3756
3841
  # Corresponds to the JSON property `workloadMetadataConfig`
@@ -3770,6 +3855,7 @@ module Google
3770
3855
  @disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
3771
3856
  @disk_type = args[:disk_type] if args.key?(:disk_type)
3772
3857
  @ephemeral_storage_config = args[:ephemeral_storage_config] if args.key?(:ephemeral_storage_config)
3858
+ @ephemeral_storage_local_ssd_config = args[:ephemeral_storage_local_ssd_config] if args.key?(:ephemeral_storage_local_ssd_config)
3773
3859
  @fast_socket = args[:fast_socket] if args.key?(:fast_socket)
3774
3860
  @gcfs_config = args[:gcfs_config] if args.key?(:gcfs_config)
3775
3861
  @gvnic = args[:gvnic] if args.key?(:gvnic)
@@ -3777,6 +3863,7 @@ module Google
3777
3863
  @kubelet_config = args[:kubelet_config] if args.key?(:kubelet_config)
3778
3864
  @labels = args[:labels] if args.key?(:labels)
3779
3865
  @linux_node_config = args[:linux_node_config] if args.key?(:linux_node_config)
3866
+ @local_nvme_ssd_block_config = args[:local_nvme_ssd_block_config] if args.key?(:local_nvme_ssd_block_config)
3780
3867
  @local_ssd_count = args[:local_ssd_count] if args.key?(:local_ssd_count)
3781
3868
  @logging_config = args[:logging_config] if args.key?(:logging_config)
3782
3869
  @machine_type = args[:machine_type] if args.key?(:machine_type)
@@ -3793,6 +3880,7 @@ module Google
3793
3880
  @spot = args[:spot] if args.key?(:spot)
3794
3881
  @tags = args[:tags] if args.key?(:tags)
3795
3882
  @taints = args[:taints] if args.key?(:taints)
3883
+ @windows_node_config = args[:windows_node_config] if args.key?(:windows_node_config)
3796
3884
  @workload_metadata_config = args[:workload_metadata_config] if args.key?(:workload_metadata_config)
3797
3885
  end
3798
3886
  end
@@ -4034,6 +4122,13 @@ module Google
4034
4122
  # @return [Google::Apis::ContainerV1beta1::NodeConfig]
4035
4123
  attr_accessor :config
4036
4124
 
4125
+ # This checksum is computed by the server based on the value of node pool fields,
4126
+ # and may be sent on update requests to ensure the client has an up-to-date
4127
+ # value before proceeding.
4128
+ # Corresponds to the JSON property `etag`
4129
+ # @return [String]
4130
+ attr_accessor :etag
4131
+
4037
4132
  # The initial node count for the pool. You must ensure that your Compute Engine [
4038
4133
  # resource quota](https://cloud.google.com/compute/quotas) is sufficient for
4039
4134
  # this number of instances. You must also have available firewall and routes
@@ -4134,7 +4229,9 @@ module Google
4134
4229
  # @return [Google::Apis::ContainerV1beta1::UpgradeSettings]
4135
4230
  attr_accessor :upgrade_settings
4136
4231
 
4137
- # The version of the Kubernetes of this node.
4232
+ # The version of Kubernetes running on this NodePool's nodes. If unspecified, it
4233
+ # defaults as described [here](https://cloud.google.com/kubernetes-engine/
4234
+ # versioning#specifying_node_version).
4138
4235
  # Corresponds to the JSON property `version`
4139
4236
  # @return [String]
4140
4237
  attr_accessor :version
@@ -4148,6 +4245,7 @@ module Google
4148
4245
  @autoscaling = args[:autoscaling] if args.key?(:autoscaling)
4149
4246
  @conditions = args[:conditions] if args.key?(:conditions)
4150
4247
  @config = args[:config] if args.key?(:config)
4248
+ @etag = args[:etag] if args.key?(:etag)
4151
4249
  @initial_node_count = args[:initial_node_count] if args.key?(:initial_node_count)
4152
4250
  @instance_group_urls = args[:instance_group_urls] if args.key?(:instance_group_urls)
4153
4251
  @locations = args[:locations] if args.key?(:locations)
@@ -6243,6 +6341,13 @@ module Google
6243
6341
  # @return [Google::Apis::ContainerV1beta1::ConfidentialNodes]
6244
6342
  attr_accessor :confidential_nodes
6245
6343
 
6344
+ # The current etag of the node pool. If an etag is provided and does not match
6345
+ # the current etag of the node pool, update will be blocked and an ABORTED error
6346
+ # will be returned.
6347
+ # Corresponds to the JSON property `etag`
6348
+ # @return [String]
6349
+ attr_accessor :etag
6350
+
6246
6351
  # Configuration of Fast Socket feature.
6247
6352
  # Corresponds to the JSON property `fastSocket`
6248
6353
  # @return [Google::Apis::ContainerV1beta1::FastSocket]
@@ -6258,7 +6363,9 @@ module Google
6258
6363
  # @return [Google::Apis::ContainerV1beta1::VirtualNic]
6259
6364
  attr_accessor :gvnic
6260
6365
 
6261
- # Required. The desired image type for the node pool.
6366
+ # Required. The desired image type for the node pool. Please see https://cloud.
6367
+ # google.com/kubernetes-engine/docs/concepts/node-images for available image
6368
+ # types.
6262
6369
  # Corresponds to the JSON property `imageType`
6263
6370
  # @return [String]
6264
6371
  attr_accessor :image_type
@@ -6368,6 +6475,13 @@ module Google
6368
6475
  # @return [Google::Apis::ContainerV1beta1::UpgradeSettings]
6369
6476
  attr_accessor :upgrade_settings
6370
6477
 
6478
+ # Parameters that can be configured on Windows nodes. Windows Node Config that
6479
+ # define the parameters that will be used to configure the Windows node pool
6480
+ # settings
6481
+ # Corresponds to the JSON property `windowsNodeConfig`
6482
+ # @return [Google::Apis::ContainerV1beta1::WindowsNodeConfig]
6483
+ attr_accessor :windows_node_config
6484
+
6371
6485
  # WorkloadMetadataConfig defines the metadata configuration to expose to
6372
6486
  # workloads on the node pool.
6373
6487
  # Corresponds to the JSON property `workloadMetadataConfig`
@@ -6389,6 +6503,7 @@ module Google
6389
6503
  def update!(**args)
6390
6504
  @cluster_id = args[:cluster_id] if args.key?(:cluster_id)
6391
6505
  @confidential_nodes = args[:confidential_nodes] if args.key?(:confidential_nodes)
6506
+ @etag = args[:etag] if args.key?(:etag)
6392
6507
  @fast_socket = args[:fast_socket] if args.key?(:fast_socket)
6393
6508
  @gcfs_config = args[:gcfs_config] if args.key?(:gcfs_config)
6394
6509
  @gvnic = args[:gvnic] if args.key?(:gvnic)
@@ -6407,6 +6522,7 @@ module Google
6407
6522
  @tags = args[:tags] if args.key?(:tags)
6408
6523
  @taints = args[:taints] if args.key?(:taints)
6409
6524
  @upgrade_settings = args[:upgrade_settings] if args.key?(:upgrade_settings)
6525
+ @windows_node_config = args[:windows_node_config] if args.key?(:windows_node_config)
6410
6526
  @workload_metadata_config = args[:workload_metadata_config] if args.key?(:workload_metadata_config)
6411
6527
  @zone = args[:zone] if args.key?(:zone)
6412
6528
  end
@@ -6688,6 +6804,27 @@ module Google
6688
6804
  end
6689
6805
  end
6690
6806
 
6807
+ # Parameters that can be configured on Windows nodes. Windows Node Config that
6808
+ # define the parameters that will be used to configure the Windows node pool
6809
+ # settings
6810
+ class WindowsNodeConfig
6811
+ include Google::Apis::Core::Hashable
6812
+
6813
+ # OSVersion specifies the Windows node config to be used on the node
6814
+ # Corresponds to the JSON property `osVersion`
6815
+ # @return [String]
6816
+ attr_accessor :os_version
6817
+
6818
+ def initialize(**args)
6819
+ update!(**args)
6820
+ end
6821
+
6822
+ # Update properties of this object
6823
+ def update!(**args)
6824
+ @os_version = args[:os_version] if args.key?(:os_version)
6825
+ end
6826
+ end
6827
+
6691
6828
  # Windows server version.
6692
6829
  class WindowsVersion
6693
6830
  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.42.0"
19
+ GEM_VERSION = "0.44.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 = "20221110"
25
+ REVISION = "20230117"
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
@@ -1351,6 +1370,7 @@ module Google
1351
1370
 
1352
1371
  property :desired_workload_identity_config, as: 'desiredWorkloadIdentityConfig', class: Google::Apis::ContainerV1beta1::WorkloadIdentityConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadIdentityConfig::Representation
1353
1372
 
1373
+ property :etag, as: 'etag'
1354
1374
  end
1355
1375
  end
1356
1376
 
@@ -1482,6 +1502,13 @@ module Google
1482
1502
  end
1483
1503
  end
1484
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
+
1485
1512
  class FastSocket
1486
1513
  # @private
1487
1514
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1728,6 +1755,13 @@ module Google
1728
1755
  end
1729
1756
  end
1730
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
+
1731
1765
  class Location
1732
1766
  # @private
1733
1767
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1928,6 +1962,8 @@ module Google
1928
1962
  property :disk_type, as: 'diskType'
1929
1963
  property :ephemeral_storage_config, as: 'ephemeralStorageConfig', class: Google::Apis::ContainerV1beta1::EphemeralStorageConfig, decorator: Google::Apis::ContainerV1beta1::EphemeralStorageConfig::Representation
1930
1964
 
1965
+ property :ephemeral_storage_local_ssd_config, as: 'ephemeralStorageLocalSsdConfig', class: Google::Apis::ContainerV1beta1::EphemeralStorageLocalSsdConfig, decorator: Google::Apis::ContainerV1beta1::EphemeralStorageLocalSsdConfig::Representation
1966
+
1931
1967
  property :fast_socket, as: 'fastSocket', class: Google::Apis::ContainerV1beta1::FastSocket, decorator: Google::Apis::ContainerV1beta1::FastSocket::Representation
1932
1968
 
1933
1969
  property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1beta1::GcfsConfig, decorator: Google::Apis::ContainerV1beta1::GcfsConfig::Representation
@@ -1940,6 +1976,8 @@ module Google
1940
1976
  hash :labels, as: 'labels'
1941
1977
  property :linux_node_config, as: 'linuxNodeConfig', class: Google::Apis::ContainerV1beta1::LinuxNodeConfig, decorator: Google::Apis::ContainerV1beta1::LinuxNodeConfig::Representation
1942
1978
 
1979
+ property :local_nvme_ssd_block_config, as: 'localNvmeSsdBlockConfig', class: Google::Apis::ContainerV1beta1::LocalNvmeSsdBlockConfig, decorator: Google::Apis::ContainerV1beta1::LocalNvmeSsdBlockConfig::Representation
1980
+
1943
1981
  property :local_ssd_count, as: 'localSsdCount'
1944
1982
  property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig, decorator: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig::Representation
1945
1983
 
@@ -1961,6 +1999,8 @@ module Google
1961
1999
  collection :tags, as: 'tags'
1962
2000
  collection :taints, as: 'taints', class: Google::Apis::ContainerV1beta1::NodeTaint, decorator: Google::Apis::ContainerV1beta1::NodeTaint::Representation
1963
2001
 
2002
+ property :windows_node_config, as: 'windowsNodeConfig', class: Google::Apis::ContainerV1beta1::WindowsNodeConfig, decorator: Google::Apis::ContainerV1beta1::WindowsNodeConfig::Representation
2003
+
1964
2004
  property :workload_metadata_config, as: 'workloadMetadataConfig', class: Google::Apis::ContainerV1beta1::WorkloadMetadataConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadMetadataConfig::Representation
1965
2005
 
1966
2006
  end
@@ -2024,6 +2064,7 @@ module Google
2024
2064
 
2025
2065
  property :config, as: 'config', class: Google::Apis::ContainerV1beta1::NodeConfig, decorator: Google::Apis::ContainerV1beta1::NodeConfig::Representation
2026
2066
 
2067
+ property :etag, as: 'etag'
2027
2068
  property :initial_node_count, as: 'initialNodeCount'
2028
2069
  collection :instance_group_urls, as: 'instanceGroupUrls'
2029
2070
  collection :locations, as: 'locations'
@@ -2575,6 +2616,7 @@ module Google
2575
2616
  property :cluster_id, as: 'clusterId'
2576
2617
  property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1beta1::ConfidentialNodes, decorator: Google::Apis::ContainerV1beta1::ConfidentialNodes::Representation
2577
2618
 
2619
+ property :etag, as: 'etag'
2578
2620
  property :fast_socket, as: 'fastSocket', class: Google::Apis::ContainerV1beta1::FastSocket, decorator: Google::Apis::ContainerV1beta1::FastSocket::Representation
2579
2621
 
2580
2622
  property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1beta1::GcfsConfig, decorator: Google::Apis::ContainerV1beta1::GcfsConfig::Representation
@@ -2605,6 +2647,8 @@ module Google
2605
2647
 
2606
2648
  property :upgrade_settings, as: 'upgradeSettings', class: Google::Apis::ContainerV1beta1::UpgradeSettings, decorator: Google::Apis::ContainerV1beta1::UpgradeSettings::Representation
2607
2649
 
2650
+ property :windows_node_config, as: 'windowsNodeConfig', class: Google::Apis::ContainerV1beta1::WindowsNodeConfig, decorator: Google::Apis::ContainerV1beta1::WindowsNodeConfig::Representation
2651
+
2608
2652
  property :workload_metadata_config, as: 'workloadMetadataConfig', class: Google::Apis::ContainerV1beta1::WorkloadMetadataConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadMetadataConfig::Representation
2609
2653
 
2610
2654
  property :zone, as: 'zone'
@@ -2682,6 +2726,13 @@ module Google
2682
2726
  end
2683
2727
  end
2684
2728
 
2729
+ class WindowsNodeConfig
2730
+ # @private
2731
+ class Representation < Google::Apis::Core::JsonRepresentation
2732
+ property :os_version, as: 'osVersion'
2733
+ end
2734
+ end
2735
+
2685
2736
  class WindowsVersion
2686
2737
  # @private
2687
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.42.0
4
+ version: 0.44.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-01-04 00:00:00.000000000 Z
11
+ date: 2023-01-29 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.42.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.44.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