google-apis-container_v1beta1 0.23.0 → 0.26.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: 4aef4d5afd30510123dadf739122559f3c9051d4f3e2f99cdd65c56fdec83e91
4
- data.tar.gz: bb28583f711d7b4fddc722c15db5bcb7135b878a18a617055c0dd84335ce58ce
3
+ metadata.gz: d283d4957f776f69a5c7ce3d920e432b2116ea6b32d472d3d142b51379582aa3
4
+ data.tar.gz: 559fc4afaede657a42b06d465c2d575f1a62b6450ca9e81925842b954cca3403
5
5
  SHA512:
6
- metadata.gz: ac6c9b639762a74e2406a0ae9e5ed06a76d36664f24484017453ade4eaf486211e1a4d8dc38ea29c383377ac73727428617195d96f6a031459695f0dab90a4b0
7
- data.tar.gz: aa805a7df02c8fd525904c0414fa2f68a91072f896f16adf81979c28cec905750c1e169423ef185e9c52d1dc63f3c0d430d37e19af7fee7a7c05c59af457f91c
6
+ metadata.gz: 6f996452217a9a3ce69ae0a53b5dffa6c65bb0f785391bb6d3ce6430d22717b06a3aaefbfbdffa4d1efc0620d6443b63fec6c2ff16ce40205cd4bd320984d860
7
+ data.tar.gz: 0be44934ccc3625b874f480bf1e72c2f1c4297ae6a07d4ab867cbd78b9266a94de40a3de5d1b33e59e4efb0b32d4305be13fadb9eab0d53bd76fece75a21066c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.26.0 (2022-03-03)
4
+
5
+ * Regenerated from discovery document revision 20220215
6
+
7
+ ### v0.25.0 (2022-02-01)
8
+
9
+ * Regenerated from discovery document revision 20220114
10
+ * Regenerated using generator version 0.4.1
11
+
12
+ ### v0.24.0 (2022-01-05)
13
+
14
+ * Regenerated from discovery document revision 20211208
15
+
3
16
  ### v0.23.0 (2021-11-16)
4
17
 
5
18
  * Regenerated from discovery document revision 20211104
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/container_v1beta1"
51
51
  client = Google::Apis::ContainerV1beta1::ContainerService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -86,6 +86,11 @@ module Google
86
86
  # @return [Google::Apis::ContainerV1beta1::GcpFilestoreCsiDriverConfig]
87
87
  attr_accessor :gcp_filestore_csi_driver_config
88
88
 
89
+ # Configuration for the Backup for GKE Agent.
90
+ # Corresponds to the JSON property `gkeBackupAgentConfig`
91
+ # @return [Google::Apis::ContainerV1beta1::GkeBackupAgentConfig]
92
+ attr_accessor :gke_backup_agent_config
93
+
89
94
  # Configuration options for the horizontal pod autoscaling feature, which
90
95
  # increases or decreases the number of replica pods a replication controller has
91
96
  # based on the resource usage of the existing pods.
@@ -132,6 +137,7 @@ module Google
132
137
  @dns_cache_config = args[:dns_cache_config] if args.key?(:dns_cache_config)
133
138
  @gce_persistent_disk_csi_driver_config = args[:gce_persistent_disk_csi_driver_config] if args.key?(:gce_persistent_disk_csi_driver_config)
134
139
  @gcp_filestore_csi_driver_config = args[:gcp_filestore_csi_driver_config] if args.key?(:gcp_filestore_csi_driver_config)
140
+ @gke_backup_agent_config = args[:gke_backup_agent_config] if args.key?(:gke_backup_agent_config)
135
141
  @horizontal_pod_autoscaling = args[:horizontal_pod_autoscaling] if args.key?(:horizontal_pod_autoscaling)
136
142
  @http_load_balancing = args[:http_load_balancing] if args.key?(:http_load_balancing)
137
143
  @istio_config = args[:istio_config] if args.key?(:istio_config)
@@ -276,13 +282,14 @@ module Google
276
282
  # @return [Google::Apis::ContainerV1beta1::NodeManagement]
277
283
  attr_accessor :management
278
284
 
279
- # Minimum CPU platform to be used by this instance. The instance may be
280
- # scheduled on the specified or newer CPU platform. Applicable values are the
281
- # friendly names of CPU platforms, such as `minCpuPlatform: "Intel Haswell"` or `
282
- # minCpuPlatform: "Intel Sandy Bridge"`. For more information, read [how to
283
- # specify min CPU platform](https://cloud.google.com/compute/docs/instances/
284
- # specify-min-cpu-platform) To unset the min cpu platform field pass "automatic"
285
- # as field value.
285
+ # Deprecated. Minimum CPU platform to be used for NAP created node pools. The
286
+ # instance may be scheduled on the specified or newer CPU platform. Applicable
287
+ # values are the friendly names of CPU platforms, such as minCpuPlatform: Intel
288
+ # Haswell or minCpuPlatform: Intel Sandy Bridge. For more information, read [how
289
+ # to specify min CPU platform](https://cloud.google.com/compute/docs/instances/
290
+ # specify-min-cpu-platform) This field is deprecated, min_cpu_platform should be
291
+ # specified using cloud.google.com/requested-min-cpu-platform label selector on
292
+ # the pod. To unset the min cpu platform field pass "automatic" as field value.
286
293
  # Corresponds to the JSON property `minCpuPlatform`
287
294
  # @return [String]
288
295
  attr_accessor :min_cpu_platform
@@ -828,6 +835,12 @@ module Google
828
835
  # @return [Fixnum]
829
836
  attr_accessor :node_ipv4_cidr_size
830
837
 
838
+ # node pool configs that apply to all auto-provisioned node pools in autopilot
839
+ # clusters and node auto-provisioning enabled clusters
840
+ # Corresponds to the JSON property `nodePoolAutoConfig`
841
+ # @return [Google::Apis::ContainerV1beta1::NodePoolAutoConfig]
842
+ attr_accessor :node_pool_auto_config
843
+
831
844
  # Subset of Nodepool message that has defaults.
832
845
  # Corresponds to the JSON property `nodePoolDefaults`
833
846
  # @return [Google::Apis::ContainerV1beta1::NodePoolDefaults]
@@ -937,6 +950,11 @@ module Google
937
950
  # @return [Google::Apis::ContainerV1beta1::VerticalPodAutoscaling]
938
951
  attr_accessor :vertical_pod_autoscaling
939
952
 
953
+ # Configuration for direct-path (via ALTS) with workload identity.
954
+ # Corresponds to the JSON property `workloadAltsConfig`
955
+ # @return [Google::Apis::ContainerV1beta1::WorkloadAltsConfig]
956
+ attr_accessor :workload_alts_config
957
+
940
958
  # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
