google-apis-container_v1beta1 0.74.0 → 0.75.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6a6bed4f9f56ade8f23ae4dcfffd3275e2b2491b3daea807d11a393e6e06028c
|
4
|
+
data.tar.gz: eb30254c1fa1b122928b5d070d6f82198da73e5809760495ff68ea6f440bf504
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ac81c8ecb3a636706aae18fab8aa0456e64d73ed79086911f91fac06d3357e74feec607e1bdf1b4ca78be1d3f321d40f431ebeaf3e76c6ed39b1d8de2882979
|
7
|
+
data.tar.gz: 6a556de911f1ccec4fd0cd462af1921c0d4d5f61e161dea4a94af507b5dd309378045669ebcf081daf2c2dc6664ef4646c9ae0c63c1095a6183c586874f54072
|
data/CHANGELOG.md
CHANGED
@@ -113,12 +113,12 @@ module Google
|
|
113
113
|
attr_accessor :max_pods_per_node
|
114
114
|
|
115
115
|
# The name of the secondary range on the subnet which provides IP address for
|
116
|
-
# this pod range
|
116
|
+
# this pod range.
|
117
117
|
# Corresponds to the JSON property `secondaryPodRange`
|
118
118
|
# @return [String]
|
119
119
|
attr_accessor :secondary_pod_range
|
120
120
|
|
121
|
-
# Name of the subnetwork where the additional pod network belongs
|
121
|
+
# Name of the subnetwork where the additional pod network belongs.
|
122
122
|
# Corresponds to the JSON property `subnetwork`
|
123
123
|
# @return [String]
|
124
124
|
attr_accessor :subnetwork
|
@@ -140,7 +140,7 @@ module Google
|
|
140
140
|
class AdditionalPodRangesConfig
|
141
141
|
include Google::Apis::Core::Hashable
|
142
142
|
|
143
|
-
# Output only.
|
143
|
+
# Output only. Information for additional pod range.
|
144
144
|
# Corresponds to the JSON property `podRangeInfo`
|
145
145
|
# @return [Array<Google::Apis::ContainerV1beta1::RangeInfo>]
|
146
146
|
attr_accessor :pod_range_info
|
@@ -236,6 +236,11 @@ module Google
|
|
236
236
|
# @return [Google::Apis::ContainerV1beta1::NetworkPolicyConfig]
|
237
237
|
attr_accessor :network_policy_config
|
238
238
|
|
239
|
+
# Configuration options for the Ray Operator add-on.
|
240
|
+
# Corresponds to the JSON property `rayOperatorConfig`
|
241
|
+
# @return [Google::Apis::ContainerV1beta1::RayOperatorConfig]
|
242
|
+
attr_accessor :ray_operator_config
|
243
|
+
|
239
244
|
# Configuration for the Stateful HA add-on.
|
240
245
|
# Corresponds to the JSON property `statefulHaConfig`
|
241
246
|
# @return [Google::Apis::ContainerV1beta1::StatefulHaConfig]
|
@@ -260,6 +265,7 @@ module Google
|
|
260
265
|
@kalm_config = args[:kalm_config] if args.key?(:kalm_config)
|
261
266
|
@kubernetes_dashboard = args[:kubernetes_dashboard] if args.key?(:kubernetes_dashboard)
|
262
267
|
@network_policy_config = args[:network_policy_config] if args.key?(:network_policy_config)
|
268
|
+
@ray_operator_config = args[:ray_operator_config] if args.key?(:ray_operator_config)
|
263
269
|
@stateful_ha_config = args[:stateful_ha_config] if args.key?(:stateful_ha_config)
|
264
270
|
end
|
265
271
|
end
|
@@ -359,14 +365,14 @@ module Google
|
|
359
365
|
class AutoUpgradeOptions
|
360
366
|
include Google::Apis::Core::Hashable
|
361
367
|
|
362
|
-
#
|
368
|
+
# Output only. This field is set when upgrades are about to commence with the
|
363
369
|
# approximate start time for the upgrades, in [RFC3339](https://www.ietf.org/rfc/
|
364
370
|
# rfc3339.txt) text format.
|
365
371
|
# Corresponds to the JSON property `autoUpgradeStartTime`
|
366
372
|
# @return [String]
|
367
373
|
attr_accessor :auto_upgrade_start_time
|
368
374
|
|
369
|
-
#
|
375
|
+
# Output only. This field is set when upgrades are about to commence with the
|
370
376
|
# description of the upgrade.
|
371
377
|
# Corresponds to the JSON property `description`
|
372
378
|
# @return [String]
|
@@ -1058,24 +1064,24 @@ module Google
|
|
1058
1064
|
# @return [Google::Apis::ContainerV1beta1::CostManagementConfig]
|
1059
1065
|
attr_accessor :cost_management_config
|
1060
1066
|
|
1061
|
-
#
|
1067
|
+
# Output only. The time the cluster was created, in [RFC3339](https://www.ietf.
|
1062
1068
|
# org/rfc/rfc3339.txt) text format.
|
1063
1069
|
# Corresponds to the JSON property `createTime`
|
1064
1070
|
# @return [String]
|
1065
1071
|
attr_accessor :create_time
|
1066
1072
|
|
1067
|
-
#
|
1073
|
+
# Output only. The current software version of the master endpoint.
|
1068
1074
|
# Corresponds to the JSON property `currentMasterVersion`
|
1069
1075
|
# @return [String]
|
1070
1076
|
attr_accessor :current_master_version
|
1071
1077
|
|
1072
|
-
#
|
1078
|
+
# Output only. The number of nodes currently in the cluster. Deprecated. Call
|
1073
1079
|
# Kubernetes API directly to retrieve node information.
|
1074
1080
|
# Corresponds to the JSON property `currentNodeCount`
|
1075
1081
|
# @return [Fixnum]
|
1076
1082
|
attr_accessor :current_node_count
|
1077
1083
|
|
1078
|
-
#
|
1084
|
+
# Output only. Deprecated, use [NodePool.version](https://cloud.google.com/
|
1079
1085
|
# kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters.
|
1080
1086
|
# nodePools) instead. The current version of the node software components. If
|
1081
1087
|
# they are currently at multiple versions because they're in the process of
|
@@ -1121,7 +1127,7 @@ module Google
|
|
1121
1127
|
attr_accessor :enable_tpu
|
1122
1128
|
alias_method :enable_tpu?, :enable_tpu
|
1123
1129
|
|
1124
|
-
#
|
1130
|
+
# Output only. The IP address of this cluster's master endpoint. The endpoint
|
1125
1131
|
# can be accessed from the internet at `https://username:password@endpoint/`.
|
1126
1132
|
# See the `masterAuth` property of this resource for username and password
|
1127
1133
|
# information.
|
@@ -1141,7 +1147,7 @@ module Google
|
|
1141
1147
|
# @return [String]
|
1142
1148
|
attr_accessor :etag
|
1143
1149
|
|
1144
|
-
#
|
1150
|
+
# Output only. The time the cluster will be automatically deleted in [RFC3339](
|
1145
1151
|
# https://www.ietf.org/rfc/rfc3339.txt) text format.
|
1146
1152
|
# Corresponds to the JSON property `expireTime`
|
1147
1153
|
# @return [String]
|
@@ -1188,7 +1194,7 @@ module Google
|
|
1188
1194
|
# @return [Fixnum]
|
1189
1195
|
attr_accessor :initial_node_count
|
1190
1196
|
|
1191
|
-
# Deprecated. Use node_pools.instance_group_urls.
|
1197
|
+
# Output only. Deprecated. Use node_pools.instance_group_urls.
|
1192
1198
|
# Corresponds to the JSON property `instanceGroupUrls`
|
1193
1199
|
# @return [Array<String>]
|
1194
1200
|
attr_accessor :instance_group_urls
|
@@ -1208,10 +1214,10 @@ module Google
|
|
1208
1214
|
# @return [Google::Apis::ContainerV1beta1::LegacyAbac]
|
1209
1215
|
attr_accessor :legacy_abac
|
1210
1216
|
|
1211
|
-
#
|
1212
|
-
#
|
1213
|
-
#
|
1214
|
-
#
|
1217
|
+
# Output only. The name of the Google Compute Engine [zone](https://cloud.google.
|
1218
|
+
# com/compute/docs/regions-zones/regions-zones#available) or [region](https://
|
1219
|
+
# cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
|
1220
|
+
# the cluster resides.
|
1215
1221
|
# Corresponds to the JSON property `location`
|
1216
1222
|
# @return [String]
|
1217
1223
|
attr_accessor :location
|
@@ -1332,9 +1338,9 @@ module Google
|
|
1332
1338
|
# @return [Google::Apis::ContainerV1beta1::NodeConfig]
|
1333
1339
|
attr_accessor :node_config
|
1334
1340
|
|
1335
|
-
#
|
1336
|
-
#
|
1337
|
-
#
|
1341
|
+
# Output only. The size of the address space on each node for hosting containers.
|
1342
|
+
# This is provisioned from within the `container_ipv4_cidr` range. This field
|
1343
|
+
# will only be set when cluster is in route-based network mode.
|
1338
1344
|
# Corresponds to the JSON property `nodeIpv4CidrSize`
|
1339
1345
|
# @return [Fixnum]
|
1340
1346
|
attr_accessor :node_ipv4_cidr_size
|
@@ -1435,12 +1441,12 @@ module Google
|
|
1435
1441
|
# @return [Google::Apis::ContainerV1beta1::SecurityPostureConfig]
|
1436
1442
|
attr_accessor :security_posture_config
|
1437
1443
|
|
1438
|
-
#
|
1444
|
+
# Output only. Server-defined URL for the resource.
|
1439
1445
|
# Corresponds to the JSON property `selfLink`
|
1440
1446
|
# @return [String]
|
1441
1447
|
attr_accessor :self_link
|
1442
1448
|
|
1443
|
-
#
|
1449
|
+
# Output only. The IP address range of the Kubernetes services in this cluster,
|
1444
1450
|
# in [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing)
|
1445
1451
|
# notation (e.g. `1.2.3.4/29`). Service addresses are typically put in the last `
|
1446
1452
|
# /16` from the container CIDR.
|
@@ -1453,12 +1459,12 @@ module Google
|
|
1453
1459
|
# @return [Google::Apis::ContainerV1beta1::ShieldedNodes]
|
1454
1460
|
attr_accessor :shielded_nodes
|
1455
1461
|
|
1456
|
-
#
|
1462
|
+
# Output only. The current status of this cluster.
|
1457
1463
|
# Corresponds to the JSON property `status`
|
1458
1464
|
# @return [String]
|
1459
1465
|
attr_accessor :status
|
1460
1466
|
|
1461
|
-
#
|
1467
|
+
# Output only. Deprecated. Use conditions instead. Additional information about
|
1462
1468
|
# the current status of this cluster, if available.
|
1463
1469
|
# Corresponds to the JSON property `statusMessage`
|
1464
1470
|
# @return [String]
|
@@ -1476,9 +1482,9 @@ module Google
|
|
1476
1482
|
# @return [Google::Apis::ContainerV1beta1::TpuConfig]
|
1477
1483
|
attr_accessor :tpu_config
|
1478
1484
|
|
1479
|
-
#
|
1480
|
-
#
|
1481
|
-
#
|
1485
|
+
# Output only. The IP address range of the Cloud TPUs in this cluster, in [CIDR](
|
1486
|
+
# http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `1.
|
1487
|
+
# 2.3.4/29`).
|
1482
1488
|
# Corresponds to the JSON property `tpuIpv4CidrBlock`
|
1483
1489
|
# @return [String]
|
1484
1490
|
attr_accessor :tpu_ipv4_cidr_block
|
@@ -1505,9 +1511,9 @@ module Google
|
|
1505
1511
|
# @return [Google::Apis::ContainerV1beta1::WorkloadIdentityConfig]
|
1506
1512
|
attr_accessor :workload_identity_config
|
1507
1513
|
|
1508
|
-
#
|
1509
|
-
#
|
1510
|
-
#
|
1514
|
+
# Output only. The name of the Google Compute Engine [zone](https://cloud.google.
|
1515
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field is
|
1516
|
+
# deprecated, use location instead.
|
1511
1517
|
# Corresponds to the JSON property `zone`
|
1512
1518
|
# @return [String]
|
1513
1519
|
attr_accessor :zone
|
@@ -2517,7 +2523,7 @@ module Google
|
|
2517
2523
|
class DailyMaintenanceWindow
|
2518
2524
|
include Google::Apis::Core::Hashable
|
2519
2525
|
|
2520
|
-
#
|
2526
|
+
# Output only. Duration of the time window, automatically chosen to be smallest
|
2521
2527
|
# possible in the given scenario.
|
2522
2528
|
# Corresponds to the JSON property `duration`
|
2523
2529
|
# @return [String]
|
@@ -2687,8 +2693,7 @@ module Google
|
|
2687
2693
|
class EnterpriseConfig
|
2688
2694
|
include Google::Apis::Core::Hashable
|
2689
2695
|
|
2690
|
-
# Output only.
|
2691
|
-
# cluster.
|
2696
|
+
# Output only. cluster_tier specifies the premium tier of the cluster.
|
2692
2697
|
# Corresponds to the JSON property `clusterTier`
|
2693
2698
|
# @return [String]
|
2694
2699
|
attr_accessor :cluster_tier
|
@@ -2811,14 +2816,14 @@ module Google
|
|
2811
2816
|
class Fleet
|
2812
2817
|
include Google::Apis::Core::Hashable
|
2813
2818
|
|
2814
|
-
#
|
2819
|
+
# Output only. The full resource name of the registered fleet membership of the
|
2815
2820
|
# cluster, in the format `//gkehub.googleapis.com/projects/*/locations/*/
|
2816
2821
|
# memberships/*`.
|
2817
2822
|
# Corresponds to the JSON property `membership`
|
2818
2823
|
# @return [String]
|
2819
2824
|
attr_accessor :membership
|
2820
2825
|
|
2821
|
-
#
|
2826
|
+
# Output only. Whether the cluster has been registered through the fleet API.
|
2822
2827
|
# Corresponds to the JSON property `preRegistered`
|
2823
2828
|
# @return [Boolean]
|
2824
2829
|
attr_accessor :pre_registered
|
@@ -3320,9 +3325,9 @@ module Google
|
|
3320
3325
|
attr_accessor :create_subnetwork
|
3321
3326
|
alias_method :create_subnetwork?, :create_subnetwork
|
3322
3327
|
|
3323
|
-
# Output only.
|
3324
|
-
#
|
3325
|
-
#
|
3328
|
+
# Output only. The utilization of the cluster default IPv4 range for the pod.
|
3329
|
+
# The ratio is Usage/[Total number of IPs in the secondary range], Usage=
|
3330
|
+
# numNodes*numZones*podIPsPerNode.
|
3326
3331
|
# Corresponds to the JSON property `defaultPodIpv4RangeUtilization`
|
3327
3332
|
# @return [Float]
|
3328
3333
|
attr_accessor :default_pod_ipv4_range_utilization
|
@@ -3370,7 +3375,7 @@ module Google
|
|
3370
3375
|
# @return [String]
|
3371
3376
|
attr_accessor :services_ipv4_cidr_block
|
3372
3377
|
|
3373
|
-
# Output only.
|
3378
|
+
# Output only. The services IPv6 CIDR block for the cluster.
|
3374
3379
|
# Corresponds to the JSON property `servicesIpv6CidrBlock`
|
3375
3380
|
# @return [String]
|
3376
3381
|
attr_accessor :services_ipv6_cidr_block
|
@@ -3388,7 +3393,7 @@ module Google
|
|
3388
3393
|
# @return [String]
|
3389
3394
|
attr_accessor :stack_type
|
3390
3395
|
|
3391
|
-
# Output only.
|
3396
|
+
# Output only. The subnet's IPv6 CIDR block used by nodes and pods.
|
3392
3397
|
# Corresponds to the JSON property `subnetIpv6CidrBlock`
|
3393
3398
|
# @return [String]
|
3394
3399
|
attr_accessor :subnet_ipv6_cidr_block
|
@@ -4081,8 +4086,8 @@ module Google
|
|
4081
4086
|
class MasterAuth
|
4082
4087
|
include Google::Apis::Core::Hashable
|
4083
4088
|
|
4084
|
-
#
|
4085
|
-
#
|
4089
|
+
# Output only. Base64-encoded public certificate used by clients to authenticate
|
4090
|
+
# to the cluster endpoint.
|
4086
4091
|
# Corresponds to the JSON property `clientCertificate`
|
4087
4092
|
# @return [String]
|
4088
4093
|
attr_accessor :client_certificate
|
@@ -4092,13 +4097,14 @@ module Google
|
|
4092
4097
|
# @return [Google::Apis::ContainerV1beta1::ClientCertificateConfig]
|
4093
4098
|
attr_accessor :client_certificate_config
|
4094
4099
|
|
4095
|
-
#
|
4096
|
-
#
|
4100
|
+
# Output only. Base64-encoded private key used by clients to authenticate to the
|
4101
|
+
# cluster endpoint.
|
4097
4102
|
# Corresponds to the JSON property `clientKey`
|
4098
4103
|
# @return [String]
|
4099
4104
|
attr_accessor :client_key
|
4100
4105
|
|
4101
|
-
#
|
4106
|
+
# Output only. Base64-encoded public certificate that is the root of trust for
|
4107
|
+
# the cluster.
|
4102
4108
|
# Corresponds to the JSON property `clusterCaCertificate`
|
4103
4109
|
# @return [String]
|
4104
4110
|
attr_accessor :cluster_ca_certificate
|
@@ -5111,9 +5117,9 @@ module Google
|
|
5111
5117
|
# @return [String]
|
5112
5118
|
attr_accessor :pod_ipv4_cidr_block
|
5113
5119
|
|
5114
|
-
# Output only.
|
5115
|
-
#
|
5116
|
-
#
|
5120
|
+
# Output only. The utilization of the IPv4 range for the pod. The ratio is Usage/
|
5121
|
+
# [Total number of IPs in the secondary range], Usage=numNodes*numZones*
|
5122
|
+
# podIPsPerNode.
|
5117
5123
|
# Corresponds to the JSON property `podIpv4RangeUtilization`
|
5118
5124
|
# @return [Float]
|
5119
5125
|
attr_accessor :pod_ipv4_range_utilization
|
@@ -5192,7 +5198,7 @@ module Google
|
|
5192
5198
|
# @return [Fixnum]
|
5193
5199
|
attr_accessor :initial_node_count
|
5194
5200
|
|
5195
|
-
#
|
5201
|
+
# Output only. The resource URLs of the [managed instance groups](https://cloud.
|
5196
5202
|
# google.com/compute/docs/instance-groups/creating-groups-of-managed-instances)
|
5197
5203
|
# associated with this node pool. During the node pool blue-green upgrade
|
5198
5204
|
# operation, the URLs contain both blue and green resources.
|
@@ -5236,7 +5242,7 @@ module Google
|
|
5236
5242
|
# @return [Google::Apis::ContainerV1beta1::PlacementPolicy]
|
5237
5243
|
attr_accessor :placement_policy
|
5238
5244
|
|
5239
|
-
#
|
5245
|
+
# Output only. The pod CIDR block size per node in this node pool.
|
5240
5246
|
# Corresponds to the JSON property `podIpv4CidrSize`
|
5241
5247
|
# @return [Fixnum]
|
5242
5248
|
attr_accessor :pod_ipv4_cidr_size
|
@@ -5246,17 +5252,17 @@ module Google
|
|
5246
5252
|
# @return [Google::Apis::ContainerV1beta1::QueuedProvisioning]
|
5247
5253
|
attr_accessor :queued_provisioning
|
5248
5254
|
|
5249
|
-
#
|
5255
|
+
# Output only. Server-defined URL for the resource.
|
5250
5256
|
# Corresponds to the JSON property `selfLink`
|
5251
5257
|
# @return [String]
|
5252
5258
|
attr_accessor :self_link
|
5253
5259
|
|
5254
|
-
#
|
5260
|
+
# Output only. The status of the nodes in this pool instance.
|
5255
5261
|
# Corresponds to the JSON property `status`
|
5256
5262
|
# @return [String]
|
5257
5263
|
attr_accessor :status
|
5258
5264
|
|
5259
|
-
#
|
5265
|
+
# Output only. Deprecated. Use conditions instead. Additional information about
|
5260
5266
|
# the current status of this node pool instance, if available.
|
5261
5267
|
# Corresponds to the JSON property `statusMessage`
|
5262
5268
|
# @return [String]
|
@@ -5565,12 +5571,12 @@ module Google
|
|
5565
5571
|
# @return [Array<Google::Apis::ContainerV1beta1::StatusCondition>]
|
5566
5572
|
attr_accessor :cluster_conditions
|
5567
5573
|
|
5568
|
-
# Detailed operation progress, if available.
|
5574
|
+
# Output only. Detailed operation progress, if available.
|
5569
5575
|
# Corresponds to the JSON property `detail`
|
5570
5576
|
# @return [String]
|
5571
5577
|
attr_accessor :detail
|
5572
5578
|
|
5573
|
-
#
|
5579
|
+
# Output only. The time the operation completed, in [RFC3339](https://www.ietf.
|
5574
5580
|
# org/rfc/rfc3339.txt) text format.
|
5575
5581
|
# Corresponds to the JSON property `endTime`
|
5576
5582
|
# @return [String]
|
@@ -5586,15 +5592,15 @@ module Google
|
|
5586
5592
|
# @return [Google::Apis::ContainerV1beta1::Status]
|
5587
5593
|
attr_accessor :error
|
5588
5594
|
|
5589
|
-
#
|
5590
|
-
#
|
5591
|
-
#
|
5592
|
-
#
|
5595
|
+
# Output only. The name of the Google Compute Engine [zone](https://cloud.google.
|
5596
|
+
# com/compute/docs/regions-zones/regions-zones#available) or [region](https://
|
5597
|
+
# cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
|
5598
|
+
# the cluster resides.
|
5593
5599
|
# Corresponds to the JSON property `location`
|
5594
5600
|
# @return [String]
|
5595
5601
|
attr_accessor :location
|
5596
5602
|
|
5597
|
-
# The server-assigned ID for the operation.
|
5603
|
+
# Output only. The server-assigned ID for the operation.
|
5598
5604
|
# Corresponds to the JSON property `name`
|
5599
5605
|
# @return [String]
|
5600
5606
|
attr_accessor :name
|
@@ -5605,7 +5611,7 @@ module Google
|
|
5605
5611
|
# @return [Array<Google::Apis::ContainerV1beta1::StatusCondition>]
|
5606
5612
|
attr_accessor :nodepool_conditions
|
5607
5613
|
|
5608
|
-
# The operation type.
|
5614
|
+
# Output only. The operation type.
|
5609
5615
|
# Corresponds to the JSON property `operationType`
|
5610
5616
|
# @return [String]
|
5611
5617
|
attr_accessor :operation_type
|
@@ -5615,19 +5621,20 @@ module Google
|
|
5615
5621
|
# @return [Google::Apis::ContainerV1beta1::OperationProgress]
|
5616
5622
|
attr_accessor :progress
|
5617
5623
|
|
5618
|
-
# Server-defined URI for the operation. Example: `https://container.
|
5619
|
-
# com/v1alpha1/projects/123/locations/us-central1/operations/
|
5624
|
+
# Output only. Server-defined URI for the operation. Example: `https://container.
|
5625
|
+
# googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/
|
5626
|
+
# operation-123`.
|
5620
5627
|
# Corresponds to the JSON property `selfLink`
|
5621
5628
|
# @return [String]
|
5622
5629
|
attr_accessor :self_link
|
5623
5630
|
|
5624
|
-
#
|
5625
|
-
#
|
5631
|
+
# Output only. The time the operation started, in [RFC3339](https://www.ietf.org/
|
5632
|
+
# rfc/rfc3339.txt) text format.
|
5626
5633
|
# Corresponds to the JSON property `startTime`
|
5627
5634
|
# @return [String]
|
5628
5635
|
attr_accessor :start_time
|
5629
5636
|
|
5630
|
-
# The current status of the operation.
|
5637
|
+
# Output only. The current status of the operation.
|
5631
5638
|
# Corresponds to the JSON property `status`
|
5632
5639
|
# @return [String]
|
5633
5640
|
attr_accessor :status
|
@@ -5638,21 +5645,21 @@ module Google
|
|
5638
5645
|
# @return [String]
|
5639
5646
|
attr_accessor :status_message
|
5640
5647
|
|
5641
|
-
# Server-defined URI for the target of the operation. The format of
|
5642
|
-
# URI to the resource being modified (such as a cluster, node pool, or
|
5643
|
-
# For node pool repairs, there may be multiple nodes being repaired, but
|
5644
|
-
# one will be the target. Examples: - ## `https://container.googleapis.com/
|
5645
|
-
# projects/123/locations/us-central1/clusters/my-cluster` ## `https://
|
5646
|
-
# googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-
|
5647
|
-
# nodePools/my-np` `https://container.googleapis.com/v1/projects/123/
|
5648
|
-
# central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
|
5648
|
+
# Output only. Server-defined URI for the target of the operation. The format of
|
5649
|
+
# this is a URI to the resource being modified (such as a cluster, node pool, or
|
5650
|
+
# node). For node pool repairs, there may be multiple nodes being repaired, but
|
5651
|
+
# only one will be the target. Examples: - ## `https://container.googleapis.com/
|
5652
|
+
# v1/projects/123/locations/us-central1/clusters/my-cluster` ## `https://
|
5653
|
+
# container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-
|
5654
|
+
# cluster/nodePools/my-np` `https://container.googleapis.com/v1/projects/123/
|
5655
|
+
# zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
|
5649
5656
|
# Corresponds to the JSON property `targetLink`
|
5650
5657
|
# @return [String]
|
5651
5658
|
attr_accessor :target_link
|
5652
5659
|
|
5653
|
-
# The name of the Google Compute Engine [zone](https://cloud.google.
|
5654
|
-
# docs/zones#available) in which the operation is taking place. This
|
5655
|
-
# deprecated, use location instead.
|
5660
|
+
# Output only. The name of the Google Compute Engine [zone](https://cloud.google.
|
5661
|
+
# com/compute/docs/zones#available) in which the operation is taking place. This
|
5662
|
+
# field is deprecated, use location instead.
|
5656
5663
|
# Corresponds to the JSON property `zone`
|
5657
5664
|
# @return [String]
|
5658
5665
|
attr_accessor :zone
|
@@ -6118,12 +6125,12 @@ module Google
|
|
6118
6125
|
class RangeInfo
|
6119
6126
|
include Google::Apis::Core::Hashable
|
6120
6127
|
|
6121
|
-
# Output only.
|
6128
|
+
# Output only. Name of a range.
|
6122
6129
|
# Corresponds to the JSON property `rangeName`
|
6123
6130
|
# @return [String]
|
6124
6131
|
attr_accessor :range_name
|
6125
6132
|
|
6126
|
-
# Output only.
|
6133
|
+
# Output only. The utilization of the range.
|
6127
6134
|
# Corresponds to the JSON property `utilization`
|
6128
6135
|
# @return [Float]
|
6129
6136
|
attr_accessor :utilization
|
@@ -6139,6 +6146,78 @@ module Google
|
|
6139
6146
|
end
|
6140
6147
|
end
|
6141
6148
|
|
6149
|
+
# RayClusterLoggingConfig specifies logging configuration for Ray clusters.
|
6150
|
+
class RayClusterLoggingConfig
|
6151
|
+
include Google::Apis::Core::Hashable
|
6152
|
+
|
6153
|
+
# Enable log collection for Ray clusters.
|
6154
|
+
# Corresponds to the JSON property `enabled`
|
6155
|
+
# @return [Boolean]
|
6156
|
+
attr_accessor :enabled
|
6157
|
+
alias_method :enabled?, :enabled
|
6158
|
+
|
6159
|
+
def initialize(**args)
|
6160
|
+
update!(**args)
|
6161
|
+
end
|
6162
|
+
|
6163
|
+
# Update properties of this object
|
6164
|
+
def update!(**args)
|
6165
|
+
@enabled = args[:enabled] if args.key?(:enabled)
|
6166
|
+
end
|
6167
|
+
end
|
6168
|
+
|
6169
|
+
# RayClusterMonitoringConfig specifies monitoring configuration for Ray clusters.
|
6170
|
+
class RayClusterMonitoringConfig
|
6171
|
+
include Google::Apis::Core::Hashable
|
6172
|
+
|
6173
|
+
# Enable metrics collection for Ray clusters.
|
6174
|
+
# Corresponds to the JSON property `enabled`
|
6175
|
+
# @return [Boolean]
|
6176
|
+
attr_accessor :enabled
|
6177
|
+
alias_method :enabled?, :enabled
|
6178
|
+
|
6179
|
+
def initialize(**args)
|
6180
|
+
update!(**args)
|
6181
|
+
end
|
6182
|
+
|
6183
|
+
# Update properties of this object
|
6184
|
+
def update!(**args)
|
6185
|
+
@enabled = args[:enabled] if args.key?(:enabled)
|
6186
|
+
end
|
6187
|
+
end
|
6188
|
+
|
6189
|
+
# Configuration options for the Ray Operator add-on.
|
6190
|
+
class RayOperatorConfig
|
6191
|
+
include Google::Apis::Core::Hashable
|
6192
|
+
|
6193
|
+
# Whether the Ray addon is enabled for this cluster.
|
6194
|
+
# Corresponds to the JSON property `enabled`
|
6195
|
+
# @return [Boolean]
|
6196
|
+
attr_accessor :enabled
|
6197
|
+
alias_method :enabled?, :enabled
|
6198
|
+
|
6199
|
+
# RayClusterLoggingConfig specifies logging configuration for Ray clusters.
|
6200
|
+
# Corresponds to the JSON property `rayClusterLoggingConfig`
|
6201
|
+
# @return [Google::Apis::ContainerV1beta1::RayClusterLoggingConfig]
|
6202
|
+
attr_accessor :ray_cluster_logging_config
|
6203
|
+
|
6204
|
+
# RayClusterMonitoringConfig specifies monitoring configuration for Ray clusters.
|
6205
|
+
# Corresponds to the JSON property `rayClusterMonitoringConfig`
|
6206
|
+
# @return [Google::Apis::ContainerV1beta1::RayClusterMonitoringConfig]
|
6207
|
+
attr_accessor :ray_cluster_monitoring_config
|
6208
|
+
|
6209
|
+
def initialize(**args)
|
6210
|
+
update!(**args)
|
6211
|
+
end
|
6212
|
+
|
6213
|
+
# Update properties of this object
|
6214
|
+
def update!(**args)
|
6215
|
+
@enabled = args[:enabled] if args.key?(:enabled)
|
6216
|
+
@ray_cluster_logging_config = args[:ray_cluster_logging_config] if args.key?(:ray_cluster_logging_config)
|
6217
|
+
@ray_cluster_monitoring_config = args[:ray_cluster_monitoring_config] if args.key?(:ray_cluster_monitoring_config)
|
6218
|
+
end
|
6219
|
+
end
|
6220
|
+
|
6142
6221
|
# Represents an arbitrary window of time that recurs.
|
6143
6222
|
class RecurringTimeWindow
|
6144
6223
|
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.
|
19
|
+
GEM_VERSION = "0.75.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240708"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -862,6 +862,24 @@ module Google
|
|
862
862
|
include Google::Apis::Core::JsonObjectSupport
|
863
863
|
end
|
864
864
|
|
865
|
+
class RayClusterLoggingConfig
|
866
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
867
|
+
|
868
|
+
include Google::Apis::Core::JsonObjectSupport
|
869
|
+
end
|
870
|
+
|
871
|
+
class RayClusterMonitoringConfig
|
872
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
873
|
+
|
874
|
+
include Google::Apis::Core::JsonObjectSupport
|
875
|
+
end
|
876
|
+
|
877
|
+
class RayOperatorConfig
|
878
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
879
|
+
|
880
|
+
include Google::Apis::Core::JsonObjectSupport
|
881
|
+
end
|
882
|
+
|
865
883
|
class RecurringTimeWindow
|
866
884
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
867
885
|
|
@@ -1286,6 +1304,8 @@ module Google
|
|
1286
1304
|
|
1287
1305
|
property :network_policy_config, as: 'networkPolicyConfig', class: Google::Apis::ContainerV1beta1::NetworkPolicyConfig, decorator: Google::Apis::ContainerV1beta1::NetworkPolicyConfig::Representation
|
1288
1306
|
|
1307
|
+
property :ray_operator_config, as: 'rayOperatorConfig', class: Google::Apis::ContainerV1beta1::RayOperatorConfig, decorator: Google::Apis::ContainerV1beta1::RayOperatorConfig::Representation
|
1308
|
+
|
1289
1309
|
property :stateful_ha_config, as: 'statefulHaConfig', class: Google::Apis::ContainerV1beta1::StatefulHaConfig, decorator: Google::Apis::ContainerV1beta1::StatefulHaConfig::Representation
|
1290
1310
|
|
1291
1311
|
end
|
@@ -2854,6 +2874,31 @@ module Google
|
|
2854
2874
|
end
|
2855
2875
|
end
|
2856
2876
|
|
2877
|
+
class RayClusterLoggingConfig
|
2878
|
+
# @private
|
2879
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2880
|
+
property :enabled, as: 'enabled'
|
2881
|
+
end
|
2882
|
+
end
|
2883
|
+
|
2884
|
+
class RayClusterMonitoringConfig
|
2885
|
+
# @private
|
2886
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2887
|
+
property :enabled, as: 'enabled'
|
2888
|
+
end
|
2889
|
+
end
|
2890
|
+
|
2891
|
+
class RayOperatorConfig
|
2892
|
+
# @private
|
2893
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2894
|
+
property :enabled, as: 'enabled'
|
2895
|
+
property :ray_cluster_logging_config, as: 'rayClusterLoggingConfig', class: Google::Apis::ContainerV1beta1::RayClusterLoggingConfig, decorator: Google::Apis::ContainerV1beta1::RayClusterLoggingConfig::Representation
|
2896
|
+
|
2897
|
+
property :ray_cluster_monitoring_config, as: 'rayClusterMonitoringConfig', class: Google::Apis::ContainerV1beta1::RayClusterMonitoringConfig, decorator: Google::Apis::ContainerV1beta1::RayClusterMonitoringConfig::Representation
|
2898
|
+
|
2899
|
+
end
|
2900
|
+
end
|
2901
|
+
|
2857
2902
|
class RecurringTimeWindow
|
2858
2903
|
# @private
|
2859
2904
|
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.
|
4
|
+
version: 0.75.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: 2024-
|
11
|
+
date: 2024-07-25 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.75.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: []
|