google-apis-container_v1beta1 0.31.0 → 0.34.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: f2d0df1579e7ab6c96d031523cd33987c2256c57580e7b93316312a7c27ed58e
4
- data.tar.gz: 35f275eeb75f8920ccfb0018668a307c23ae81225701e59474e6a8836c49944d
3
+ metadata.gz: d5502b52902ccf7ae815f6843a624d52043aeacf1d8edae3d3f906278a2f6be9
4
+ data.tar.gz: 783c005d030520b330cfea41a5c8f505cbeb00a3039bb3dde7f0015be0d07c2e
5
5
  SHA512:
6
- metadata.gz: 8d6f296fd4e100c3e5df35f5181b5aded9bf53f5a67c62e2df1af2afa0019336c0bdfd128eac3f2f7e14aefb490eac6e5dbfd736337d48b2c7046f80622b5a80
7
- data.tar.gz: 89e41efb3e3bed4c870bfa2b5691c80695a6f2c6b9f6de957766c6ef3782db7b4eee77abb55e8bd580ddcad02133618d7cb7a9a2c4864e8030b32cb55d279a0e
6
+ metadata.gz: 1be601aaa64e386d959c415358abc389e5b8867aea01e8f9a93ee0b2507e09d03de12bd99315ebd1cf642512db4557c076719beb66eb3efb1f515998e3bae296
7
+ data.tar.gz: cd29729e5b7c3e831c7d49d5653ed15abe6fa213f1e5fb42663418c06a5881031565b2ee1979f377ce63d751adaf779cb2564d039382c594176a45dea8be96de
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.34.0 (2022-06-24)
4
+
5
+ * Regenerated from discovery document revision 20220610
6
+ * Regenerated using generator version 0.7.0
7
+
8
+ ### v0.33.0 (2022-06-04)
9
+
10
+ * Regenerated from discovery document revision 20220518
11
+ * Regenerated using generator version 0.5.0
12
+
13
+ ### v0.32.0 (2022-05-17)
14
+
15
+ * Regenerated from discovery document revision 20220429
16
+
3
17
  ### v0.31.0 (2022-05-09)
4
18
 
5
19
  * Regenerated from discovery document revision 20220420
@@ -44,6 +44,17 @@ module Google
44
44
  # @return [String]
45
45
  attr_accessor :gpu_partition_size
46
46
 
47
+ # GPUSharingConfig represents the GPU sharing configuration for Hardware
48
+ # Accelerators.
49
+ # Corresponds to the JSON property `gpuSharingConfig`
50
+ # @return [Google::Apis::ContainerV1beta1::GpuSharingConfig]
51
+ attr_accessor :gpu_sharing_config
52
+
53
+ # The number of time-shared GPU resources to expose for each physical GPU.
54
+ # Corresponds to the JSON property `maxTimeSharedClientsPerGpu`
55
+ # @return [Fixnum]
56
+ attr_accessor :max_time_shared_clients_per_gpu
57
+
47
58
  def initialize(**args)
48
59
  update!(**args)
49
60
  end
@@ -53,6 +64,8 @@ module Google
53
64
  @accelerator_count = args[:accelerator_count] if args.key?(:accelerator_count)
54
65
  @accelerator_type = args[:accelerator_type] if args.key?(:accelerator_type)
55
66
  @gpu_partition_size = args[:gpu_partition_size] if args.key?(:gpu_partition_size)
67
+ @gpu_sharing_config = args[:gpu_sharing_config] if args.key?(:gpu_sharing_config)
68
+ @max_time_shared_clients_per_gpu = args[:max_time_shared_clients_per_gpu] if args.key?(:max_time_shared_clients_per_gpu)
56
69
  end
57
70
  end
58
71
 
@@ -585,6 +598,11 @@ module Google
585
598
  # @return [Google::Apis::ContainerV1beta1::ConfidentialNodes]
586
599
  attr_accessor :confidential_nodes
587
600
 
601
+ # Configuration for fine-grained cost management feature.
602
+ # Corresponds to the JSON property `costManagementConfig`
603
+ # @return [Google::Apis::ContainerV1beta1::CostManagementConfig]
604
+ attr_accessor :cost_management_config
605
+
588
606
  # [Output only] The time the cluster was created, in [RFC3339](https://www.ietf.