941
959
  # Corresponds to the JSON property `workloadCertificates`
942
960
  # @return [Google::Apis::ContainerV1beta1::WorkloadCertificates]
@@ -1006,6 +1024,7 @@ module Google
1006
1024
  @network_policy = args[:network_policy] if args.key?(:network_policy)
1007
1025
  @node_config = args[:node_config] if args.key?(:node_config)
1008
1026
  @node_ipv4_cidr_size = args[:node_ipv4_cidr_size] if args.key?(:node_ipv4_cidr_size)
1027
+ @node_pool_auto_config = args[:node_pool_auto_config] if args.key?(:node_pool_auto_config)
1009
1028
  @node_pool_defaults = args[:node_pool_defaults] if args.key?(:node_pool_defaults)
1010
1029
  @node_pools = args[:node_pools] if args.key?(:node_pools)
1011
1030
  @notification_config = args[:notification_config] if args.key?(:notification_config)
@@ -1024,6 +1043,7 @@ module Google
1024
1043
  @tpu_config = args[:tpu_config] if args.key?(:tpu_config)
1025
1044
  @tpu_ipv4_cidr_block = args[:tpu_ipv4_cidr_block] if args.key?(:tpu_ipv4_cidr_block)
1026
1045
  @vertical_pod_autoscaling = args[:vertical_pod_autoscaling] if args.key?(:vertical_pod_autoscaling)
1046
+ @workload_alts_config = args[:workload_alts_config] if args.key?(:workload_alts_config)
1027
1047
  @workload_certificates = args[:workload_certificates] if args.key?(:workload_certificates)
1028
1048
  @workload_identity_config = args[:workload_identity_config] if args.key?(:workload_identity_config)
1029
1049
  @zone = args[:zone] if args.key?(:zone)
@@ -1251,6 +1271,13 @@ module Google
1251
1271
  # @return [String]
1252
1272
  attr_accessor :desired_monitoring_service
1253
1273
 
1274
+ # Collection of Compute Engine network tags that can be applied to a node's
1275
+ # underlying VM instance. (See `tags` field in [`NodeConfig`](/kubernetes-engine/
1276
+ # docs/reference/rest/v1/NodeConfig)).
1277
+ # Corresponds to the JSON property `desiredNodePoolAutoConfigNetworkTags`
1278
+ # @return [Google::Apis::ContainerV1beta1::NetworkTags]
1279
+ attr_accessor :desired_node_pool_auto_config_network_tags
1280
+
1254
1281
  # NodePoolAutoscaling contains information required by cluster autoscaler to
1255
1282
  # adjust the size of the node pool to the current cluster usage.
1256
1283
  # Corresponds to the JSON property `desiredNodePoolAutoscaling`
@@ -1331,6 +1358,11 @@ module Google
1331
1358
  # @return [Google::Apis::ContainerV1beta1::VerticalPodAutoscaling]
1332
1359
  attr_accessor :desired_vertical_pod_autoscaling
1333
1360
 
1361
+ # Configuration for direct-path (via ALTS) with workload identity.
1362
+ # Corresponds to the JSON property `desiredWorkloadAltsConfig`
1363
+ # @return [Google::Apis::ContainerV1beta1::WorkloadAltsConfig]
1364
+ attr_accessor :desired_workload_alts_config
1365
+
1334
1366
  # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
1335
1367
  # Corresponds to the JSON property `desiredWorkloadCertificates`
1336
1368
  # @return [Google::Apis::ContainerV1beta1::WorkloadCertificates]
@@ -1370,6 +1402,7 @@ module Google
1370
1402
  @desired_mesh_certificates = args[:desired_mesh_certificates] if args.key?(:desired_mesh_certificates)
1371
1403
  @desired_monitoring_config = args[:desired_monitoring_config] if args.key?(:desired_monitoring_config)
1372
1404
  @desired_monitoring_service = args[:desired_monitoring_service] if args.key?(:desired_monitoring_service)
1405
+ @desired_node_pool_auto_config_network_tags = args[:desired_node_pool_auto_config_network_tags] if args.key?(:desired_node_pool_auto_config_network_tags)
1373
1406
  @desired_node_pool_autoscaling = args[:desired_node_pool_autoscaling] if args.key?(:desired_node_pool_autoscaling)
1374
1407
  @desired_node_pool_id = args[:desired_node_pool_id] if args.key?(:desired_node_pool_id)
1375
1408
  @desired_node_version = args[:desired_node_version] if args.key?(:desired_node_version)
@@ -1383,6 +1416,7 @@ module Google
1383
1416
  @desired_shielded_nodes = args[:desired_shielded_nodes] if args.key?(:desired_shielded_nodes)
1384
1417
  @desired_tpu_config = args[:desired_tpu_config] if args.key?(:desired_tpu_config)
1385
1418
  @desired_vertical_pod_autoscaling = args[:desired_vertical_pod_autoscaling] if args.key?(:desired_vertical_pod_autoscaling)
1419
+ @desired_workload_alts_config = args[:desired_workload_alts_config] if args.key?(:desired_workload_alts_config)
1386
1420
  @desired_workload_certificates = args[:desired_workload_certificates] if args.key?(:desired_workload_certificates)
1387
1421
  @desired_workload_identity_config = args[:desired_workload_identity_config] if args.key?(:desired_workload_identity_config)
1388
1422
  end
@@ -1398,7 +1432,7 @@ module Google
1398
1432
  # @return [String]
1399
1433
  attr_accessor :cluster_id
1400
1434
 
1401
- # The name (project, location, cluster id) of the cluster to complete IP
1435
+ # The name (project, location, cluster name) of the cluster to complete IP
1402
1436
  # rotation. Specified in the format `projects/*/locations/*/clusters/*`.
1403
1437
  # Corresponds to the JSON property `name`
1404
1438
  # @return [String]
@@ -1436,7 +1470,7 @@ module Google
1436
1470
  class ConfidentialNodes
1437
1471
  include Google::Apis::Core::Hashable
1438
1472
 
1439
- # Whether Confidential Nodes feature is enabled for all nodes in this cluster.
1473
+ # Whether Confidential Nodes feature is enabled.
1440
1474
  # Corresponds to the JSON property `enabled`
1441
1475
  # @return [Boolean]
1442
1476
  attr_accessor :enabled
@@ -1568,8 +1602,8 @@ module Google
1568
1602
  # @return [Google::Apis::ContainerV1beta1::NodePool]
1569
1603
  attr_accessor :node_pool
1570
1604
 
1571
- # The parent (project, location, cluster id) where the node pool will be created.
1572
- # Specified in the format `projects/*/locations/*/clusters/*`.
1605
+ # The parent (project, location, cluster name) where the node pool will be
1606
+ # created. Specified in the format `projects/*/locations/*/clusters/*`.
1573
1607
  # Corresponds to the JSON property `parent`
