google-apis-container_v1beta1 0.7.0 → 0.12.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: 2a619e41219e5d369424496fc898879f0ca0fdbf6500f1bd015b95eb8f3525da
4
- data.tar.gz: ce8d64f24f2a50aae0c6ecb4c75038c8e013e23654f7a02ccbf0a6332a75f252
3
+ metadata.gz: 668c5ec08b548c355cdcc4c27e3645c25128a394d08fb03240248fc8bdaa2a9d
4
+ data.tar.gz: d07fd34f042021a459fe4680777b6a2a83a32f4deb07684319877e47cf5210b0
5
5
  SHA512:
6
- metadata.gz: 4d40d0364709ff53c7d0d56a3791bdc7545b4b02995aa95b2adada796db2ebc16f94295bb24dde39f9b1e020965e5a6a846e9807ed89e82ab3e8fffd52e0c7d6
7
- data.tar.gz: d241f6ac9eacae4fd39d3a11c000b479f0c0168e4ff4b4f195393ece5bf702198cc1c2def1b68b091ceea9267141aedd082f7894621b69c6060f7d9cdd88f356
6
+ metadata.gz: 1baa9e2b3a4403559f5e55021f58b7b6c22da4755edfeb33147cf6d4847995c4fbb454ff65eb6111cc8e5ae380e4747d2bbfecfba76852199b75b8614e1e9ea8
7
+ data.tar.gz: 86ef25c844e2e4c8eecdd610546ba9405fe14464fc19ccc533250ed5e75930a0d7f0bb0ec9c7b38553f0ab4e21fa50a4f159931e73dd2c3e6d30a6a3b860df9a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.12.0 (2021-06-24)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.11.0 (2021-06-16)
8
+
9
+ * Regenerated from discovery document revision 20210607
10
+
11
+ ### v0.10.0 (2021-06-03)
12
+
13
+ * Regenerated from discovery document revision 20210521
14
+ * Regenerated using generator version 0.3.0
15
+
16
+ ### v0.9.0 (2021-05-26)
17
+
18
+ * Regenerated from discovery document revision 20210517
19
+
20
+ ### v0.8.0 (2021-05-19)
21
+
22
+ * Unspecified changes
23
+
3
24
  ### v0.7.0 (2021-05-13)
4
25
 
5
26
  * Regenerated from discovery document revision 20210429
@@ -238,6 +238,11 @@ module Google
238
238
  # @return [String]
239
239
  attr_accessor :disk_type
240
240
 
241
+ # The image type to use for NAP created node.
242
+ # Corresponds to the JSON property `imageType`
243
+ # @return [String]
244
+ attr_accessor :image_type
245
+
241
246
  # NodeManagement defines the set of node management services turned on for the
242
247
  # node pool.
243
248
  # Corresponds to the JSON property `management`
@@ -280,20 +285,7 @@ module Google
280
285
  # @return [Google::Apis::ContainerV1beta1::ShieldedInstanceConfig]
281
286
  attr_accessor :shielded_instance_config
282
287
 
283
- # These upgrade settings control the level of parallelism and the level of
284
- # disruption caused by an upgrade. maxUnavailable controls the number of nodes
285
- # that can be simultaneously unavailable. maxSurge controls the number of
286
- # additional nodes that can be added to the node pool temporarily for the time
287
- # of the upgrade to increase the number of available nodes. (maxUnavailable +
288
- # maxSurge) determines the level of parallelism (how many nodes are being
289
- # upgraded at the same time). Note: upgrades inevitably introduce some
290
- # disruption since workloads need to be moved from old nodes to new, upgraded
291
- # ones. Even if maxUnavailable=0, this holds true. (Disruption stays within the
292
- # limits of PodDisruptionBudget, if it is configured.) Consider a hypothetical
293
- # node pool with 5 nodes having maxSurge=2, maxUnavailable=1. This means the
294
- # upgrade process upgrades 3 nodes simultaneously. It creates 2 additional (
295
- # upgraded) nodes, then it brings down 3 old (not yet upgraded) nodes at the
296
- # same time. This ensures that there are always at least 4 nodes available.
288
+ # Upgrade settings control disruption and speed of the upgrade.
297
289
  # Corresponds to the JSON property `upgradeSettings`