589
607
  # org/rfc/rfc3339.txt) text format.
590
608
  # Corresponds to the JSON property `createTime`
@@ -830,9 +848,9 @@ module Google
830
848
  # @return [Google::Apis::ContainerV1beta1::NetworkPolicy]
831
849
  attr_accessor :network_policy
832
850
 
833
- # Parameters that describe the nodes in a cluster. *Note:* GKE Autopilot
834
- # clusters do not recognize parameters in `NodeConfig`. Use
835
- # AutoprovisioningNodePoolDefaults instead.
851
+ # Parameters that describe the nodes in a cluster. GKE Autopilot clusters do not
852
+ # recognize parameters in `NodeConfig`. Use AutoprovisioningNodePoolDefaults
853
+ # instead.
836
854
  # Corresponds to the JSON property `nodeConfig`
837
855
  # @return [Google::Apis::ContainerV1beta1::NodeConfig]
838
856
  attr_accessor :node_config
@@ -885,6 +903,12 @@ module Google
885
903
  # @return [Google::Apis::ContainerV1beta1::PrivateClusterConfig]
886
904
  attr_accessor :private_cluster_config
887
905
 
906
+ # ProtectConfig defines the flags needed to enable/disable features for the
907
+ # Protect API.
908
+ # Corresponds to the JSON property `protectConfig`
909
+ # @return [Google::Apis::ContainerV1beta1::ProtectConfig]
910
+ attr_accessor :protect_config
911
+
888
912
  # ReleaseChannel indicates which release channel a cluster is subscribed to.
889
913
  # Release channels are arranged in order of risk. When a cluster is subscribed
890
914
  # to a release channel, Google maintains both the master version and the node
@@ -996,6 +1020,7 @@ module Google
996
1020
  @cluster_telemetry = args[:cluster_telemetry] if args.key?(:cluster_telemetry)
997
1021
  @conditions = args[:conditions] if args.key?(:conditions)
998
1022
  @confidential_nodes = args[:confidential_nodes] if args.key?(:confidential_nodes)
1023
+ @cost_management_config = args[:cost_management_config] if args.key?(:cost_management_config)
999
1024
  @create_time = args[:create_time] if args.key?(:create_time)
1000
1025
  @current_master_version = args[:current_master_version] if args.key?(:current_master_version)
1001
1026
  @current_node_count = args[:current_node_count] if args.key?(:current_node_count)
@@ -1040,6 +1065,7 @@ module Google
1040
1065
  @pod_security_policy_config = args[:pod_security_policy_config] if args.key?(:pod_security_policy_config)
1041
1066
  @private_cluster = args[:private_cluster] if args.key?(:private_cluster)
1042
1067
  @private_cluster_config = args[:private_cluster_config] if args.key?(:private_cluster_config)
1068
+ @protect_config = args[:protect_config] if args.key?(:protect_config)
1043
1069
  @release_channel = args[:release_channel] if args.key?(:release_channel)
1044
1070
  @resource_labels = args[:resource_labels] if args.key?(:resource_labels)
1045
1071
  @resource_usage_export_config = args[:resource_usage_export_config] if args.key?(:resource_usage_export_config)
@@ -1160,6 +1186,11 @@ module Google
1160
1186
  # @return [Google::Apis::ContainerV1beta1::ClusterTelemetry]
1161
1187
  attr_accessor :desired_cluster_telemetry
1162
1188
 
1189
+ # Configuration for fine-grained cost management feature.
1190
+ # Corresponds to the JSON property `desiredCostManagementConfig`
1191
+ # @return [Google::Apis::ContainerV1beta1::CostManagementConfig]
1192
+ attr_accessor :desired_cost_management_config
1193
+
1163
1194
  # Configuration of etcd encryption.
1164
1195
  # Corresponds to the JSON property `desiredDatabaseEncryption`
1165
1196
  # @return [Google::Apis::ContainerV1beta1::DatabaseEncryption]
@@ -1332,6 +1363,12 @@ module Google
1332
1363
  # @return [String]
1333
1364
  attr_accessor :desired_private_ipv6_google_access
1334
1365
 
