google-apis-container_v1 0.74.0 → 0.75.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4c22eb66218432ab66b2707f95468ec0210ac65b11491bd6d7cab6060d57a3c4
|
4
|
+
data.tar.gz: 72f666cc92737f1516a084cd8c2355e98c440cfaad5b1ab8483c8326cb93ab40
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 39ab45dbe774ac34b7477f5d7f083b55812e5f2371b5f5f8f0bdfc52ece4b31d20daacad33b68535e67da69a365249ddc9fcad5b02cfff044f6e5dfb86246805
|
7
|
+
data.tar.gz: 0cc535f0f50a8e4184b52e5b50f4dca99585e5cec3a6e5b8cd48151011a3b995779a1d85c05c5d248e0ba045754f2c1913f5785595571ca362788c8ebb66f19d
|
data/CHANGELOG.md
CHANGED
@@ -134,7 +134,7 @@ module Google
|
|
134
134
|
class AdditionalPodRangesConfig
|
135
135
|
include Google::Apis::Core::Hashable
|
136
136
|
|
137
|
-
# Output only.
|
137
|
+
# Output only. Information for additional pod range.
|
138
138
|
# Corresponds to the JSON property `podRangeInfo`
|
139
139
|
# @return [Array<Google::Apis::ContainerV1::RangeInfo>]
|
140
140
|
attr_accessor :pod_range_info
|
@@ -220,6 +220,11 @@ module Google
|
|
220
220
|
# @return [Google::Apis::ContainerV1::NetworkPolicyConfig]
|
221
221
|
attr_accessor :network_policy_config
|
222
222
|
|
223
|
+
# Configuration options for the Ray Operator add-on.
|
224
|
+
# Corresponds to the JSON property `rayOperatorConfig`
|
225
|
+
# @return [Google::Apis::ContainerV1::RayOperatorConfig]
|
226
|
+
attr_accessor :ray_operator_config
|
227
|
+
|
223
228
|
# Configuration for the Stateful HA add-on.
|
224
229
|
# Corresponds to the JSON property `statefulHaConfig`
|
225
230
|
# @return [Google::Apis::ContainerV1::StatefulHaConfig]
|
@@ -242,6 +247,7 @@ module Google
|
|
242
247
|
@http_load_balancing = args[:http_load_balancing] if args.key?(:http_load_balancing)
|
243
248
|
@kubernetes_dashboard = args[:kubernetes_dashboard] if args.key?(:kubernetes_dashboard)
|
244
249
|
@network_policy_config = args[:network_policy_config] if args.key?(:network_policy_config)
|
250
|
+
@ray_operator_config = args[:ray_operator_config] if args.key?(:ray_operator_config)
|
245
251
|
@stateful_ha_config = args[:stateful_ha_config] if args.key?(:stateful_ha_config)
|
246
252
|
end
|
247
253
|
end
|
@@ -341,14 +347,14 @@ module Google
|
|
341
347
|
class AutoUpgradeOptions
|
342
348
|
include Google::Apis::Core::Hashable
|
343
349
|
|
344
|
-
#
|
350
|
+
# Output only. This field is set when upgrades are about to commence with the
|
345
351
|
# approximate start time for the upgrades, in [RFC3339](https://www.ietf.org/rfc/
|
346
352
|
# rfc3339.txt) text format.
|
347
353
|
# Corresponds to the JSON property `autoUpgradeStartTime`
|
348
354
|
# @return [String]
|
349
355
|
attr_accessor :auto_upgrade_start_time
|
350
356
|
|
351
|
-
#
|
357
|
+
# Output only. This field is set when upgrades are about to commence with the
|
352
358
|
# description of the upgrade.
|
353
359
|
# Corresponds to the JSON property `description`
|
354
360
|
# @return [String]
|
@@ -942,24 +948,24 @@ module Google
|
|
942
948
|
# @return [Google::Apis::ContainerV1::CostManagementConfig]
|
943
949
|
attr_accessor :cost_management_config
|
944
950
|
|
945
|
-
#
|
951
|
+
# Output only. The time the cluster was created, in [RFC3339](https://www.ietf.
|
946
952
|
# org/rfc/rfc3339.txt) text format.
|
947
953
|
# Corresponds to the JSON property `createTime`
|
948
954
|
# @return [String]
|
949
955
|
attr_accessor :create_time
|
950
956
|
|
951
|
-
#
|
957
|
+
# Output only. The current software version of the master endpoint.
|
952
958
|
# Corresponds to the JSON property `currentMasterVersion`
|
953
959
|
# @return [String]
|
954
960
|
attr_accessor :current_master_version
|
955
961
|
|
956
|
-
#
|
962
|
+
# Output only. The number of nodes currently in the cluster. Deprecated. Call
|
957
963
|
# Kubernetes API directly to retrieve node information.
|
958
964
|
# Corresponds to the JSON property `currentNodeCount`
|
959
965
|
# @return [Fixnum]
|
960
966
|
attr_accessor :current_node_count
|
961
967
|
|
962
|
-
#
|
968
|
+
# Output only. Deprecated, use [NodePools.version](https://cloud.google.com/
|
963
969
|
# kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools)
|
964
970
|
# instead. The current version of the node software components. If they are
|
965
971
|
# currently at multiple versions because they're in the process of being
|
@@ -1004,7 +1010,7 @@ module Google
|
|
1004
1010
|
attr_accessor :enable_tpu
|
1005
1011
|
alias_method :enable_tpu?, :enable_tpu
|
1006
1012
|
|
1007
|
-
#
|
1013
|
+
# Output only. The IP address of this cluster's master endpoint. The endpoint
|
1008
1014
|
# can be accessed from the internet at `https://username:password@endpoint/`.
|
1009
1015
|
# See the `masterAuth` property of this resource for username and password
|
1010
1016
|
# information.
|
@@ -1024,7 +1030,7 @@ module Google
|
|
1024
1030
|
# @return [String]
|
1025
1031
|
attr_accessor :etag
|
1026
1032
|
|
1027
|
-
#
|
1033
|
+
# Output only. The time the cluster will be automatically deleted in [RFC3339](
|
1028
1034
|
# https://www.ietf.org/rfc/rfc3339.txt) text format.
|
1029
1035
|
# Corresponds to the JSON property `expireTime`
|
1030
1036
|
# @return [String]
|
@@ -1071,7 +1077,7 @@ module Google
|
|
1071
1077
|
# @return [Fixnum]
|
1072
1078
|
attr_accessor :initial_node_count
|
1073
1079
|
|
1074
|
-
# Deprecated. Use node_pools.instance_group_urls.
|
1080
|
+
# Output only. Deprecated. Use node_pools.instance_group_urls.
|
1075
1081
|
# Corresponds to the JSON property `instanceGroupUrls`
|
1076
1082
|
# @return [Array<String>]
|
1077
1083
|
attr_accessor :instance_group_urls
|
@@ -1091,10 +1097,10 @@ module Google
|
|
1091
1097
|
# @return [Google::Apis::ContainerV1::LegacyAbac]
|
1092
1098
|
attr_accessor :legacy_abac
|
1093
1099
|
|
1094
|
-
#
|
1095
|
-
#
|
1096
|
-
#
|
1097
|
-
#
|
1100
|
+
# Output only. The name of the Google Compute Engine [zone](https://cloud.google.
|
1101
|
+
# com/compute/docs/regions-zones/regions-zones#available) or [region](https://
|
1102
|
+
# cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
|
1103
|
+
# the cluster resides.
|
1098
1104
|
# Corresponds to the JSON property `location`
|
1099
1105
|
# @return [String]
|
1100
1106
|
attr_accessor :location
|
@@ -1201,9 +1207,9 @@ module Google
|
|
1201
1207
|
# @return [Google::Apis::ContainerV1::NodeConfig]
|
1202
1208
|
attr_accessor :node_config
|
1203
1209
|
|
1204
|
-
#
|
1205
|
-
#
|
1206
|
-
#
|
1210
|
+
# Output only. The size of the address space on each node for hosting containers.
|
1211
|
+
# This is provisioned from within the `container_ipv4_cidr` range. This field
|
1212
|
+
# will only be set when cluster is in route-based network mode.
|
1207
1213
|
# Corresponds to the JSON property `nodeIpv4CidrSize`
|
1208
1214
|
# @return [Fixnum]
|
1209
1215
|
attr_accessor :node_ipv4_cidr_size
|
@@ -1279,12 +1285,12 @@ module Google
|
|
1279
1285
|
# @return [Google::Apis::ContainerV1::SecurityPostureConfig]
|
1280
1286
|
attr_accessor :security_posture_config
|
1281
1287
|
|
1282
|
-
#
|
1288
|
+
# Output only. Server-defined URL for the resource.
|
1283
1289
|
# Corresponds to the JSON property `selfLink`
|
1284
1290
|
# @return [String]
|
1285
1291
|
attr_accessor :self_link
|
1286
1292
|
|
1287
|
-
#
|
1293
|
+
# Output only. The IP address range of the Kubernetes services in this cluster,
|
1288
1294
|
# in [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing)
|
1289
1295
|
# notation (e.g. `1.2.3.4/29`). Service addresses are typically put in the last `
|
1290
1296
|
# /16` from the container CIDR.
|
@@ -1297,12 +1303,12 @@ module Google
|
|
1297
1303
|
# @return [Google::Apis::ContainerV1::ShieldedNodes]
|
1298
1304
|
attr_accessor :shielded_nodes
|
1299
1305
|
|
1300
|
-
#
|
1306
|
+
# Output only. The current status of this cluster.
|
1301
1307
|
# Corresponds to the JSON property `status`
|
1302
1308
|
# @return [String]
|
1303
1309
|
attr_accessor :status
|
1304
1310
|
|
1305
|
-
#
|
1311
|
+
# Output only. Deprecated. Use conditions instead. Additional information about
|
1306
1312
|
# the current status of this cluster, if available.
|
1307
1313
|
# Corresponds to the JSON property `statusMessage`
|
1308
1314
|
# @return [String]
|
@@ -1314,9 +1320,9 @@ module Google
|
|
1314
1320
|
# @return [String]
|
1315
1321
|
attr_accessor :subnetwork
|
1316
1322
|
|
1317
|
-
#
|
1318
|
-
#
|
1319
|
-
#
|
1323
|
+
# Output only. The IP address range of the Cloud TPUs in this cluster, in [CIDR](
|
1324
|
+
# http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `1.
|
1325
|
+
# 2.3.4/29`).
|
1320
1326
|
# Corresponds to the JSON property `tpuIpv4CidrBlock`
|
1321
1327
|
# @return [String]
|
1322
1328
|
attr_accessor :tpu_ipv4_cidr_block
|
@@ -1333,9 +1339,9 @@ module Google
|
|
1333
1339
|
# @return [Google::Apis::ContainerV1::WorkloadIdentityConfig]
|
1334
1340
|
attr_accessor :workload_identity_config
|
1335
1341
|
|
1336
|
-
#
|
1337
|
-
#
|
1338
|
-
#
|
1342
|
+
# Output only. The name of the Google Compute Engine [zone](https://cloud.google.
|
1343
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field is
|
1344
|
+
# deprecated, use location instead.
|
1339
1345
|
# Corresponds to the JSON property `zone`
|
1340
1346
|
# @return [String]
|
1341
1347
|
attr_accessor :zone
|
@@ -2206,7 +2212,7 @@ module Google
|
|
2206
2212
|
class DailyMaintenanceWindow
|
2207
2213
|
include Google::Apis::Core::Hashable
|
2208
2214
|
|
2209
|
-
#
|
2215
|
+
# Output only. Duration of the time window, automatically chosen to be smallest
|
2210
2216
|
# possible in the given scenario. Duration will be in [RFC3339](https://www.ietf.
|
2211
2217
|
# org/rfc/rfc3339.txt) format "PTnHnMnS".
|
2212
2218
|
# Corresponds to the JSON property `duration`
|
@@ -2337,8 +2343,7 @@ module Google
|
|
2337
2343
|
class EnterpriseConfig
|
2338
2344
|
include Google::Apis::Core::Hashable
|
2339
2345
|
|
2340
|
-
# Output only.
|
2341
|
-
# cluster.
|
2346
|
+
# Output only. cluster_tier specifies the premium tier of the cluster.
|
2342
2347
|
# Corresponds to the JSON property `clusterTier`
|
2343
2348
|
# @return [String]
|
2344
2349
|
attr_accessor :cluster_tier
|
@@ -2430,14 +2435,14 @@ module Google
|
|
2430
2435
|
class Fleet
|
2431
2436
|
include Google::Apis::Core::Hashable
|
2432
2437
|
|
2433
|
-
#
|
2438
|
+
# Output only. The full resource name of the registered fleet membership of the
|
2434
2439
|
# cluster, in the format `//gkehub.googleapis.com/projects/*/locations/*/
|
2435
2440
|
# memberships/*`.
|
2436
2441
|
# Corresponds to the JSON property `membership`
|
2437
2442
|
# @return [String]
|
2438
2443
|
attr_accessor :membership
|
2439
2444
|
|
2440
|
-
#
|
2445
|
+
# Output only. Whether the cluster has been registered through the fleet API.
|
2441
2446
|
# Corresponds to the JSON property `preRegistered`
|
2442
2447
|
# @return [Boolean]
|
2443
2448
|
attr_accessor :pre_registered
|
@@ -2900,9 +2905,9 @@ module Google
|
|
2900
2905
|
attr_accessor :create_subnetwork
|
2901
2906
|
alias_method :create_subnetwork?, :create_subnetwork
|
2902
2907
|
|
2903
|
-
# Output only.
|
2904
|
-
#
|
2905
|
-
#
|
2908
|
+
# Output only. The utilization of the cluster default IPv4 range for the pod.
|
2909
|
+
# The ratio is Usage/[Total number of IPs in the secondary range], Usage=
|
2910
|
+
# numNodes*numZones*podIPsPerNode.
|
2906
2911
|
# Corresponds to the JSON property `defaultPodIpv4RangeUtilization`
|
2907
2912
|
# @return [Float]
|
2908
2913
|
attr_accessor :default_pod_ipv4_range_utilization
|
@@ -2950,7 +2955,7 @@ module Google
|
|
2950
2955
|
# @return [String]
|
2951
2956
|
attr_accessor :services_ipv4_cidr_block
|
2952
2957
|
|
2953
|
-
# Output only.
|
2958
|
+
# Output only. The services IPv6 CIDR block for the cluster.
|
2954
2959
|
# Corresponds to the JSON property `servicesIpv6CidrBlock`
|
2955
2960
|
# @return [String]
|
2956
2961
|
attr_accessor :services_ipv6_cidr_block
|
@@ -2968,7 +2973,7 @@ module Google
|
|
2968
2973
|
# @return [String]
|
2969
2974
|
attr_accessor :stack_type
|
2970
2975
|
|
2971
|
-
# Output only.
|
2976
|
+
# Output only. The subnet's IPv6 CIDR block used by nodes and pods.
|
2972
2977
|
# Corresponds to the JSON property `subnetIpv6CidrBlock`
|
2973
2978
|
# @return [String]
|
2974
2979
|
attr_accessor :subnet_ipv6_cidr_block
|
@@ -3537,8 +3542,8 @@ module Google
|
|
3537
3542
|
class MasterAuth
|
3538
3543
|
include Google::Apis::Core::Hashable
|
3539
3544
|
|
3540
|
-
#
|
3541
|
-
#
|
3545
|
+
# Output only. Base64-encoded public certificate used by clients to authenticate
|
3546
|
+
# to the cluster endpoint.
|
3542
3547
|
# Corresponds to the JSON property `clientCertificate`
|
3543
3548
|
# @return [String]
|
3544
3549
|
attr_accessor :client_certificate
|
@@ -3548,13 +3553,13 @@ module Google
|
|
3548
3553
|
# @return [Google::Apis::ContainerV1::ClientCertificateConfig]
|
3549
3554
|
attr_accessor :client_certificate_config
|
3550
3555
|
|
3551
|
-
#
|
3552
|
-
#
|
3556
|
+
# Output only. Base64-encoded private key used by clients to authenticate to the
|
3557
|
+
# cluster endpoint.
|
3553
3558
|
# Corresponds to the JSON property `clientKey`
|
3554
3559
|
# @return [String]
|
3555
3560
|
attr_accessor :client_key
|
3556
3561
|
|
3557
|
-
#
|
3562
|
+
# Output only. Base64-encoded public certificate that is the root of trust for
|
3558
3563
|
# the cluster.
|
3559
3564
|
# Corresponds to the JSON property `clusterCaCertificate`
|
3560
3565
|
# @return [String]
|
@@ -4547,9 +4552,9 @@ module Google
|
|
4547
4552
|
# @return [String]
|
4548
4553
|
attr_accessor :pod_ipv4_cidr_block
|
4549
4554
|
|
4550
|
-
# Output only.
|
4551
|
-
#
|
4552
|
-
#
|
4555
|
+
# Output only. The utilization of the IPv4 range for the pod. The ratio is Usage/
|
4556
|
+
# [Total number of IPs in the secondary range], Usage=numNodes*numZones*
|
4557
|
+
# podIPsPerNode.
|
4553
4558
|
# Corresponds to the JSON property `podIpv4RangeUtilization`
|
4554
4559
|
# @return [Float]
|
4555
4560
|
attr_accessor :pod_ipv4_range_utilization
|
@@ -4628,7 +4633,7 @@ module Google
|
|
4628
4633
|
# @return [Fixnum]
|
4629
4634
|
attr_accessor :initial_node_count
|
4630
4635
|
|
4631
|
-
#
|
4636
|
+
# Output only. The resource URLs of the [managed instance groups](https://cloud.
|
4632
4637
|
# google.com/compute/docs/instance-groups/creating-groups-of-managed-instances)
|
4633
4638
|
# associated with this node pool. During the node pool blue-green upgrade
|
4634
4639
|
# operation, the URLs contain both blue and green resources.
|
@@ -4672,7 +4677,7 @@ module Google
|
|
4672
4677
|
# @return [Google::Apis::ContainerV1::PlacementPolicy]
|
4673
4678
|
attr_accessor :placement_policy
|
4674
4679
|
|
4675
|
-
#
|
4680
|
+
# Output only. The pod CIDR block size per node in this node pool.
|
4676
4681
|
# Corresponds to the JSON property `podIpv4CidrSize`
|
4677
4682
|
# @return [Fixnum]
|
4678
4683
|
attr_accessor :pod_ipv4_cidr_size
|
@@ -4682,17 +4687,17 @@ module Google
|
|
4682
4687
|
# @return [Google::Apis::ContainerV1::QueuedProvisioning]
|
4683
4688
|
attr_accessor :queued_provisioning
|
4684
4689
|
|
4685
|
-
#
|
4690
|
+
# Output only. Server-defined URL for the resource.
|
4686
4691
|
# Corresponds to the JSON property `selfLink`
|
4687
4692
|
# @return [String]
|
4688
4693
|
attr_accessor :self_link
|
4689
4694
|
|
4690
|
-
#
|
4695
|
+
# Output only. The status of the nodes in this pool instance.
|
4691
4696
|
# Corresponds to the JSON property `status`
|
4692
4697
|
# @return [String]
|
4693
4698
|
attr_accessor :status
|
4694
4699
|
|
4695
|
-
#
|
4700
|
+
# Output only. Deprecated. Use conditions instead. Additional information about
|
4696
4701
|
# the current status of this node pool instance, if available.
|
4697
4702
|
# Corresponds to the JSON property `statusMessage`
|
4698
4703
|
# @return [String]
|
@@ -5000,12 +5005,12 @@ module Google
|
|
5000
5005
|
# @return [Array<Google::Apis::ContainerV1::StatusCondition>]
|
5001
5006
|
attr_accessor :cluster_conditions
|
5002
5007
|
|
5003
|
-
# Detailed operation progress, if available.
|
5008
|
+
# Output only. Detailed operation progress, if available.
|
5004
5009
|
# Corresponds to the JSON property `detail`
|
5005
5010
|
# @return [String]
|
5006
5011
|
attr_accessor :detail
|
5007
5012
|
|
5008
|
-
#
|
5013
|
+
# Output only. The time the operation completed, in [RFC3339](https://www.ietf.
|
5009
5014
|
# org/rfc/rfc3339.txt) text format.
|
5010
5015
|
# Corresponds to the JSON property `endTime`
|
5011
5016
|
# @return [String]
|
@@ -5021,15 +5026,15 @@ module Google
|
|
5021
5026
|
# @return [Google::Apis::ContainerV1::Status]
|
5022
5027
|
attr_accessor :error
|
5023
5028
|
|
5024
|
-
#
|
5025
|
-
#
|
5026
|
-
#
|
5027
|
-
#
|
5029
|
+
# Output only. The name of the Google Compute Engine [zone](https://cloud.google.
|
5030
|
+
# com/compute/docs/regions-zones/regions-zones#available) or [region](https://
|
5031
|
+
# cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
|
5032
|
+
# the cluster resides.
|
5028
5033
|
# Corresponds to the JSON property `location`
|
5029
5034
|
# @return [String]
|
5030
5035
|
attr_accessor :location
|
5031
5036
|
|
5032
|
-
# The server-assigned ID for the operation.
|
5037
|
+
# Output only. The server-assigned ID for the operation.
|
5033
5038
|
# Corresponds to the JSON property `name`
|
5034
5039
|
# @return [String]
|
5035
5040
|
attr_accessor :name
|
@@ -5040,7 +5045,7 @@ module Google
|
|
5040
5045
|
# @return [Array<Google::Apis::ContainerV1::StatusCondition>]
|
5041
5046
|
attr_accessor :nodepool_conditions
|
5042
5047
|
|
5043
|
-
# The operation type.
|
5048
|
+
# Output only. The operation type.
|
5044
5049
|
# Corresponds to the JSON property `operationType`
|
5045
5050
|
# @return [String]
|
5046
5051
|
attr_accessor :operation_type
|
@@ -5050,19 +5055,20 @@ module Google
|
|
5050
5055
|
# @return [Google::Apis::ContainerV1::OperationProgress]
|
5051
5056
|
attr_accessor :progress
|
5052
5057
|
|
5053
|
-
# Server-defined URI for the operation. Example: `https://container.
|
5054
|
-
# com/v1alpha1/projects/123/locations/us-central1/operations/
|
5058
|
+
# Output only. Server-defined URI for the operation. Example: `https://container.
|
5059
|
+
# googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/
|
5060
|
+
# operation-123`.
|
5055
5061
|
# Corresponds to the JSON property `selfLink`
|
5056
5062
|
# @return [String]
|
5057
5063
|
attr_accessor :self_link
|
5058
5064
|
|
5059
|
-
#
|
5060
|
-
#
|
5065
|
+
# Output only. The time the operation started, in [RFC3339](https://www.ietf.org/
|
5066
|
+
# rfc/rfc3339.txt) text format.
|
5061
5067
|
# Corresponds to the JSON property `startTime`
|
5062
5068
|
# @return [String]
|
5063
5069
|
attr_accessor :start_time
|
5064
5070
|
|
5065
|
-
# The current status of the operation.
|
5071
|
+
# Output only. The current status of the operation.
|
5066
5072
|
# Corresponds to the JSON property `status`
|
5067
5073
|
# @return [String]
|
5068
5074
|
attr_accessor :status
|
@@ -5073,21 +5079,21 @@ module Google
|
|
5073
5079
|
# @return [String]
|
5074
5080
|
attr_accessor :status_message
|
5075
5081
|
|
5076
|
-
# Server-defined URI for the target of the operation. The format of
|
5077
|
-
# URI to the resource being modified (such as a cluster, node pool, or
|
5078
|
-
# For node pool repairs, there may be multiple nodes being repaired, but
|
5079
|
-
# one will be the target. Examples: - ## `https://container.googleapis.com/
|
5080
|
-
# projects/123/locations/us-central1/clusters/my-cluster` ## `https://
|
5081
|
-
# googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-
|
5082
|
-
# nodePools/my-np` `https://container.googleapis.com/v1/projects/123/
|
5083
|
-
# central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
|
5082
|
+
# Output only. Server-defined URI for the target of the operation. The format of
|
5083
|
+
# this is a URI to the resource being modified (such as a cluster, node pool, or
|
5084
|
+
# node). For node pool repairs, there may be multiple nodes being repaired, but
|
5085
|
+
# only one will be the target. Examples: - ## `https://container.googleapis.com/
|
5086
|
+
# v1/projects/123/locations/us-central1/clusters/my-cluster` ## `https://
|
5087
|
+
# container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-
|
5088
|
+
# cluster/nodePools/my-np` `https://container.googleapis.com/v1/projects/123/
|
5089
|
+
# zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
|
5084
5090
|
# Corresponds to the JSON property `targetLink`
|
5085
5091
|
# @return [String]
|
5086
5092
|
attr_accessor :target_link
|
5087
5093
|
|
5088
|
-
# The name of the Google Compute Engine [zone](https://cloud.google.
|
5089
|
-
# docs/zones#available) in which the operation is taking place. This
|
5090
|
-
# deprecated, use location instead.
|
5094
|
+
# Output only. The name of the Google Compute Engine [zone](https://cloud.google.
|
5095
|
+
# com/compute/docs/zones#available) in which the operation is taking place. This
|
5096
|
+
# field is deprecated, use location instead.
|
5091
5097
|
# Corresponds to the JSON property `zone`
|
5092
5098
|
# @return [String]
|
5093
5099
|
attr_accessor :zone
|
@@ -5447,12 +5453,12 @@ module Google
|
|
5447
5453
|
class RangeInfo
|
5448
5454
|
include Google::Apis::Core::Hashable
|
5449
5455
|
|
5450
|
-
# Output only.
|
5456
|
+
# Output only. Name of a range.
|
5451
5457
|
# Corresponds to the JSON property `rangeName`
|
5452
5458
|
# @return [String]
|
5453
5459
|
attr_accessor :range_name
|
5454
5460
|
|
5455
|
-
# Output only.
|
5461
|
+
# Output only. The utilization of the range.
|
5456
5462
|
# Corresponds to the JSON property `utilization`
|
5457
5463
|
# @return [Float]
|
5458
5464
|
attr_accessor :utilization
|
@@ -5468,6 +5474,78 @@ module Google
|
|
5468
5474
|
end
|
5469
5475
|
end
|
5470
5476
|
|
5477
|
+
# RayClusterLoggingConfig specifies configuration of Ray logging.
|
5478
|
+
class RayClusterLoggingConfig
|
5479
|
+
include Google::Apis::Core::Hashable
|
5480
|
+
|
5481
|
+
# Enable log collection for Ray clusters.
|
5482
|
+
# Corresponds to the JSON property `enabled`
|
5483
|
+
# @return [Boolean]
|
5484
|
+
attr_accessor :enabled
|
5485
|
+
alias_method :enabled?, :enabled
|
5486
|
+
|
5487
|
+
def initialize(**args)
|
5488
|
+
update!(**args)
|
5489
|
+
end
|
5490
|
+
|
5491
|
+
# Update properties of this object
|
5492
|
+
def update!(**args)
|
5493
|
+
@enabled = args[:enabled] if args.key?(:enabled)
|
5494
|
+
end
|
5495
|
+
end
|
5496
|
+
|
5497
|
+
# RayClusterMonitoringConfig specifies monitoring configuration for Ray clusters.
|
5498
|
+
class RayClusterMonitoringConfig
|
5499
|
+
include Google::Apis::Core::Hashable
|
5500
|
+
|
5501
|
+
# Enable metrics collection for Ray clusters.
|
5502
|
+
# Corresponds to the JSON property `enabled`
|
5503
|
+
# @return [Boolean]
|
5504
|
+
attr_accessor :enabled
|
5505
|
+
alias_method :enabled?, :enabled
|
5506
|
+
|
5507
|
+
def initialize(**args)
|
5508
|
+
update!(**args)
|
5509
|
+
end
|
5510
|
+
|
5511
|
+
# Update properties of this object
|
5512
|
+
def update!(**args)
|
5513
|
+
@enabled = args[:enabled] if args.key?(:enabled)
|
5514
|
+
end
|
5515
|
+
end
|
5516
|
+
|
5517
|
+
# Configuration options for the Ray Operator add-on.
|
5518
|
+
class RayOperatorConfig
|
5519
|
+
include Google::Apis::Core::Hashable
|
5520
|
+
|
5521
|
+
# Whether the Ray Operator addon is enabled for this cluster.
|
5522
|
+
# Corresponds to the JSON property `enabled`
|
5523
|
+
# @return [Boolean]
|
5524
|
+
attr_accessor :enabled
|
5525
|
+
alias_method :enabled?, :enabled
|
5526
|
+
|
5527
|
+
# RayClusterLoggingConfig specifies configuration of Ray logging.
|
5528
|
+
# Corresponds to the JSON property `rayClusterLoggingConfig`
|
5529
|
+
# @return [Google::Apis::ContainerV1::RayClusterLoggingConfig]
|
5530
|
+
attr_accessor :ray_cluster_logging_config
|
5531
|
+
|
5532
|
+
# RayClusterMonitoringConfig specifies monitoring configuration for Ray clusters.
|
5533
|
+
# Corresponds to the JSON property `rayClusterMonitoringConfig`
|
5534
|
+
# @return [Google::Apis::ContainerV1::RayClusterMonitoringConfig]
|
5535
|
+
attr_accessor :ray_cluster_monitoring_config
|
5536
|
+
|
5537
|
+
def initialize(**args)
|
5538
|
+
update!(**args)
|
5539
|
+
end
|
5540
|
+
|
5541
|
+
# Update properties of this object
|
5542
|
+
def update!(**args)
|
5543
|
+
@enabled = args[:enabled] if args.key?(:enabled)
|
5544
|
+
@ray_cluster_logging_config = args[:ray_cluster_logging_config] if args.key?(:ray_cluster_logging_config)
|
5545
|
+
@ray_cluster_monitoring_config = args[:ray_cluster_monitoring_config] if args.key?(:ray_cluster_monitoring_config)
|
5546
|
+
end
|
5547
|
+
end
|
5548
|
+
|
5471
5549
|
# Represents an arbitrary window of time that recurs.
|
5472
5550
|
class RecurringTimeWindow
|
5473
5551
|
include Google::Apis::Core::Hashable
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ContainerV1
|
18
18
|
# Version of the google-apis-container_v1 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
|
@@ -754,6 +754,24 @@ module Google
|
|
754
754
|
include Google::Apis::Core::JsonObjectSupport
|
755
755
|
end
|
756
756
|
|
757
|
+
class RayClusterLoggingConfig
|
758
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
759
|
+
|
760
|
+
include Google::Apis::Core::JsonObjectSupport
|
761
|
+
end
|
762
|
+
|
763
|
+
class RayClusterMonitoringConfig
|
764
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
765
|
+
|
766
|
+
include Google::Apis::Core::JsonObjectSupport
|
767
|
+
end
|
768
|
+
|
769
|
+
class RayOperatorConfig
|
770
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
771
|
+
|
772
|
+
include Google::Apis::Core::JsonObjectSupport
|
773
|
+
end
|
774
|
+
|
757
775
|
class RecurringTimeWindow
|
758
776
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
759
777
|
|
@@ -1131,6 +1149,8 @@ module Google
|
|
1131
1149
|
|
1132
1150
|
property :network_policy_config, as: 'networkPolicyConfig', class: Google::Apis::ContainerV1::NetworkPolicyConfig, decorator: Google::Apis::ContainerV1::NetworkPolicyConfig::Representation
|
1133
1151
|
|
1152
|
+
property :ray_operator_config, as: 'rayOperatorConfig', class: Google::Apis::ContainerV1::RayOperatorConfig, decorator: Google::Apis::ContainerV1::RayOperatorConfig::Representation
|
1153
|
+
|
1134
1154
|
property :stateful_ha_config, as: 'statefulHaConfig', class: Google::Apis::ContainerV1::StatefulHaConfig, decorator: Google::Apis::ContainerV1::StatefulHaConfig::Representation
|
1135
1155
|
|
1136
1156
|
end
|
@@ -2505,6 +2525,31 @@ module Google
|
|
2505
2525
|
end
|
2506
2526
|
end
|
2507
2527
|
|
2528
|
+
class RayClusterLoggingConfig
|
2529
|
+
# @private
|
2530
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2531
|
+
property :enabled, as: 'enabled'
|
2532
|
+
end
|
2533
|
+
end
|
2534
|
+
|
2535
|
+
class RayClusterMonitoringConfig
|
2536
|
+
# @private
|
2537
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2538
|
+
property :enabled, as: 'enabled'
|
2539
|
+
end
|
2540
|
+
end
|
2541
|
+
|
2542
|
+
class RayOperatorConfig
|
2543
|
+
# @private
|
2544
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2545
|
+
property :enabled, as: 'enabled'
|
2546
|
+
property :ray_cluster_logging_config, as: 'rayClusterLoggingConfig', class: Google::Apis::ContainerV1::RayClusterLoggingConfig, decorator: Google::Apis::ContainerV1::RayClusterLoggingConfig::Representation
|
2547
|
+
|
2548
|
+
property :ray_cluster_monitoring_config, as: 'rayClusterMonitoringConfig', class: Google::Apis::ContainerV1::RayClusterMonitoringConfig, decorator: Google::Apis::ContainerV1::RayClusterMonitoringConfig::Representation
|
2549
|
+
|
2550
|
+
end
|
2551
|
+
end
|
2552
|
+
|
2508
2553
|
class RecurringTimeWindow
|
2509
2554
|
# @private
|
2510
2555
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-container_v1
|
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-07-
|
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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.75.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|