298
290
  # @return [Google::Apis::ContainerV1beta1::UpgradeSettings]
299
291
  attr_accessor :upgrade_settings
@@ -307,6 +299,7 @@ module Google
307
299
  @boot_disk_kms_key = args[:boot_disk_kms_key] if args.key?(:boot_disk_kms_key)
308
300
  @disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
309
301
  @disk_type = args[:disk_type] if args.key?(:disk_type)
302
+ @image_type = args[:image_type] if args.key?(:image_type)
310
303
  @management = args[:management] if args.key?(:management)
311
304
  @min_cpu_platform = args[:min_cpu_platform] if args.key?(:min_cpu_platform)
312
305
  @oauth_scopes = args[:oauth_scopes] if args.key?(:oauth_scopes)
@@ -787,6 +780,11 @@ module Google
787
780
  # @return [Fixnum]
788
781
  attr_accessor :node_ipv4_cidr_size
789
782
 
783
+ # Subset of Nodepool message that has defaults.
784
+ # Corresponds to the JSON property `nodePoolDefaults`
785
+ # @return [Google::Apis::ContainerV1beta1::NodePoolDefaults]
786
+ attr_accessor :node_pool_defaults
787
+
790
788
  # The node pools associated with this cluster. This field should not be set if "
791
789
  # node_config" or "initial_node_count" are specified.
792
790
  # Corresponds to the JSON property `nodePools`
@@ -956,6 +954,7 @@ module Google
956
954
  @network_policy = args[:network_policy] if args.key?(:network_policy)
957
955
  @node_config = args[:node_config] if args.key?(:node_config)
958
956
  @node_ipv4_cidr_size = args[:node_ipv4_cidr_size] if args.key?(:node_ipv4_cidr_size)
957
+ @node_pool_defaults = args[:node_pool_defaults] if args.key?(:node_pool_defaults)
959
958
  @node_pools = args[:node_pools] if args.key?(:node_pools)
960
959
  @notification_config = args[:notification_config] if args.key?(:notification_config)
961
960
  @pod_security_policy_config = args[:pod_security_policy_config] if args.key?(:pod_security_policy_config)
@@ -1462,7 +1461,20 @@ module Google
1462
1461
  # specification, under the control of the cluster master. They may have a set of
1463
1462
  # Kubernetes labels applied to them, which may be used to reference them during
1464
1463
  # pod scheduling. They may also be resized up or down, to accommodate the
1465
- # workload.
1464
+ # workload. These upgrade settings control the level of parallelism and the
1465
+ # level of disruption caused by an upgrade. maxUnavailable controls the number
1466
+ # of nodes that can be simultaneously unavailable. maxSurge controls the number
1467
+ # of additional nodes that can be added to the node pool temporarily for the
1468
+ # time of the upgrade to increase the number of available nodes. (maxUnavailable
1469
+ # + maxSurge) determines the level of parallelism (how many nodes are being
1470
+ # upgraded at the same time). Note: upgrades inevitably introduce some
1471
+ # disruption since workloads need to be moved from old nodes to new, upgraded
1472
+ # ones. Even if maxUnavailable=0, this holds true. (Disruption stays within the
1473
+ # limits of PodDisruptionBudget, if it is configured.) Consider a hypothetical
1474
+ # node pool with 5 nodes having maxSurge=2, maxUnavailable=1. This means the
1475
+ # upgrade process upgrades 3 nodes simultaneously. It creates 2 additional (
1476
+ # upgraded) nodes, then it brings down 3 old (not yet upgraded) nodes at the
1477
+ # same time. This ensures that there are always at least 4 nodes available.
1466
1478
  # Corresponds to the JSON property `nodePool`
1467
1479
  # @return [Google::Apis::ContainerV1beta1::NodePool]
1468
1480
  attr_accessor :node_pool