1366
+ # ProtectConfig defines the flags needed to enable/disable features for the
1367
+ # Protect API.
1368
+ # Corresponds to the JSON property `desiredProtectConfig`
1369
+ # @return [Google::Apis::ContainerV1beta1::ProtectConfig]
1370
+ attr_accessor :desired_protect_config
1371
+
1335
1372
  # ReleaseChannel indicates which release channel a cluster is subscribed to.
1336
1373
  # Release channels are arranged in order of risk. When a cluster is subscribed
1337
1374
  # to a release channel, Google maintains both the master version and the node
@@ -1393,6 +1430,7 @@ module Google
1393
1430
  @desired_binary_authorization = args[:desired_binary_authorization] if args.key?(:desired_binary_authorization)
1394
1431
  @desired_cluster_autoscaling = args[:desired_cluster_autoscaling] if args.key?(:desired_cluster_autoscaling)
1395
1432
  @desired_cluster_telemetry = args[:desired_cluster_telemetry] if args.key?(:desired_cluster_telemetry)
1433
+ @desired_cost_management_config = args[:desired_cost_management_config] if args.key?(:desired_cost_management_config)
1396
1434
  @desired_database_encryption = args[:desired_database_encryption] if args.key?(:desired_database_encryption)
1397
1435
  @desired_datapath_provider = args[:desired_datapath_provider] if args.key?(:desired_datapath_provider)
1398
1436
  @desired_default_snat_status = args[:desired_default_snat_status] if args.key?(:desired_default_snat_status)
@@ -1419,6 +1457,7 @@ module Google
1419
1457
  @desired_pod_security_policy_config = args[:desired_pod_security_policy_config] if args.key?(:desired_pod_security_policy_config)
1420
1458
  @desired_private_cluster_config = args[:desired_private_cluster_config] if args.key?(:desired_private_cluster_config)
1421
1459
  @desired_private_ipv6_google_access = args[:desired_private_ipv6_google_access] if args.key?(:desired_private_ipv6_google_access)
1460
+ @desired_protect_config = args[:desired_protect_config] if args.key?(:desired_protect_config)
1422
1461
  @desired_release_channel = args[:desired_release_channel] if args.key?(:desired_release_channel)
1423
1462
  @desired_resource_usage_export_config = args[:desired_resource_usage_export_config] if args.key?(:desired_resource_usage_export_config)
1424
1463
  @desired_service_external_ips_config = args[:desired_service_external_ips_config] if args.key?(:desired_service_external_ips_config)
@@ -1536,6 +1575,26 @@ module Google
1536
1575
  end
1537
1576
  end
1538
1577
 
1578
+ # Configuration for fine-grained cost management feature.
1579
+ class CostManagementConfig
1580
+ include Google::Apis::Core::Hashable
1581
+
1582
+ # Whether the feature is enabled or not.
1583
+ # Corresponds to the JSON property `enabled`
1584
+ # @return [Boolean]
1585
+ attr_accessor :enabled
1586
+ alias_method :enabled?, :enabled
1587
+
1588
+ def initialize(**args)
1589
+ update!(**args)
1590
+ end
1591
+
1592
+ # Update properties of this object
1593
+ def update!(**args)
1594
+ @enabled = args[:enabled] if args.key?(:enabled)
1595
+ end
1596
+ end
1597
+
1539
1598
  # CreateClusterRequest creates a cluster.
1540
1599
  class CreateClusterRequest
1541
1600
  include Google::Apis::Core::Hashable
@@ -1871,6 +1930,32 @@ module Google
1871
1930
  end
1872
1931
  end
1873
1932
 