1574
1608
  # @return [String]
1575
1609
  attr_accessor :parent
@@ -1690,10 +1724,10 @@ module Google
1690
1724
  # day and time zone are either specified elsewhere or are insignificant. The
1691
1725
  # date is relative to the Gregorian Calendar. This can represent one of the
1692
1726
  # following: * A full date, with non-zero year, month, and day values * A month
1693
- # and day value, with a zero year, such as an anniversary * A year on its own,
1694
- # with zero month and day values * A year and month value, with a zero day, such
1695
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
1696
- # google.protobuf.Timestamp`.
1727
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
1728
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
1729
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
1730
+ # DateTime * google.protobuf.Timestamp
1697
1731
  class Date
1698
1732
  include Google::Apis::Core::Hashable
1699
1733
 
@@ -1807,6 +1841,28 @@ module Google
1807
1841
  end
1808
1842
  end
1809
1843
 
1844
+ # Allows filtering to one or more specific event types. If event types are
1845
+ # present, those and only those event types will be transmitted to the cluster.
1846
+ # Other types will be skipped. If no filter is specified, or no event types are
1847
+ # present, all event types will be sent
1848
+ class Filter
1849
+ include Google::Apis::Core::Hashable
1850
+
1851
+ # Event types to allowlist.
1852
+ # Corresponds to the JSON property `eventType`
1853
+ # @return [Array<String>]
1854
+ attr_accessor :event_type
1855
+
1856
+ def initialize(**args)
1857
+ update!(**args)
1858
+ end
1859
+
1860
+ # Update properties of this object
1861
+ def update!(**args)
1862
+ @event_type = args[:event_type] if args.key?(:event_type)
1863
+ end
1864
+ end
1865
+
1810
1866
  # Configuration for the Compute Engine PD CSI driver.
1811
1867
  class GcePersistentDiskCsiDriverConfig
1812
1868
  include Google::Apis::Core::Hashable
@@ -1954,6 +2010,26 @@ module Google
1954
2010
  end
1955
2011
  end
1956
2012
 
2013
+ # Configuration for the Backup for GKE Agent.
2014
+ class GkeBackupAgentConfig
2015
+ include Google::Apis::Core::Hashable
2016
+
2017
+ # Whether the Backup for GKE agent is enabled for this cluster.
2018
+ # Corresponds to the JSON property `enabled`
2019
+ # @return [Boolean]
2020
+ attr_accessor :enabled
2021
+ alias_method :enabled?, :enabled
2022
+
2023
+ def initialize(**args)
2024
+ update!(**args)
2025
+ end
2026
+
2027
+ # Update properties of this object
2028
+ def update!(**args)
2029
+ @enabled = args[:enabled] if args.key?(:enabled)
2030
+ end
2031
+ end
2032
+
1957
2033
  # Configuration options for the horizontal pod autoscaling feature, which
1958
2034
  # increases or decreases the number of replica pods a replication controller has
1959
2035
  # based on the resource usage of the existing pods.
@@ -2622,6 +2698,25 @@ module Google
2622
2698
  end
2623
2699
  end
2624
2700
 
2701
+ # Represents the Maintenance exclusion option.
2702
+ class MaintenanceExclusionOptions
2703
+ include Google::Apis::Core::Hashable
2704
+
2705
+ # Scope specifies the upgrade scope which upgrades are blocked by the exclusion.
2706
+ # Corresponds to the JSON property `scope`
2707
+ # @return [String]
2708
+ attr_accessor :scope
2709
+
2710
+ def initialize(**args)
2711
+ update!(**args)
2712
+ end
2713
+
2714
+ # Update properties of this object
2715
+ def update!(**args)
2716
+ @scope = args[:scope] if args.key?(:scope)
2717
+ end
2718
+ end
2719
+
2625
2720
  # MaintenancePolicy defines the maintenance policy to be used for the cluster.
2626
2721
  class MaintenancePolicy
2627
2722
  include Google::Apis::Core::Hashable
@@ -3367,8 +3462,8 @@ module Google
3367
3462
 
3368
3463
  # Control the CPU management policy on the node. See https://kubernetes.io/docs/
3369
3464
  # tasks/administer-cluster/cpu-management-policies/ The following values are
3370
- # allowed. - "none": the default, which represents the existing scheduling
3371
- # behavior. - "static": allows pods with certain resource characteristics to be
3465
+ # allowed. * "none": the default, which represents the existing scheduling
3466
+ # behavior. * "static": allows pods with certain resource characteristics to be
3372
3467
  # granted increased CPU affinity and exclusivity on the node. The default value
3373
3468
  # is 'none' if unspecified.
3374
3469
  # Corresponds to the JSON property `cpuManagerPolicy`
@@ -3573,6 +3668,11 @@ module Google
3573
3668
  # @return [Google::Apis::ContainerV1beta1::NodeNetworkConfig]
3574
3669
  attr_accessor :network_config
3575
3670
 
3671
+ # PlacementPolicy defines the placement policy used by the node pool.
3672
+ # Corresponds to the JSON property `placementPolicy`
3673
+ # @return [Google::Apis::ContainerV1beta1::PlacementPolicy]
3674
+ attr_accessor :placement_policy
3675
+
3576
3676
  # [Output only] The pod CIDR block size per node in this node pool.
3577
3677
  # Corresponds to the JSON property `podIpv4CidrSize`
3578
3678
  # @return [Fixnum]
@@ -3620,6 +3720,7 @@ module Google
3620
3720
  @max_pods_constraint = args[:max_pods_constraint] if args.key?(:max_pods_constraint)
3621
3721
  @name = args[:name] if args.key?(:name)
3622
3722
  @network_config = args[:network_config] if args.key?(:network_config)
3723
+ @placement_policy = args[:placement_policy] if args.key?(:placement_policy)
3623
3724
  @pod_ipv4_cidr_size = args[:pod_ipv4_cidr_size] if args.key?(:pod_ipv4_cidr_size)
3624
3725
  @self_link = args[:self_link] if args.key?(:self_link)
3625
3726
  @status = args[:status] if args.key?(:status)
@@ -3629,6 +3730,28 @@ module Google
3629
3730
  end
3630
3731
  end
3631
3732
 