@@ -1585,6 +1597,47 @@ module Google
1585
1597
  end
1586
1598
  end
1587
1599
 
1600
+ # Represents a whole or partial calendar date, such as a birthday. The time of
1601
+ # day and time zone are either specified elsewhere or are insignificant. The
1602
+ # date is relative to the Gregorian Calendar. This can represent one of the
1603
+ # following: * A full date, with non-zero year, month, and day values * A month
1604
+ # and day value, with a zero year, such as an anniversary * A year on its own,
1605
+ # with zero month and day values * A year and month value, with a zero day, such
1606
+ # as a credit card expiration date Related types are google.type.TimeOfDay and `
1607
+ # google.protobuf.Timestamp`.
1608
+ class Date
1609
+ include Google::Apis::Core::Hashable
1610
+
1611
+ # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to
1612
+ # specify a year by itself or a year and month where the day isn't significant.
1613
+ # Corresponds to the JSON property `day`
1614
+ # @return [Fixnum]
1615
+ attr_accessor :day
1616
+
1617
+ # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month
1618
+ # and day.
1619
+ # Corresponds to the JSON property `month`
1620
+ # @return [Fixnum]
1621
+ attr_accessor :month
1622
+
1623
+ # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a
1624
+ # year.
1625
+ # Corresponds to the JSON property `year`
1626
+ # @return [Fixnum]
1627
+ attr_accessor :year
1628
+
1629
+ def initialize(**args)
1630
+ update!(**args)
1631
+ end
1632
+
1633
+ # Update properties of this object
1634
+ def update!(**args)
1635
+ @day = args[:day] if args.key?(:day)
1636
+ @month = args[:month] if args.key?(:month)
1637
+ @year = args[:year] if args.key?(:year)
1638
+ end
1639
+ end
1640
+
1588
1641
  # DefaultSnatStatus contains the desired state of whether default sNAT should be
1589
1642
  # disabled on the cluster.
1590
1643
  class DefaultSnatStatus
@@ -2652,6 +2705,11 @@ module Google
2652
2705
  # @return [String]
2653
2706
  attr_accessor :private_ipv6_google_access
2654
2707
 
2708
+ # Config to block services with externalIPs field.
2709
+ # Corresponds to the JSON property `serviceExternalIpsConfig`
2710
+ # @return [Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig]
2711
+ attr_accessor :service_external_ips_config
2712
+
2655
2713
  # Output only. The relative name of the Google Compute Engine [subnetwork](https:
2656
2714
  # //cloud.google.com/compute/docs/vpc) to which the cluster is connected.
2657
2715
  # Example: projects/my-project/regions/us-central1/subnetworks/my-subnet
@@ -2672,6 +2730,7 @@ module Google
2672
2730
  @enable_l4ilb_subsetting = args[:enable_l4ilb_subsetting] if args.key?(:enable_l4ilb_subsetting)
2673
2731
  @network = args[:network] if args.key?(:network)
2674
2732
  @private_ipv6_google_access = args[:private_ipv6_google_access] if args.key?(:private_ipv6_google_access)
2733
+ @service_external_ips_config = args[:service_external_ips_config] if args.key?(:service_external_ips_config)
2675
2734
  @subnetwork = args[:subnetwork] if args.key?(:subnetwork)
2676
2735
  end
2677
2736
  end
@@ -2959,6 +3018,19 @@ module Google
2959
3018
  end
2960
3019
  end
2961
3020
 
3021
+ # Subset of NodeConfig message that has defaults.
3022
+ class NodeConfigDefaults
3023
+ include Google::Apis::Core::Hashable
3024
+
3025
+ def initialize(**args)
3026
+ update!(**args)
3027
+ end
3028
+
3029
+ # Update properties of this object
3030
+ def update!(**args)
3031
+ end
3032
+ end
3033
+
2962
3034
  # Node kubelet configs.
2963
3035
  class NodeKubeletConfig
2964
3036
  include Google::Apis::Core::Hashable