1933
+ # GPUSharingConfig represents the GPU sharing configuration for Hardware
1934
+ # Accelerators.
1935
+ class GpuSharingConfig
1936
+ include Google::Apis::Core::Hashable
1937
+
1938
+ # The type of GPU sharing strategy to enable on the GPU node.
1939
+ # Corresponds to the JSON property `gpuSharingStrategy`
1940
+ # @return [String]
1941
+ attr_accessor :gpu_sharing_strategy
1942
+
1943
+ # The max number of containers that can share a physical GPU.
1944
+ # Corresponds to the JSON property `maxSharedClientsPerGpu`
1945
+ # @return [Fixnum]
1946
+ attr_accessor :max_shared_clients_per_gpu
1947
+
1948
+ def initialize(**args)
1949
+ update!(**args)
1950
+ end
1951
+
1952
+ # Update properties of this object
1953
+ def update!(**args)
1954
+ @gpu_sharing_strategy = args[:gpu_sharing_strategy] if args.key?(:gpu_sharing_strategy)
1955
+ @max_shared_clients_per_gpu = args[:max_shared_clients_per_gpu] if args.key?(:max_shared_clients_per_gpu)
1956
+ end
1957
+ end
1958
+
1874
1959
  # Configuration for the Compute Engine PD CSI driver.
1875
1960
  class GcePersistentDiskCsiDriverConfig
1876
1961
  include Google::Apis::Core::Hashable
@@ -2185,6 +2270,11 @@ module Google
2185
2270
  attr_accessor :create_subnetwork
2186
2271
  alias_method :create_subnetwork?, :create_subnetwork
2187
2272
 
2273
+ # The ipv6 access type (internal or external) when create_subnetwork is true
2274
+ # Corresponds to the JSON property `ipv6AccessType`
2275
+ # @return [String]
2276
+ attr_accessor :ipv6_access_type
2277
+
2188
2278
  # This field is deprecated, use node_ipv4_cidr_block.
2189
2279
  # Corresponds to the JSON property `nodeIpv4Cidr`
2190
2280
  # @return [String]
@@ -2226,6 +2316,11 @@ module Google
2226
2316
  # @return [String]
2227
2317
  attr_accessor :services_secondary_range_name
2228
2318
 
2319
+ # IP stack type
2320
+ # Corresponds to the JSON property `stackType`
2321
+ # @return [String]
2322
+ attr_accessor :stack_type
2323
+
2229
2324
  # A custom subnetwork name to be used if `create_subnetwork` is true. If this
2230
2325
  # field is empty, then an automatic name will be chosen for the new subnetwork.
2231
2326
  # Corresponds to the JSON property `subnetworkName`
@@ -2274,11 +2369,13 @@ module Google
2274
2369
  @cluster_ipv4_cidr_block = args[:cluster_ipv4_cidr_block] if args.key?(:cluster_ipv4_cidr_block)
2275
2370
  @cluster_secondary_range_name = args[:cluster_secondary_range_name] if args.key?(:cluster_secondary_range_name)
2276
2371
  @create_subnetwork = args[:create_subnetwork] if args.key?(:create_subnetwork)
2372
+ @ipv6_access_type = args[:ipv6_access_type] if args.key?(:ipv6_access_type)
2277
2373
  @node_ipv4_cidr = args[:node_ipv4_cidr] if args.key?(:node_ipv4_cidr)
2278
2374
  @node_ipv4_cidr_block = args[:node_ipv4_cidr_block] if args.key?(:node_ipv4_cidr_block)
2279
2375
  @services_ipv4_cidr = args[:services_ipv4_cidr] if args.key?(:services_ipv4_cidr)
2280
2376
  @services_ipv4_cidr_block = args[:services_ipv4_cidr_block] if args.key?(:services_ipv4_cidr_block)
2281
2377
  @services_secondary_range_name = args[:services_secondary_range_name] if args.key?(:services_secondary_range_name)
2378
+ @stack_type = args[:stack_type] if args.key?(:stack_type)
2282
2379
  @subnetwork_name = args[:subnetwork_name] if args.key?(:subnetwork_name)
2283
2380
  @tpu_ipv4_cidr_block = args[:tpu_ipv4_cidr_block] if args.key?(:tpu_ipv4_cidr_block)
2284
2381
  @use_ip_aliases = args[:use_ip_aliases] if args.key?(:use_ip_aliases)
@@ -3214,9 +3311,9 @@ module Google
3214
3311
  end
3215
3312
  end
3216
3313
 
3217
- # Parameters that describe the nodes in a cluster. *Note:* GKE Autopilot
3218
- # clusters do not recognize parameters in `NodeConfig`. Use
3219
- # AutoprovisioningNodePoolDefaults instead.
3314
+ # Parameters that describe the nodes in a cluster. GKE Autopilot clusters do not
3315
+ # recognize parameters in `NodeConfig`. Use AutoprovisioningNodePoolDefaults
3316
+ # instead.
3220
3317
  class NodeConfig