3733
+ # node pool configs that apply to all auto-provisioned node pools in autopilot
3734
+ # clusters and node auto-provisioning enabled clusters
3735
+ class NodePoolAutoConfig
3736
+ include Google::Apis::Core::Hashable
3737
+
3738
+ # Collection of Compute Engine network tags that can be applied to a node's
3739
+ # underlying VM instance. (See `tags` field in [`NodeConfig`](/kubernetes-engine/
3740
+ # docs/reference/rest/v1/NodeConfig)).
3741
+ # Corresponds to the JSON property `networkTags`
3742
+ # @return [Google::Apis::ContainerV1beta1::NetworkTags]
3743
+ attr_accessor :network_tags
3744
+
3745
+ def initialize(**args)
3746
+ update!(**args)
3747
+ end
3748
+
3749
+ # Update properties of this object
3750
+ def update!(**args)
3751
+ @network_tags = args[:network_tags] if args.key?(:network_tags)
3752
+ end
3753
+ end
3754
+
3632
3755
  # NodePoolAutoscaling contains information required by cluster autoscaler to
3633
3756
  # adjust the size of the node pool to the current cluster usage.
3634
3757
  class NodePoolAutoscaling
@@ -3922,6 +4045,25 @@ module Google
3922
4045
  end
3923
4046
  end
3924
4047
 
4048
+ # PlacementPolicy defines the placement policy used by the node pool.
4049
+ class PlacementPolicy
4050
+ include Google::Apis::Core::Hashable
4051
+
4052
+ # The type of placement.
4053
+ # Corresponds to the JSON property `type`
4054
+ # @return [String]
4055
+ attr_accessor :type
4056
+
4057
+ def initialize(**args)
4058
+ update!(**args)
4059
+ end
4060
+
4061
+ # Update properties of this object
4062
+ def update!(**args)
4063
+ @type = args[:type] if args.key?(:type)
4064
+ end
4065
+ end
4066
+
3925
4067
  # Configuration for the PodSecurityPolicy feature.
3926
4068
  class PodSecurityPolicyConfig
3927
4069
  include Google::Apis::Core::Hashable
@@ -4035,6 +4177,14 @@ module Google
4035
4177
  attr_accessor :enabled
4036
4178
  alias_method :enabled?, :enabled
4037
4179
 
4180
+ # Allows filtering to one or more specific event types. If event types are
4181
+ # present, those and only those event types will be transmitted to the cluster.
4182
+ # Other types will be skipped. If no filter is specified, or no event types are
4183
+ # present, all event types will be sent
4184
+ # Corresponds to the JSON property `filter`
4185
+ # @return [Google::Apis::ContainerV1beta1::Filter]
4186
+ attr_accessor :filter
4187
+
4038
4188
  # The desired Pub/Sub topic to which notifications will be sent by GKE. Format
4039
4189
  # is `projects/`project`/topics/`topic``.
4040
4190
  # Corresponds to the JSON property `topic`
@@ -4048,6 +4198,7 @@ module Google
4048
4198
  # Update properties of this object
4049
4199
  def update!(**args)
4050
4200
  @enabled = args[:enabled] if args.key?(:enabled)
4201
+ @filter = args[:filter] if args.key?(:filter)
4051
4202
  @topic = args[:topic] if args.key?(:topic)
4052
4203
  end
4053
4204
  end
@@ -4329,6 +4480,89 @@ module Google
4329
4480
  end
4330
4481
  end
4331
4482
 
4483
+ # SecurityBulletinEvent is a notification sent to customers when a security
4484
+ # bulletin has been posted that they are vulnerable to.
4485
+ class SecurityBulletinEvent
4486
+ include Google::Apis::Core::Hashable
4487
+
4488
+ # The GKE minor versions affected by this vulnerability.
4489
+ # Corresponds to the JSON property `affectedSupportedMinors`
4490
+ # @return [Array<String>]
4491
+ attr_accessor :affected_supported_minors
4492
+
4493
+ # A brief description of the bulletin. See the bulletin pointed to by the
4494
+ # bulletin_uri field for an expanded description.
4495
+ # Corresponds to the JSON property `briefDescription`
4496
+ # @return [String]
4497
+ attr_accessor :brief_description
4498
+
4499
+ # The ID of the bulletin corresponding to the vulnerability.
4500
+ # Corresponds to the JSON property `bulletinId`
4501
+ # @return [String]
4502
+ attr_accessor :bulletin_id
4503
+
4504
+ # The URI link to the bulletin on the website for more information.
4505
+ # Corresponds to the JSON property `bulletinUri`
4506
+ # @return [String]
4507
+ attr_accessor :bulletin_uri
4508
+
4509
+ # The CVEs associated with this bulletin.
4510
+ # Corresponds to the JSON property `cveIds`
4511
+ # @return [Array<String>]
4512
+ attr_accessor :cve_ids
4513
+
4514
+ # If this field is specified, it means there are manual steps that the user must
4515
+ # take to make their clusters safe.
4516
+ # Corresponds to the JSON property `manualStepsRequired`
4517
+ # @return [Boolean]
4518
+ attr_accessor :manual_steps_required
4519
+ alias_method :manual_steps_required?, :manual_steps_required
4520
+
4521
+ # The GKE versions where this vulnerability is patched.
4522
+ # Corresponds to the JSON property `patchedVersions`
4523
+ # @return [Array<String>]
4524
+ attr_accessor :patched_versions
4525
+
4526
+ # The resource type (node/control plane) that has the vulnerability. Multiple
4527
+ # notifications (1 notification per resource type) will be sent for a
4528
+ # vulnerability that affects > 1 resource type.
4529
+ # Corresponds to the JSON property `resourceTypeAffected`
4530
+ # @return [String]
4531
+ attr_accessor :resource_type_affected
4532
+
4533
+ # The severity of this bulletin as it relates to GKE.
4534
+ # Corresponds to the JSON property `severity`
4535
+ # @return [String]
4536
+ attr_accessor :severity
4537
+
4538
+ # This represents a version selected from the patched_versions field that the
4539
+ # cluster receiving this notification should most likely want to upgrade to
4540
+ # based on its current version. Note that if this notification is being received
4541
+ # by a given cluster, it means that this version is currently available as an
4542
+ # upgrade target in that cluster's location.
4543
+ # Corresponds to the JSON property `suggestedUpgradeTarget`
4544
+ # @return [String]
4545
+ attr_accessor :suggested_upgrade_target
4546
+
4547
+ def initialize(**args)
4548
+ update!(**args)
4549
+ end
4550
+
4551
+ # Update properties of this object
4552
+ def update!(**args)
4553
+ @affected_supported_minors = args[:affected_supported_minors] if args.key?(:affected_supported_minors)
4554
+ @brief_description = args[:brief_description] if args.key?(:brief_description)
4555
+ @bulletin_id = args[:bulletin_id] if args.key?(:bulletin_id)
4556
+ @bulletin_uri = args[:bulletin_uri] if args.key?(:bulletin_uri)
4557
+ @cve_ids = args[:cve_ids] if args.key?(:cve_ids)
4558
+ @manual_steps_required = args[:manual_steps_required] if args.key?(:manual_steps_required)
4559
+ @patched_versions = args[:patched_versions] if args.key?(:patched_versions)
4560
+ @resource_type_affected = args[:resource_type_affected] if args.key?(:resource_type_affected)
4561
+ @severity = args[:severity] if args.key?(:severity)
4562
+ @suggested_upgrade_target = args[:suggested_upgrade_target] if args.key?(:suggested_upgrade_target)
4563
+ end
4564
+ end
4565
+
4332
4566
  # Kubernetes Engine service configuration.