@@ -3108,7 +3180,20 @@ module Google
3108
3180
  # specification, under the control of the cluster master. They may have a set of
3109
3181
  # Kubernetes labels applied to them, which may be used to reference them during
3110
3182
  # pod scheduling. They may also be resized up or down, to accommodate the
3111
- # workload.
3183
+ # workload. These upgrade settings control the level of parallelism and the
3184
+ # level of disruption caused by an upgrade. maxUnavailable controls the number
3185
+ # of nodes that can be simultaneously unavailable. maxSurge controls the number
3186
+ # of additional nodes that can be added to the node pool temporarily for the
3187
+ # time of the upgrade to increase the number of available nodes. (maxUnavailable
3188
+ # + maxSurge) determines the level of parallelism (how many nodes are being
3189
+ # upgraded at the same time). Note: upgrades inevitably introduce some
3190
+ # disruption since workloads need to be moved from old nodes to new, upgraded
3191
+ # ones. Even if maxUnavailable=0, this holds true. (Disruption stays within the
3192
+ # limits of PodDisruptionBudget, if it is configured.) Consider a hypothetical
3193
+ # node pool with 5 nodes having maxSurge=2, maxUnavailable=1. This means the
3194
+ # upgrade process upgrades 3 nodes simultaneously. It creates 2 additional (
3195
+ # upgraded) nodes, then it brings down 3 old (not yet upgraded) nodes at the
3196
+ # same time. This ensures that there are always at least 4 nodes available.
3112
3197
  class NodePool
3113
3198
  include Google::Apis::Core::Hashable
3114
3199
 
@@ -3196,20 +3281,7 @@ module Google
3196
3281
  # @return [String]
3197
3282
  attr_accessor :status_message
3198
3283
 
3199
- # These upgrade settings control the level of parallelism and the level of
3200
- # disruption caused by an upgrade. maxUnavailable controls the number of nodes
3201
- # that can be simultaneously unavailable. maxSurge controls the number of
3202
- # additional nodes that can be added to the node pool temporarily for the time
3203
- # of the upgrade to increase the number of available nodes. (maxUnavailable +
3204
- # maxSurge) determines the level of parallelism (how many nodes are being
3205
- # upgraded at the same time). Note: upgrades inevitably introduce some
3206
- # disruption since workloads need to be moved from old nodes to new, upgraded
3207
- # ones. Even if maxUnavailable=0, this holds true. (Disruption stays within the
3208
- # limits of PodDisruptionBudget, if it is configured.) Consider a hypothetical
3209
- # node pool with 5 nodes having maxSurge=2, maxUnavailable=1. This means the
3210
- # upgrade process upgrades 3 nodes simultaneously. It creates 2 additional (
3211
- # upgraded) nodes, then it brings down 3 old (not yet upgraded) nodes at the
3212
- # same time. This ensures that there are always at least 4 nodes available.
3284
+ # Upgrade settings control disruption and speed of the upgrade.
3213
3285
  # Corresponds to the JSON property `upgradeSettings`
3214
3286
  # @return [Google::Apis::ContainerV1beta1::UpgradeSettings]
3215
3287
  attr_accessor :upgrade_settings
@@ -3285,6 +3357,25 @@ module Google
3285
3357
  end
3286
3358
  end
3287
3359
 
3360
+ # Subset of Nodepool message that has defaults.
3361
+ class NodePoolDefaults
3362
+ include Google::Apis::Core::Hashable
3363
+
3364
+ # Subset of NodeConfig message that has defaults.
3365
+ # Corresponds to the JSON property `nodeConfigDefaults`
3366
+ # @return [Google::Apis::ContainerV1beta1::NodeConfigDefaults]
3367
+ attr_accessor :node_config_defaults
3368
+
3369
+ def initialize(**args)
3370
+ update!(**args)
3371
+ end
3372
+
3373
+ # Update properties of this object
3374
+ def update!(**args)
3375
+ @node_config_defaults = args[:node_config_defaults] if args.key?(:node_config_defaults)
3376
+ end
3377
+ end
3378
+
3288
3379
  # Kubernetes taint is comprised of three fields: key, value, and effect. Effect