3221
3318
  include Google::Apis::Core::Hashable
3222
3319
 
@@ -3676,9 +3773,9 @@ module Google
3676
3773
  # @return [Array<Google::Apis::ContainerV1beta1::StatusCondition>]
3677
3774
  attr_accessor :conditions
3678
3775
 
3679
- # Parameters that describe the nodes in a cluster. *Note:* GKE Autopilot
3680
- # clusters do not recognize parameters in `NodeConfig`. Use
3681
- # AutoprovisioningNodePoolDefaults instead.
3776
+ # Parameters that describe the nodes in a cluster. GKE Autopilot clusters do not
3777
+ # recognize parameters in `NodeConfig`. Use AutoprovisioningNodePoolDefaults
3778
+ # instead.
3682
3779
  # Corresponds to the JSON property `config`
3683
3780
  # @return [Google::Apis::ContainerV1beta1::NodeConfig]
3684
3781
  attr_accessor :config
@@ -4228,6 +4325,27 @@ module Google
4228
4325
  end
4229
4326
  end
4230
4327
 
4328
+ # ProtectConfig defines the flags needed to enable/disable features for the
4329
+ # Protect API.
4330
+ class ProtectConfig
4331
+ include Google::Apis::Core::Hashable
4332
+
4333
+ # WorkloadConfig defines the flags to enable or disable the workload
4334
+ # configurations for the cluster.
4335
+ # Corresponds to the JSON property `workloadConfig`
4336
+ # @return [Google::Apis::ContainerV1beta1::WorkloadConfig]
4337
+ attr_accessor :workload_config
4338
+
4339
+ def initialize(**args)
4340
+ update!(**args)
4341
+ end
4342
+
4343
+ # Update properties of this object
4344
+ def update!(**args)
4345
+ @workload_config = args[:workload_config] if args.key?(:workload_config)
4346
+ end
4347
+ end
4348
+
4231
4349
  # Pub/Sub specific notification config.
4232
4350
  class PubSub
4233
4351
  include Google::Apis::Core::Hashable
@@ -6191,6 +6309,26 @@ module Google
6191
6309
  end
6192
6310
  end
6193
6311
 
6312
+ # WorkloadConfig defines the flags to enable or disable the workload
6313
+ # configurations for the cluster.
6314
+ class WorkloadConfig
6315
+ include Google::Apis::Core::Hashable
6316
+
6317
+ # Sets which mode of auditing should be used for the cluster's workloads.
6318
+ # Corresponds to the JSON property `auditMode`
6319
+ # @return [String]
6320
+ attr_accessor :audit_mode
6321
+
6322
+ def initialize(**args)
6323
+ update!(**args)
6324
+ end
6325
+
6326
+ # Update properties of this object
6327
+ def update!(**args)
6328
+ @audit_mode = args[:audit_mode] if args.key?(:audit_mode)
6329
+ end
6330
+ end
6331
+
6194
6332
  # Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.
6195
6333
  class WorkloadIdentityConfig
6196
6334
  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.31.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220420"
25
+ REVISION = "20220610"
26
26
  end
27
27
  end
28
28
  end
@@ -154,6 +154,12 @@ module Google
154
154
  include Google::Apis::Core::JsonObjectSupport
155
155
  end
156
156
 
157
+ class CostManagementConfig
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
157
163
  class CreateClusterRequest
158
164
  class Representation < Google::Apis::Core::JsonRepresentation; end
159
165
 
@@ -220,6 +226,12 @@ module Google
220
226
  include Google::Apis::Core::JsonObjectSupport
221
227
  end
222
228
 
229
+ class GpuSharingConfig
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
223
235
  class GcePersistentDiskCsiDriverConfig
224
236
  class Representation < Google::Apis::Core::JsonRepresentation; end
225
237
 
@@ -598,6 +610,12 @@ module Google
598
610
  include Google::Apis::Core::JsonObjectSupport
599
611
  end
600
612
 