4333
4567
  class ServerConfig
4334
4568
  include Google::Apis::Core::Hashable
@@ -4475,7 +4709,7 @@ module Google
4475
4709
  # @return [String]
4476
4710
  attr_accessor :label_fingerprint
4477
4711
 
4478
- # The name (project, location, cluster id) of the cluster to set labels.
4712
+ # The name (project, location, cluster name) of the cluster to set labels.
4479
4713
  # Specified in the format `projects/*/locations/*/clusters/*`.
4480
4714
  # Corresponds to the JSON property `name`
4481
4715
  # @return [String]
@@ -4532,7 +4766,7 @@ module Google
4532
4766
  attr_accessor :enabled
4533
4767
  alias_method :enabled?, :enabled
4534
4768
 
4535
- # The name (project, location, cluster id) of the cluster to set legacy abac.
4769
+ # The name (project, location, cluster name) of the cluster to set legacy abac.
4536
4770
  # Specified in the format `projects/*/locations/*/clusters/*`.
4537
4771
  # Corresponds to the JSON property `name`
4538
4772
  # @return [String]
@@ -4689,7 +4923,7 @@ module Google
4689
4923
  # @return [Google::Apis::ContainerV1beta1::MaintenancePolicy]
4690
4924
  attr_accessor :maintenance_policy
4691
4925
 
4692
- # The name (project, location, cluster id) of the cluster to set maintenance
4926
+ # The name (project, location, cluster name) of the cluster to set maintenance
4693
4927
  # policy. Specified in the format `projects/*/locations/*/clusters/*`.
4694
4928
  # Corresponds to the JSON property `name`
4695
4929
  # @return [String]
@@ -4842,7 +5076,7 @@ module Google
4842
5076
  # @return [String]
4843
5077
  attr_accessor :cluster_id
4844
5078
 
4845
- # The name (project, location, cluster id) of the cluster to set networking
5079
+ # The name (project, location, cluster name) of the cluster to set networking
4846
5080
  # policy. Specified in the format `projects/*/locations/*/clusters/*`.
4847
5081
  # Corresponds to the JSON property `name`
4848
5082
  # @return [String]
@@ -5120,7 +5354,7 @@ module Google
5120
5354
  # @return [String]
5121
5355
  attr_accessor :cluster_id
5122
5356
 
5123
- # The name (project, location, cluster id) of the cluster to start IP rotation.
5357
+ # The name (project, location, cluster name) of the cluster to start IP rotation.
5124
5358
  # Specified in the format `projects/*/locations/*/clusters/*`.
5125
5359
  # Corresponds to the JSON property `name`
5126
5360
  # @return [String]
@@ -5242,6 +5476,11 @@ module Google
5242
5476
  # @return [String]
5243
5477
  attr_accessor :end_time
5244
5478
 
5479
+ # Represents the Maintenance exclusion option.
5480
+ # Corresponds to the JSON property `maintenanceExclusionOptions`
5481
+ # @return [Google::Apis::ContainerV1beta1::MaintenanceExclusionOptions]
5482
+ attr_accessor :maintenance_exclusion_options
5483
+
5245
5484
  # The time that the window first starts.
5246
5485
  # Corresponds to the JSON property `startTime`
5247
5486
  # @return [String]
@@ -5254,6 +5493,7 @@ module Google
5254
5493
  # Update properties of this object
5255
5494
  def update!(**args)
5256
5495
  @end_time = args[:end_time] if args.key?(:end_time)
5496
+ @maintenance_exclusion_options = args[:maintenance_exclusion_options] if args.key?(:maintenance_exclusion_options)
5257
5497
  @start_time = args[:start_time] if args.key?(:start_time)
5258
5498
  end
5259
5499
  end
@@ -5799,10 +6039,10 @@ module Google
5799
6039
  # day and time zone are either specified elsewhere or are insignificant. The
5800
6040
  # date is relative to the Gregorian Calendar. This can represent one of the
5801
6041
  # following: * A full date, with non-zero year, month, and day values * A month
5802
- # and day value, with a zero year, such as an anniversary * A year on its own,
5803
- # with zero month and day values * A year and month value, with a zero day, such
5804
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
5805
- # google.protobuf.Timestamp`.
6042
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
6043
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
6044
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
6045
+ # DateTime * google.protobuf.Timestamp
5806
6046
  # Corresponds to the JSON property `supportEndDate`
5807
6047
  # @return [Google::Apis::ContainerV1beta1::Date]
5808
6048
  attr_accessor :support_end_date
@@ -5838,6 +6078,27 @@ module Google
5838
6078
  end
5839
6079
  end
5840
6080
 
6081
+ # Configuration for direct-path (via ALTS) with workload identity.
6082
+ class WorkloadAltsConfig
6083
+ include Google::Apis::Core::Hashable
6084
+
6085
+ # enable_alts controls whether the alts handshaker should be enabled or not for
6086
+ # direct-path. Requires Workload Identity (workload_pool must be non-empty).
6087
+ # Corresponds to the JSON property `enableAlts`
6088
+ # @return [Boolean]
6089
+ attr_accessor :enable_alts
6090
+ alias_method :enable_alts?, :enable_alts
6091
+
6092
+ def initialize(**args)
6093
+ update!(**args)
6094
+ end
6095
+
6096
+ # Update properties of this object
6097
+ def update!(**args)
6098
+ @enable_alts = args[:enable_alts] if args.key?(:enable_alts)
6099
+ end
6100
+ end
6101
+
5841
6102
  # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
5842
6103
  class WorkloadCertificates
5843
6104
  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.23.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211104"
25
+ REVISION = "20220215"
26
26
  end
27
27
  end
28
28
  end
@@ -214,6 +214,12 @@ module Google
214
214
  include Google::Apis::Core::JsonObjectSupport
215
215
  end
216
216
 
217
+ class Filter
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
217
223
  class GcePersistentDiskCsiDriverConfig
218
224
  class Representation < Google::Apis::Core::JsonRepresentation; end
219
225
 
@@ -244,6 +250,12 @@ module Google
244
250
  include Google::Apis::Core::JsonObjectSupport
245
251
  end
246
252
 
253
+ class GkeBackupAgentConfig
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
247
259
  class HorizontalPodAutoscaling