3289
3380
  # can only be one of three types: NoSchedule, PreferNoSchedule or NoExecute. See
3290
3381
  # [here](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration)
@@ -3958,6 +4049,11 @@ module Google
3958
4049
  # @return [Array<String>]
3959
4050
  attr_accessor :valid_node_versions
3960
4051
 
4052
+ # Maps of Kubernetes version and supported Windows server versions.
4053
+ # Corresponds to the JSON property `windowsVersionMaps`
4054
+ # @return [Hash<String,Google::Apis::ContainerV1beta1::WindowsVersions>]
4055
+ attr_accessor :windows_version_maps
4056
+
3961
4057
  def initialize(**args)
3962
4058
  update!(**args)
3963
4059
  end
@@ -3970,6 +4066,27 @@ module Google
3970
4066
  @valid_image_types = args[:valid_image_types] if args.key?(:valid_image_types)
3971
4067
  @valid_master_versions = args[:valid_master_versions] if args.key?(:valid_master_versions)
3972
4068
  @valid_node_versions = args[:valid_node_versions] if args.key?(:valid_node_versions)
4069
+ @windows_version_maps = args[:windows_version_maps] if args.key?(:windows_version_maps)
4070
+ end
4071
+ end
4072
+
4073
+ # Config to block services with externalIPs field.
4074
+ class ServiceExternalIPsConfig
4075
+ include Google::Apis::Core::Hashable
4076
+
4077
+ # Whether Services with ExternalIPs field are allowed or not.
4078
+ # Corresponds to the JSON property `enabled`
4079
+ # @return [Boolean]
4080
+ attr_accessor :enabled
4081
+ alias_method :enabled?, :enabled
4082
+
4083
+ def initialize(**args)
4084
+ update!(**args)
4085
+ end
4086
+
4087
+ # Update properties of this object
4088
+ def update!(**args)
4089
+ @enabled = args[:enabled] if args.key?(:enabled)
3973
4090
  end
3974
4091
  end
3975
4092
 
@@ -5048,20 +5165,7 @@ module Google
5048
5165
  # @return [Google::Apis::ContainerV1beta1::NodeTaints]
5049
5166
  attr_accessor :taints
5050
5167
 
5051
- # These upgrade settings control the level of parallelism and the level of
5052
- # disruption caused by an upgrade. maxUnavailable controls the number of nodes
5053
- # that can be simultaneously unavailable. maxSurge controls the number of
5054
- # additional nodes that can be added to the node pool temporarily for the time
5055
- # of the upgrade to increase the number of available nodes. (maxUnavailable +
5056
- # maxSurge) determines the level of parallelism (how many nodes are being
5057
- # upgraded at the same time). Note: upgrades inevitably introduce some
5058
- # disruption since workloads need to be moved from old nodes to new, upgraded
5059
- # ones. Even if maxUnavailable=0, this holds true. (Disruption stays within the
5060
- # limits of PodDisruptionBudget, if it is configured.) Consider a hypothetical
5061
- # node pool with 5 nodes having maxSurge=2, maxUnavailable=1. This means the
5062
- # upgrade process upgrades 3 nodes simultaneously. It creates 2 additional (
5063
- # upgraded) nodes, then it brings down 3 old (not yet upgraded) nodes at the
5064
- # same time. This ensures that there are always at least 4 nodes available.
5168
+ # Upgrade settings control disruption and speed of the upgrade.
5065
5169
  # Corresponds to the JSON property `upgradeSettings`
5066
5170
  # @return [Google::Apis::ContainerV1beta1::UpgradeSettings]
5067
5171
  attr_accessor :upgrade_settings
@@ -5196,20 +5300,7 @@ module Google
5196
5300
  end
5197
5301
  end
5198
5302
 