613
+ class ProtectConfig
614
+ class Representation < Google::Apis::Core::JsonRepresentation; end
615
+
616
+ include Google::Apis::Core::JsonObjectSupport
617
+ end
618
+
601
619
  class PubSub
602
620
  class Representation < Google::Apis::Core::JsonRepresentation; end
603
621
 
@@ -868,6 +886,12 @@ module Google
868
886
  include Google::Apis::Core::JsonObjectSupport
869
887
  end
870
888
 
889
+ class WorkloadConfig
890
+ class Representation < Google::Apis::Core::JsonRepresentation; end
891
+
892
+ include Google::Apis::Core::JsonObjectSupport
893
+ end
894
+
871
895
  class WorkloadIdentityConfig
872
896
  class Representation < Google::Apis::Core::JsonRepresentation; end
873
897
 
@@ -886,6 +910,9 @@ module Google
886
910
  property :accelerator_count, :numeric_string => true, as: 'acceleratorCount'
887
911
  property :accelerator_type, as: 'acceleratorType'
888
912
  property :gpu_partition_size, as: 'gpuPartitionSize'
913
+ property :gpu_sharing_config, as: 'gpuSharingConfig', class: Google::Apis::ContainerV1beta1::GpuSharingConfig, decorator: Google::Apis::ContainerV1beta1::GpuSharingConfig::Representation
914
+
915
+ property :max_time_shared_clients_per_gpu, :numeric_string => true, as: 'maxTimeSharedClientsPerGpu'
889
916
  end
890
917
  end
891
918
 
@@ -1044,6 +1071,8 @@ module Google
1044
1071
 
1045
1072
  property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1beta1::ConfidentialNodes, decorator: Google::Apis::ContainerV1beta1::ConfidentialNodes::Representation
1046
1073
 
1074
+ property :cost_management_config, as: 'costManagementConfig', class: Google::Apis::ContainerV1beta1::CostManagementConfig, decorator: Google::Apis::ContainerV1beta1::CostManagementConfig::Representation
1075
+
1047
1076
  property :create_time, as: 'createTime'
1048
1077
  property :current_master_version, as: 'currentMasterVersion'
1049
1078
  property :current_node_count, as: 'currentNodeCount'
@@ -1109,6 +1138,8 @@ module Google
1109
1138
  property :private_cluster, as: 'privateCluster'
1110
1139
  property :private_cluster_config, as: 'privateClusterConfig', class: Google::Apis::ContainerV1beta1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1beta1::PrivateClusterConfig::Representation
1111
1140
 
1141
+ property :protect_config, as: 'protectConfig', class: Google::Apis::ContainerV1beta1::ProtectConfig, decorator: Google::Apis::ContainerV1beta1::ProtectConfig::Representation
1142
+
1112
1143
  property :release_channel, as: 'releaseChannel', class: Google::Apis::ContainerV1beta1::ReleaseChannel, decorator: Google::Apis::ContainerV1beta1::ReleaseChannel::Representation
1113
1144
 
1114
1145
  hash :resource_labels, as: 'resourceLabels'
@@ -1169,6 +1200,8 @@ module Google
1169
1200
 
1170
1201
  property :desired_cluster_telemetry, as: 'desiredClusterTelemetry', class: Google::Apis::ContainerV1beta1::ClusterTelemetry, decorator: Google::Apis::ContainerV1beta1::ClusterTelemetry::Representation
1171
1202
 
1203
+ property :desired_cost_management_config, as: 'desiredCostManagementConfig', class: Google::Apis::ContainerV1beta1::CostManagementConfig, decorator: Google::Apis::ContainerV1beta1::CostManagementConfig::Representation
1204
+
1172
1205
  property :desired_database_encryption, as: 'desiredDatabaseEncryption', class: Google::Apis::ContainerV1beta1::DatabaseEncryption, decorator: Google::Apis::ContainerV1beta1::DatabaseEncryption::Representation
1173
1206
 
1174
1207
  property :desired_datapath_provider, as: 'desiredDatapathProvider'
@@ -1212,6 +1245,8 @@ module Google
1212
1245
  property :desired_private_cluster_config, as: 'desiredPrivateClusterConfig', class: Google::Apis::ContainerV1beta1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1beta1::PrivateClusterConfig::Representation