248
260
  class Representation < Google::Apis::Core::JsonRepresentation; end
249
261
 
@@ -370,6 +382,12 @@ module Google
370
382
  include Google::Apis::Core::JsonObjectSupport
371
383
  end
372
384
 
385
+ class MaintenanceExclusionOptions
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
373
391
  class MaintenancePolicy
374
392
  class Representation < Google::Apis::Core::JsonRepresentation; end
375
393
 
@@ -502,6 +520,12 @@ module Google
502
520
  include Google::Apis::Core::JsonObjectSupport
503
521
  end
504
522
 
523
+ class NodePoolAutoConfig
524
+ class Representation < Google::Apis::Core::JsonRepresentation; end
525
+
526
+ include Google::Apis::Core::JsonObjectSupport
527
+ end
528
+
505
529
  class NodePoolAutoscaling
506
530
  class Representation < Google::Apis::Core::JsonRepresentation; end
507
531
 
@@ -544,6 +568,12 @@ module Google
544
568
  include Google::Apis::Core::JsonObjectSupport
545
569
  end
546
570
 
571
+ class PlacementPolicy
572
+ class Representation < Google::Apis::Core::JsonRepresentation; end
573
+
574
+ include Google::Apis::Core::JsonObjectSupport
575
+ end
576
+
547
577
  class PodSecurityPolicyConfig
548
578
  class Representation < Google::Apis::Core::JsonRepresentation; end
549
579
 
@@ -616,6 +646,12 @@ module Google
616
646
  include Google::Apis::Core::JsonObjectSupport
617
647
  end
618
648
 
649
+ class SecurityBulletinEvent
650
+ class Representation < Google::Apis::Core::JsonRepresentation; end
651
+
652
+ include Google::Apis::Core::JsonObjectSupport
653
+ end
654
+
619
655
  class ServerConfig
620
656
  class Representation < Google::Apis::Core::JsonRepresentation; end
621
657
 
@@ -814,6 +850,12 @@ module Google
814
850
  include Google::Apis::Core::JsonObjectSupport
815
851
  end
816
852
 
853
+ class WorkloadAltsConfig
854
+ class Representation < Google::Apis::Core::JsonRepresentation; end
855
+
856
+ include Google::Apis::Core::JsonObjectSupport
857
+ end
858
+
817
859
  class WorkloadCertificates
818
860
  class Representation < Google::Apis::Core::JsonRepresentation; end
819
861
 
@@ -854,6 +896,8 @@ module Google
854
896
 
855
897
  property :gcp_filestore_csi_driver_config, as: 'gcpFilestoreCsiDriverConfig', class: Google::Apis::ContainerV1beta1::GcpFilestoreCsiDriverConfig, decorator: Google::Apis::ContainerV1beta1::GcpFilestoreCsiDriverConfig::Representation
856
898
 
899
+ property :gke_backup_agent_config, as: 'gkeBackupAgentConfig', class: Google::Apis::ContainerV1beta1::GkeBackupAgentConfig, decorator: Google::Apis::ContainerV1beta1::GkeBackupAgentConfig::Representation
900
+
857
901
  property :horizontal_pod_autoscaling, as: 'horizontalPodAutoscaling', class: Google::Apis::ContainerV1beta1::HorizontalPodAutoscaling, decorator: Google::Apis::ContainerV1beta1::HorizontalPodAutoscaling::Representation
858
902
 
859
903
  property :http_load_balancing, as: 'httpLoadBalancing', class: Google::Apis::ContainerV1beta1::HttpLoadBalancing, decorator: Google::Apis::ContainerV1beta1::HttpLoadBalancing::Representation
@@ -1045,6 +1089,8 @@ module Google
1045
1089
  property :node_config, as: 'nodeConfig', class: Google::Apis::ContainerV1beta1::NodeConfig, decorator: Google::Apis::ContainerV1beta1::NodeConfig::Representation
1046
1090
 
1047
1091
  property :node_ipv4_cidr_size, as: 'nodeIpv4CidrSize'
1092
+ property :node_pool_auto_config, as: 'nodePoolAutoConfig', class: Google::Apis::ContainerV1beta1::NodePoolAutoConfig, decorator: Google::Apis::ContainerV1beta1::NodePoolAutoConfig::Representation
1093
+
1048
1094
  property :node_pool_defaults, as: 'nodePoolDefaults', class: Google::Apis::ContainerV1beta1::NodePoolDefaults, decorator: Google::Apis::ContainerV1beta1::NodePoolDefaults::Representation
1049
1095
 
1050
1096
  collection :node_pools, as: 'nodePools', class: Google::Apis::ContainerV1beta1::NodePool, decorator: Google::Apis::ContainerV1beta1::NodePool::Representation
@@ -1073,6 +1119,8 @@ module Google
1073
1119
  property :tpu_ipv4_cidr_block, as: 'tpuIpv4CidrBlock'
1074
1120
  property :vertical_pod_autoscaling, as: 'verticalPodAutoscaling', class: Google::Apis::ContainerV1beta1::VerticalPodAutoscaling, decorator: Google::Apis::ContainerV1beta1::VerticalPodAutoscaling::Representation
1075
1121
 
1122
+ property :workload_alts_config, as: 'workloadAltsConfig', class: Google::Apis::ContainerV1beta1::WorkloadAltsConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadAltsConfig::Representation
1123
+
1076
1124
  property :workload_certificates, as: 'workloadCertificates', class: Google::Apis::ContainerV1beta1::WorkloadCertificates, decorator: Google::Apis::ContainerV1beta1::WorkloadCertificates::Representation
1077
1125
 
1078
1126
  property :workload_identity_config, as: 'workloadIdentityConfig', class: Google::Apis::ContainerV1beta1::WorkloadIdentityConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadIdentityConfig::Representation
@@ -1144,6 +1192,8 @@ module Google
1144
1192
  property :desired_monitoring_config, as: 'desiredMonitoringConfig', class: Google::Apis::ContainerV1beta1::MonitoringConfig, decorator: Google::Apis::ContainerV1beta1::MonitoringConfig::Representation
1145
1193
 
1146
1194
  property :desired_monitoring_service, as: 'desiredMonitoringService'
1195
+ property :desired_node_pool_auto_config_network_tags, as: 'desiredNodePoolAutoConfigNetworkTags', class: Google::Apis::ContainerV1beta1::NetworkTags, decorator: Google::Apis::ContainerV1beta1::NetworkTags::Representation
1196
+
1147
1197
  property :desired_node_pool_autoscaling, as: 'desiredNodePoolAutoscaling', class: Google::Apis::ContainerV1beta1::NodePoolAutoscaling, decorator: Google::Apis::ContainerV1beta1::NodePoolAutoscaling::Representation
1148
1198
 