5199
- # These upgrade settings control the level of parallelism and the level of
5200
- # disruption caused by an upgrade. maxUnavailable controls the number of nodes
5201
- # that can be simultaneously unavailable. maxSurge controls the number of
5202
- # additional nodes that can be added to the node pool temporarily for the time
5203
- # of the upgrade to increase the number of available nodes. (maxUnavailable +
5204
- # maxSurge) determines the level of parallelism (how many nodes are being
5205
- # upgraded at the same time). Note: upgrades inevitably introduce some
5206
- # disruption since workloads need to be moved from old nodes to new, upgraded
5207
- # ones. Even if maxUnavailable=0, this holds true. (Disruption stays within the
5208
- # limits of PodDisruptionBudget, if it is configured.) Consider a hypothetical
5209
- # node pool with 5 nodes having maxSurge=2, maxUnavailable=1. This means the
5210
- # upgrade process upgrades 3 nodes simultaneously. It creates 2 additional (
5211
- # upgraded) nodes, then it brings down 3 old (not yet upgraded) nodes at the
5212
- # same time. This ensures that there are always at least 4 nodes available.
5303
+ #
5213
5304
  class UpgradeSettings
5214
5305
  include Google::Apis::Core::Hashable
5215
5306
 
@@ -5338,6 +5429,63 @@ module Google
5338
5429
  end
5339
5430
  end
5340
5431
 
5432
+ # Windows server version.
5433
+ class WindowsVersion
5434
+ include Google::Apis::Core::Hashable
5435
+
5436
+ # Windows server image type
5437
+ # Corresponds to the JSON property `imageType`
5438
+ # @return [String]
5439
+ attr_accessor :image_type
5440
+
5441
+ # Windows server build number
5442
+ # Corresponds to the JSON property `osVersion`
5443
+ # @return [String]
5444
+ attr_accessor :os_version
5445
+
5446
+ # Represents a whole or partial calendar date, such as a birthday. The time of
5447
+ # day and time zone are either specified elsewhere or are insignificant. The
5448
+ # date is relative to the Gregorian Calendar. This can represent one of the
5449
+ # following: * A full date, with non-zero year, month, and day values * A month
5450
+ # and day value, with a zero year, such as an anniversary * A year on its own,
5451
+ # with zero month and day values * A year and month value, with a zero day, such
5452
+ # as a credit card expiration date Related types are google.type.TimeOfDay and `
5453
+ # google.protobuf.Timestamp`.
5454
+ # Corresponds to the JSON property `supportEndDate`
5455
+ # @return [Google::Apis::ContainerV1beta1::Date]
5456
+ attr_accessor :support_end_date
5457
+
5458
+ def initialize(**args)
5459
+ update!(**args)
5460
+ end
5461
+
5462
+ # Update properties of this object
5463
+ def update!(**args)
5464
+ @image_type = args[:image_type] if args.key?(:image_type)
5465
+ @os_version = args[:os_version] if args.key?(:os_version)
5466
+ @support_end_date = args[:support_end_date] if args.key?(:support_end_date)
5467
+ end
5468
+ end
5469
+
5470
+ # Windows server versions.
5471
+ class WindowsVersions
5472
+ include Google::Apis::Core::Hashable
5473
+
5474
+ # List of Windows server versions.
5475
+ # Corresponds to the JSON property `windowsVersions`
5476
+ # @return [Array<Google::Apis::ContainerV1beta1::WindowsVersion>]
5477
+ attr_accessor :windows_versions
5478
+
5479
+ def initialize(**args)
5480
+ update!(**args)
5481
+ end
5482
+
5483
+ # Update properties of this object
5484
+ def update!(**args)
5485
+ @windows_versions = args[:windows_versions] if args.key?(:windows_versions)
5486
+ end
5487
+ end
5488
+
5341
5489
  # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
5342
5490
  class WorkloadCertificates
5343
5491
  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.7.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210429"
25
+ REVISION = "20210607"
26
26
  end
27
27
  end
28
28
  end
@@ -178,6 +178,12 @@ module Google
178
178
  include Google::Apis::Core::JsonObjectSupport
179
179
  end
180
180
 
181
+ class Date
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
181
187
  class DefaultSnatStatus