1213
1246
 
1214
1247
  property :desired_private_ipv6_google_access, as: 'desiredPrivateIpv6GoogleAccess'
1248
+ property :desired_protect_config, as: 'desiredProtectConfig', class: Google::Apis::ContainerV1beta1::ProtectConfig, decorator: Google::Apis::ContainerV1beta1::ProtectConfig::Representation
1249
+
1215
1250
  property :desired_release_channel, as: 'desiredReleaseChannel', class: Google::Apis::ContainerV1beta1::ReleaseChannel, decorator: Google::Apis::ContainerV1beta1::ReleaseChannel::Representation
1216
1251
 
1217
1252
  property :desired_resource_usage_export_config, as: 'desiredResourceUsageExportConfig', class: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig::Representation
@@ -1264,6 +1299,13 @@ module Google
1264
1299
  end
1265
1300
  end
1266
1301
 
1302
+ class CostManagementConfig
1303
+ # @private
1304
+ class Representation < Google::Apis::Core::JsonRepresentation
1305
+ property :enabled, as: 'enabled'
1306
+ end
1307
+ end
1308
+
1267
1309
  class CreateClusterRequest
1268
1310
  # @private
1269
1311
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1355,6 +1397,14 @@ module Google
1355
1397
  end
1356
1398
  end
1357
1399
 
1400
+ class GpuSharingConfig
1401
+ # @private
1402
+ class Representation < Google::Apis::Core::JsonRepresentation
1403
+ property :gpu_sharing_strategy, as: 'gpuSharingStrategy'
1404
+ property :max_shared_clients_per_gpu, :numeric_string => true, as: 'maxSharedClientsPerGpu'
1405
+ end
1406
+ end
1407
+
1358
1408
  class GcePersistentDiskCsiDriverConfig
1359
1409
  # @private
1360
1410
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1446,11 +1496,13 @@ module Google
1446
1496
  property :cluster_ipv4_cidr_block, as: 'clusterIpv4CidrBlock'
1447
1497
  property :cluster_secondary_range_name, as: 'clusterSecondaryRangeName'
1448
1498
  property :create_subnetwork, as: 'createSubnetwork'
1499
+ property :ipv6_access_type, as: 'ipv6AccessType'
1449
1500
  property :node_ipv4_cidr, as: 'nodeIpv4Cidr'
1450
1501
  property :node_ipv4_cidr_block, as: 'nodeIpv4CidrBlock'
1451
1502
  property :services_ipv4_cidr, as: 'servicesIpv4Cidr'
1452
1503
  property :services_ipv4_cidr_block, as: 'servicesIpv4CidrBlock'
1453
1504
  property :services_secondary_range_name, as: 'servicesSecondaryRangeName'
1505
+ property :stack_type, as: 'stackType'
1454
1506
  property :subnetwork_name, as: 'subnetworkName'
1455
1507
  property :tpu_ipv4_cidr_block, as: 'tpuIpv4CidrBlock'
1456
1508
  property :use_ip_aliases, as: 'useIpAliases'
@@ -1990,6 +2042,14 @@ module Google
1990
2042
  end
1991
2043
  end
1992
2044
 
2045
+ class ProtectConfig
2046
+ # @private
2047
+ class Representation < Google::Apis::Core::JsonRepresentation
2048
+ property :workload_config, as: 'workloadConfig', class: Google::Apis::ContainerV1beta1::WorkloadConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadConfig::Representation
2049
+
2050
+ end
2051
+ end
2052
+
1993
2053
  class PubSub
1994
2054
  # @private
1995
2055
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2476,6 +2536,13 @@ module Google
2476
2536
  end
2477
2537
  end
2478
2538
 
2539
+ class WorkloadConfig
2540
+ # @private
2541
+ class Representation < Google::Apis::Core::JsonRepresentation
2542
+ property :audit_mode, as: 'auditMode'
2543
+ end
2544
+ end
2545
+
2479
2546
  class WorkloadIdentityConfig
2480
2547
  # @private
2481
2548
  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.31.0
4
+ version: 0.34.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: 2022-05-16 00:00:00.000000000 Z
11
+ date: 2022-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.6'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.6'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.34.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Kubernetes Engine API V1beta1