1149
1199
  property :desired_node_pool_id, as: 'desiredNodePoolId'
@@ -1167,6 +1217,8 @@ module Google
1167
1217
 
1168
1218
  property :desired_vertical_pod_autoscaling, as: 'desiredVerticalPodAutoscaling', class: Google::Apis::ContainerV1beta1::VerticalPodAutoscaling, decorator: Google::Apis::ContainerV1beta1::VerticalPodAutoscaling::Representation
1169
1219
 
1220
+ property :desired_workload_alts_config, as: 'desiredWorkloadAltsConfig', class: Google::Apis::ContainerV1beta1::WorkloadAltsConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadAltsConfig::Representation
1221
+
1170
1222
  property :desired_workload_certificates, as: 'desiredWorkloadCertificates', class: Google::Apis::ContainerV1beta1::WorkloadCertificates, decorator: Google::Apis::ContainerV1beta1::WorkloadCertificates::Representation
1171
1223
 
1172
1224
  property :desired_workload_identity_config, as: 'desiredWorkloadIdentityConfig', class: Google::Apis::ContainerV1beta1::WorkloadIdentityConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadIdentityConfig::Representation
@@ -1289,6 +1341,13 @@ module Google
1289
1341
  end
1290
1342
  end
1291
1343
 
1344
+ class Filter
1345
+ # @private
1346
+ class Representation < Google::Apis::Core::JsonRepresentation
1347
+ collection :event_type, as: 'eventType'
1348
+ end
1349
+ end
1350
+
1292
1351
  class GcePersistentDiskCsiDriverConfig
1293
1352
  # @private
1294
1353
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1335,6 +1394,13 @@ module Google
1335
1394
  end
1336
1395
  end
1337
1396
 
1397
+ class GkeBackupAgentConfig
1398
+ # @private
1399
+ class Representation < Google::Apis::Core::JsonRepresentation
1400
+ property :enabled, as: 'enabled'
1401
+ end
1402
+ end
1403
+
1338
1404
  class HorizontalPodAutoscaling
1339
1405
  # @private
1340
1406
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1518,6 +1584,13 @@ module Google
1518
1584
  end
1519
1585
  end
1520
1586
 
1587
+ class MaintenanceExclusionOptions
1588
+ # @private
1589
+ class Representation < Google::Apis::Core::JsonRepresentation
1590
+ property :scope, as: 'scope'
1591
+ end
1592
+ end
1593
+
1521
1594
  class MaintenancePolicy
1522
1595
  # @private
1523
1596
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1762,6 +1835,8 @@ module Google
1762
1835
  property :name, as: 'name'
1763
1836
  property :network_config, as: 'networkConfig', class: Google::Apis::ContainerV1beta1::NodeNetworkConfig, decorator: Google::Apis::ContainerV1beta1::NodeNetworkConfig::Representation
1764
1837
 
1838
+ property :placement_policy, as: 'placementPolicy', class: Google::Apis::ContainerV1beta1::PlacementPolicy, decorator: Google::Apis::ContainerV1beta1::PlacementPolicy::Representation
1839
+
1765
1840
  property :pod_ipv4_cidr_size, as: 'podIpv4CidrSize'
1766
1841
  property :self_link, as: 'selfLink'
1767
1842
  property :status, as: 'status'
@@ -1772,6 +1847,14 @@ module Google
1772
1847
  end
1773
1848
  end
1774
1849
 
1850
+ class NodePoolAutoConfig
1851
+ # @private
1852
+ class Representation < Google::Apis::Core::JsonRepresentation
1853
+ property :network_tags, as: 'networkTags', class: Google::Apis::ContainerV1beta1::NetworkTags, decorator: Google::Apis::ContainerV1beta1::NetworkTags::Representation
1854
+
1855
+ end
1856
+ end
1857
+
1775
1858
  class NodePoolAutoscaling
1776
1859
  # @private
1777
1860
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1852,6 +1935,13 @@ module Google
1852
1935
  end
1853
1936
  end
1854
1937
 
1938
+ class PlacementPolicy
1939
+ # @private
1940
+ class Representation < Google::Apis::Core::JsonRepresentation
1941
+ property :type, as: 'type'
1942
+ end
1943
+ end
1944
+
1855
1945
  class PodSecurityPolicyConfig
1856
1946
  # @private
1857
1947
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1884,6 +1974,8 @@ module Google
1884
1974
  # @private
1885
1975
  class Representation < Google::Apis::Core::JsonRepresentation
1886
1976
  property :enabled, as: 'enabled'
1977
+ property :filter, as: 'filter', class: Google::Apis::ContainerV1beta1::Filter, decorator: Google::Apis::ContainerV1beta1::Filter::Representation
1978
+
1887
1979
  property :topic, as: 'topic'
1888
1980
  end
1889
1981
  end
@@ -1963,6 +2055,22 @@ module Google
1963
2055
  end
1964
2056
  end
1965
2057
 
2058
+ class SecurityBulletinEvent
2059
+ # @private
2060
+ class Representation < Google::Apis::Core::JsonRepresentation
2061
+ collection :affected_supported_minors, as: 'affectedSupportedMinors'
2062
+ property :brief_description, as: 'briefDescription'
2063
+ property :bulletin_id, as: 'bulletinId'
2064
+ property :bulletin_uri, as: 'bulletinUri'
2065
+ collection :cve_ids, as: 'cveIds'
2066
+ property :manual_steps_required, as: 'manualStepsRequired'
2067
+ collection :patched_versions, as: 'patchedVersions'
2068
+ property :resource_type_affected, as: 'resourceTypeAffected'
2069
+ property :severity, as: 'severity'
2070
+ property :suggested_upgrade_target, as: 'suggestedUpgradeTarget'
2071
+ end
2072
+ end
2073
+
1966
2074
  class ServerConfig
1967
2075
  # @private
1968
2076
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2176,6 +2284,8 @@ module Google
2176
2284
  # @private
2177
2285
  class Representation < Google::Apis::Core::JsonRepresentation
2178
2286
  property :end_time, as: 'endTime'
2287
+ property :maintenance_exclusion_options, as: 'maintenanceExclusionOptions', class: Google::Apis::ContainerV1beta1::MaintenanceExclusionOptions, decorator: Google::Apis::ContainerV1beta1::MaintenanceExclusionOptions::Representation
2288
+
2179
2289
  property :start_time, as: 'startTime'
2180
2290
  end
2181
2291
  end
@@ -2330,6 +2440,13 @@ module Google
2330
2440
  end
2331
2441
  end
2332
2442
 
2443
+ class WorkloadAltsConfig
2444
+ # @private
2445
+ class Representation < Google::Apis::Core::JsonRepresentation
2446
+ property :enable_alts, as: 'enableAlts'
2447
+ end
2448
+ end
2449
+
2333
2450
  class WorkloadCertificates