182
188
  class Representation < Google::Apis::Core::JsonRepresentation; end
183
189
 
@@ -400,6 +406,12 @@ module Google
400
406
  include Google::Apis::Core::JsonObjectSupport
401
407
  end
402
408
 
409
+ class NodeConfigDefaults
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+
412
+ include Google::Apis::Core::JsonObjectSupport
413
+ end
414
+
403
415
  class NodeKubeletConfig
404
416
  class Representation < Google::Apis::Core::JsonRepresentation; end
405
417
 
@@ -436,6 +448,12 @@ module Google
436
448
  include Google::Apis::Core::JsonObjectSupport
437
449
  end
438
450
 
451
+ class NodePoolDefaults
452
+ class Representation < Google::Apis::Core::JsonRepresentation; end
453
+
454
+ include Google::Apis::Core::JsonObjectSupport
455
+ end
456
+
439
457
  class NodeTaint
440
458
  class Representation < Google::Apis::Core::JsonRepresentation; end
441
459
 
@@ -544,6 +562,12 @@ module Google
544
562
  include Google::Apis::Core::JsonObjectSupport
545
563
  end
546
564
 
565
+ class ServiceExternalIPsConfig
566
+ class Representation < Google::Apis::Core::JsonRepresentation; end
567
+
568
+ include Google::Apis::Core::JsonObjectSupport
569
+ end
570
+
547
571
  class SetAddonsConfigRequest
548
572
  class Representation < Google::Apis::Core::JsonRepresentation; end
549
573
 
@@ -712,6 +736,18 @@ module Google
712
736
  include Google::Apis::Core::JsonObjectSupport
713
737
  end
714
738
 
739
+ class WindowsVersion
740
+ class Representation < Google::Apis::Core::JsonRepresentation; end
741
+
742
+ include Google::Apis::Core::JsonObjectSupport
743
+ end
744
+
745
+ class WindowsVersions
746
+ class Representation < Google::Apis::Core::JsonRepresentation; end
747
+
748
+ include Google::Apis::Core::JsonObjectSupport
749
+ end
750
+
715
751
  class WorkloadCertificates
716
752
  class Representation < Google::Apis::Core::JsonRepresentation; end
717
753
 
@@ -794,6 +830,7 @@ module Google
794
830
  property :boot_disk_kms_key, as: 'bootDiskKmsKey'
795
831
  property :disk_size_gb, as: 'diskSizeGb'
796
832
  property :disk_type, as: 'diskType'
833
+ property :image_type, as: 'imageType'
797
834
  property :management, as: 'management', class: Google::Apis::ContainerV1beta1::NodeManagement, decorator: Google::Apis::ContainerV1beta1::NodeManagement::Representation
798
835
 
799
836
  property :min_cpu_platform, as: 'minCpuPlatform'
@@ -925,6 +962,8 @@ module Google
925
962
  property :node_config, as: 'nodeConfig', class: Google::Apis::ContainerV1beta1::NodeConfig, decorator: Google::Apis::ContainerV1beta1::NodeConfig::Representation
926
963
 
927
964
  property :node_ipv4_cidr_size, as: 'nodeIpv4CidrSize'
965
+ property :node_pool_defaults, as: 'nodePoolDefaults', class: Google::Apis::ContainerV1beta1::NodePoolDefaults, decorator: Google::Apis::ContainerV1beta1::NodePoolDefaults::Representation
966
+
928
967
  collection :node_pools, as: 'nodePools', class: Google::Apis::ContainerV1beta1::NodePool, decorator: Google::Apis::ContainerV1beta1::NodePool::Representation
929
968
 
930
969
  property :notification_config, as: 'notificationConfig', class: Google::Apis::ContainerV1beta1::NotificationConfig, decorator: Google::Apis::ContainerV1beta1::NotificationConfig::Representation
@@ -1119,6 +1158,15 @@ module Google
1119
1158
  end
1120
1159
  end
1121
1160
 
1161
+ class Date
1162
+ # @private
1163
+ class Representation < Google::Apis::Core::JsonRepresentation
1164
+ property :day, as: 'day'
1165
+ property :month, as: 'month'
1166
+ property :year, as: 'year'
1167
+ end
1168
+ end
1169
+
1122
1170
  class DefaultSnatStatus
1123
1171
  # @private
1124
1172
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1417,6 +1465,8 @@ module Google
1417
1465
  property :enable_l4ilb_subsetting, as: 'enableL4ilbSubsetting'
1418
1466
  property :network, as: 'network'
1419
1467
  property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
1468
+ property :service_external_ips_config, as: 'serviceExternalIpsConfig', class: Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig, decorator: Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig::Representation
1469
+
1420
1470
  property :subnetwork, as: 'subnetwork'
1421
1471
  end
1422
1472
  end
@@ -1481,6 +1531,12 @@ module Google
1481
1531
  end
1482
1532
  end
1483
1533
 
1534
+ class NodeConfigDefaults
1535
+ # @private
1536
+ class Representation < Google::Apis::Core::JsonRepresentation
1537
+ end
1538
+ end
1539
+
1484
1540
  class NodeKubeletConfig
1485
1541
  # @private
1486
1542
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1555,6 +1611,14 @@ module Google
1555
1611
  end
1556
1612
  end
1557
1613
 
1614
+ class NodePoolDefaults
1615
+ # @private
1616
+ class Representation < Google::Apis::Core::JsonRepresentation
1617
+ property :node_config_defaults, as: 'nodeConfigDefaults', class: Google::Apis::ContainerV1beta1::NodeConfigDefaults, decorator: Google::Apis::ContainerV1beta1::NodeConfigDefaults::Representation
1618
+
1619
+ end
1620
+ end
1621
+
1558
1622
  class NodeTaint
1559
1623
  # @private
1560
1624
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1738,6 +1802,15 @@ module Google
1738
1802
  collection :valid_image_types, as: 'validImageTypes'
1739
1803
  collection :valid_master_versions, as: 'validMasterVersions'
1740
1804
  collection :valid_node_versions, as: 'validNodeVersions'
1805
+ hash :windows_version_maps, as: 'windowsVersionMaps', class: Google::Apis::ContainerV1beta1::WindowsVersions, decorator: Google::Apis::ContainerV1beta1::WindowsVersions::Representation
1806
+
1807
+ end
1808
+ end
1809
+
1810
+ class ServiceExternalIPsConfig
1811
+ # @private
1812
+ class Representation < Google::Apis::Core::JsonRepresentation
1813
+ property :enabled, as: 'enabled'
1741
1814
  end
1742
1815
  end
1743
1816
 
@@ -2055,6 +2128,24 @@ module Google
2055
2128
  end
2056
2129
  end
2057
2130
 
2131
+ class WindowsVersion
2132
+ # @private
2133
+ class Representation < Google::Apis::Core::JsonRepresentation
2134
+ property :image_type, as: 'imageType'
2135
+ property :os_version, as: 'osVersion'
2136
+ property :support_end_date, as: 'supportEndDate', class: Google::Apis::ContainerV1beta1::Date, decorator: Google::Apis::ContainerV1beta1::Date::Representation
2137
+
2138
+ end
2139
+ end
2140
+
2141
+ class WindowsVersions
2142
+ # @private
2143
+ class Representation < Google::Apis::Core::JsonRepresentation
2144
+ collection :windows_versions, as: 'windowsVersions', class: Google::Apis::ContainerV1beta1::WindowsVersion, decorator: Google::Apis::ContainerV1beta1::WindowsVersion::Representation
2145
+
2146
+ end
2147
+ end
2148
+
2058
2149
  class WorkloadCertificates
2059
2150
  # @private
2060
2151
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-container_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.12.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: 2021-05-18 00:00:00.000000000 Z
11
+ date: 2021-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.3'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.3'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Kubernetes Engine API V1beta1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-container_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.12.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-container_v1beta1
57
63
  post_install_message:
58
64
  rdoc_options: []