2334
2451
  # @private
2335
2452
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -171,7 +171,7 @@ module Google
171
171
 
172
172
  # Completes master IP rotation.
173
173
  # @param [String] name
174
- # The name (project, location, cluster id) of the cluster to complete IP
174
+ # The name (project, location, cluster name) of the cluster to complete IP
175
175
  # rotation. Specified in the format `projects/*/locations/*/clusters/*`.
176
176
  # @param [Google::Apis::ContainerV1beta1::CompleteIpRotationRequest] complete_ip_rotation_request_object
177
177
  # @param [String] fields
@@ -342,8 +342,8 @@ module Google
342
342
  # This API is not yet intended for general use, and is not available for all
343
343
  # clusters.
344
344
  # @param [String] parent
345
- # The cluster (project, location, cluster id) to get keys for. Specified in the
346
- # format `projects/*/locations/*/clusters/*`.
345
+ # The cluster (project, location, cluster name) to get keys for. Specified in
346
+ # the format `projects/*/locations/*/clusters/*`.
347
347
  # @param [String] fields
348
348
  # Selector specifying which fields to include in a partial response.
349
349
  # @param [String] quota_user
@@ -451,7 +451,7 @@ module Google
451
451
 
452
452
  # Enables or disables the ABAC authorization mechanism on a cluster.
453
453
  # @param [String] name
454
- # The name (project, location, cluster id) of the cluster to set legacy abac.
454
+ # The name (project, location, cluster name) of the cluster to set legacy abac.
455
455
  # Specified in the format `projects/*/locations/*/clusters/*`.
456
456
  # @param [Google::Apis::ContainerV1beta1::SetLegacyAbacRequest] set_legacy_abac_request_object
457
457
  # @param [String] fields
@@ -555,7 +555,7 @@ module Google
555
555
 
556
556
  # Sets the maintenance policy for a cluster.
557
557
  # @param [String] name
558
- # The name (project, location, cluster id) of the cluster to set maintenance
558
+ # The name (project, location, cluster name) of the cluster to set maintenance
559
559
  # policy. Specified in the format `projects/*/locations/*/clusters/*`.
560
560
  # @param [Google::Apis::ContainerV1beta1::SetMaintenancePolicyRequest] set_maintenance_policy_request_object
561
561
  # @param [String] fields
@@ -659,7 +659,7 @@ module Google
659
659
 
660
660
  # Enables or disables Network Policy for a cluster.
661
661
  # @param [String] name
662
- # The name (project, location, cluster id) of the cluster to set networking
662
+ # The name (project, location, cluster name) of the cluster to set networking
663
663
  # policy. Specified in the format `projects/*/locations/*/clusters/*`.
664
664
  # @param [Google::Apis::ContainerV1beta1::SetNetworkPolicyRequest] set_network_policy_request_object
665
665
  # @param [String] fields
@@ -693,7 +693,7 @@ module Google
693
693
 
694
694
  # Sets labels on a cluster.
695
695
  # @param [String] name
696
- # The name (project, location, cluster id) of the cluster to set labels.
696
+ # The name (project, location, cluster name) of the cluster to set labels.
697
697
  # Specified in the format `projects/*/locations/*/clusters/*`.
698
698
  # @param [Google::Apis::ContainerV1beta1::SetLabelsRequest] set_labels_request_object
699
699
  # @param [String] fields
@@ -727,7 +727,7 @@ module Google
727
727
 
728
728
  # Starts master IP rotation.
729
729
  # @param [String] name
730
- # The name (project, location, cluster id) of the cluster to start IP rotation.
730
+ # The name (project, location, cluster name) of the cluster to start IP rotation.
731
731
  # Specified in the format `projects/*/locations/*/clusters/*`.
732
732
  # @param [Google::Apis::ContainerV1beta1::StartIpRotationRequest] start_ip_rotation_request_object
733
733
  # @param [String] fields
@@ -829,8 +829,8 @@ module Google
829
829
 
830
830
  # Creates a node pool for a cluster.
831
831
  # @param [String] parent
832
- # The parent (project, location, cluster id) where the node pool will be created.
833
- # Specified in the format `projects/*/locations/*/clusters/*`.
832
+ # The parent (project, location, cluster name) where the node pool will be
833
+ # created. Specified in the format `projects/*/locations/*/clusters/*`.
834
834
  # @param [Google::Apis::ContainerV1beta1::CreateNodePoolRequest] create_node_pool_request_object
835
835
  # @param [String] fields
836
836
  # Selector specifying which fields to include in a partial response.
@@ -961,8 +961,8 @@ module Google
961
961
 
962
962
  # Lists the node pools for a cluster.
963
963
  # @param [String] parent
964
- # The parent (project, location, cluster id) where the node pools will be listed.
965
- # Specified in the format `projects/*/locations/*/clusters/*`.
964
+ # The parent (project, location, cluster name) where the node pools will be
965
+ # listed. Specified in the format `projects/*/locations/*/clusters/*`.
966
966
  # @param [String] cluster_id
967
967
  # Required. Deprecated. The name of the cluster. This field has been deprecated
968
968
  # and replaced by the parent field.
@@ -1185,8 +1185,8 @@ module Google
1185
1185
  # 1_0.html) for details. This API is not yet intended for general use, and is
1186
1186
  # not available for all clusters.
1187
1187
  # @param [String] parent
1188
- # The cluster (project, location, cluster id) to get the discovery document for.
1189
- # Specified in the format `projects/*/locations/*/clusters/*`.
1188
+ # The cluster (project, location, cluster name) to get the discovery document
1189
+ # for. Specified in the format `projects/*/locations/*/clusters/*`.
1190
1190
  # @param [String] fields
1191
1191
  # Selector specifying which fields to include in a partial response.
1192
1192
  # @param [String] quota_user
@@ -2338,8 +2338,8 @@ module Google
2338
2338
  # Required. Deprecated. The name of the cluster. This field has been deprecated
2339
2339
  # and replaced by the parent field.
2340
2340
  # @param [String] parent
2341
- # The parent (project, location, cluster id) where the node pools will be listed.
2342
- # Specified in the format `projects/*/locations/*/clusters/*`.
2341
+ # The parent (project, location, cluster name) where the node pools will be
2342
+ # listed. Specified in the format `projects/*/locations/*/clusters/*`.
2343
2343
  # @param [String] fields
2344
2344
  # Selector specifying which fields to include in a partial response.
2345
2345
  # @param [String] quota_user
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.23.0
4
+ version: 0.26.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-12-06 00:00:00.000000000 Z
11
+ date: 2022-03-07 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.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.26.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.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Kubernetes Engine API V1beta1