google-apis-container_v1 0.17.0 → 0.21.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: 9683acfe2956cb74dd59078fb1b5aaa3fb91a4148f19622fc9227689085ff677
4
- data.tar.gz: 88db1c4c936e2d0bb045600d298aa8cfeba32f61c7d2d15b0d2edfd28a30ba65
3
+ metadata.gz: 224aa0644142d9ff347deab756118ab03c1e6ce1e1d6c3d1aff33494650c2b10
4
+ data.tar.gz: 679d681a3369aa55609141e32fc1466c14ab737072d6719d32e2fb00268a2b62
5
5
  SHA512:
6
- metadata.gz: 3e8674d75f8528a4812c51afb4c8d99aacabfefd36c14928a25f3e2e9a1a11483d926a7029ecdb87e0a0e4f750b49071f30cc2c5d2743520d087be3b9c1668cb
7
- data.tar.gz: 99acf143e2aaf8d1404acca6a8763bd3b71c65bbaceae7c2adb2905dcc1e35e8f64374e49677c801df6806290618c3c63494339a5437c0de159d787105d9a282
6
+ metadata.gz: 0a82886b78ad212329870b8d44be3c1bda2ffe5092cd9461dc8eb6f753160df2ed38c22cada739f50f9bef89d2bd830deab75d1a20517fe0f661c46520c95e85
7
+ data.tar.gz: dbb4b096a99b31b2605e1210cf26e830165f998e2a7515686168f5a3300db8c107d7ce8d4928c0d9b1c9d482dd2829a025f26e222d3cfee48b4e1a9eb7ebb5a2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-container_v1
2
2
 
3
+ ### v0.21.0 (2021-12-16)
4
+
5
+ * Regenerated from discovery document revision 20211203
6
+
7
+ ### v0.20.0 (2021-10-28)
8
+
9
+ * Regenerated from discovery document revision 20211014
10
+
11
+ ### v0.19.0 (2021-10-26)
12
+
13
+ * Regenerated from discovery document revision 20211008
14
+ * Unspecified changes
15
+
16
+ ### v0.18.0 (2021-10-02)
17
+
18
+ * Regenerated from discovery document revision 20210914
19
+
3
20
  ### v0.17.0 (2021-09-20)
4
21
 
5
22
  * Regenerated from discovery document revision 20210906
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/container_v1"
51
51
  client = Google::Apis::ContainerV1::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.
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Container service in particular.)
67
67
 
@@ -129,6 +129,27 @@ module Google
129
129
  end
130
130
  end
131
131
 
132
+ # Specifies options for controlling advanced machine features.
133
+ class AdvancedMachineFeatures
134
+ include Google::Apis::Core::Hashable
135
+
136
+ # The number of threads per physical core. To disable simultaneous
137
+ # multithreading (SMT) set this to 1. If unset, the maximum number of threads
138
+ # supported per core by the underlying processor is assumed.
139
+ # Corresponds to the JSON property `threadsPerCore`
140
+ # @return [Fixnum]
141
+ attr_accessor :threads_per_core
142
+
143
+ def initialize(**args)
144
+ update!(**args)
145
+ end
146
+
147
+ # Update properties of this object
148
+ def update!(**args)
149
+ @threads_per_core = args[:threads_per_core] if args.key?(:threads_per_core)
150
+ end
151
+ end
152
+
132
153
  # Configuration for returning group information from authenticators.
133
154
  class AuthenticatorGroupsConfig
134
155
  include Google::Apis::Core::Hashable
@@ -688,6 +709,11 @@ module Google
688
709
  # @return [Google::Apis::ContainerV1::MasterAuthorizedNetworksConfig]
689
710
  attr_accessor :master_authorized_networks_config
690
711
 
712
+ # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
713
+ # Corresponds to the JSON property `meshCertificates`
714
+ # @return [Google::Apis::ContainerV1::MeshCertificates]
715
+ attr_accessor :mesh_certificates
716
+
691
717
  # MonitoringConfig is cluster monitoring configuration.
692
718
  # Corresponds to the JSON property `monitoringConfig`
693
719
  # @return [Google::Apis::ContainerV1::MonitoringConfig]
@@ -742,6 +768,11 @@ module Google
742
768
  # @return [Fixnum]
743
769
  attr_accessor :node_ipv4_cidr_size
744
770
 
771
+ # Subset of Nodepool message that has defaults.
772
+ # Corresponds to the JSON property `nodePoolDefaults`
773
+ # @return [Google::Apis::ContainerV1::NodePoolDefaults]
774
+ attr_accessor :node_pool_defaults
775
+
745
776
  # The node pools associated with this cluster. This field should not be set if "
746
777
  # node_config" or "initial_node_count" are specified.
747
778
  # Corresponds to the JSON property `nodePools`
@@ -877,6 +908,7 @@ module Google
877
908
  @maintenance_policy = args[:maintenance_policy] if args.key?(:maintenance_policy)
878
909
  @master_auth = args[:master_auth] if args.key?(:master_auth)
879
910
  @master_authorized_networks_config = args[:master_authorized_networks_config] if args.key?(:master_authorized_networks_config)
911
+ @mesh_certificates = args[:mesh_certificates] if args.key?(:mesh_certificates)
880
912
  @monitoring_config = args[:monitoring_config] if args.key?(:monitoring_config)
881
913
  @monitoring_service = args[:monitoring_service] if args.key?(:monitoring_service)
882
914
  @name = args[:name] if args.key?(:name)
@@ -885,6 +917,7 @@ module Google
885
917
  @network_policy = args[:network_policy] if args.key?(:network_policy)
886
918
  @node_config = args[:node_config] if args.key?(:node_config)
887
919
  @node_ipv4_cidr_size = args[:node_ipv4_cidr_size] if args.key?(:node_ipv4_cidr_size)
920
+ @node_pool_defaults = args[:node_pool_defaults] if args.key?(:node_pool_defaults)
888
921
  @node_pools = args[:node_pools] if args.key?(:node_pools)
889
922
  @notification_config = args[:notification_config] if args.key?(:notification_config)
890
923
  @private_cluster_config = args[:private_cluster_config] if args.key?(:private_cluster_config)
@@ -969,11 +1002,6 @@ module Google
969
1002
  # @return [Google::Apis::ContainerV1::AuthenticatorGroupsConfig]
970
1003
  attr_accessor :desired_authenticator_groups_config
971
1004
 
972
- # Autopilot is the configuration for Autopilot settings on the cluster.
973
- # Corresponds to the JSON property `desiredAutopilot`
974
- # @return [Google::Apis::ContainerV1::Autopilot]
975
- attr_accessor :desired_autopilot
976
-
977
1005
  # Configuration for Binary Authorization.
978
1006
  # Corresponds to the JSON property `desiredBinaryAuthorization`
979
1007
  # @return [Google::Apis::ContainerV1::BinaryAuthorization]
@@ -1002,6 +1030,17 @@ module Google
1002
1030
  # @return [Google::Apis::ContainerV1::DefaultSnatStatus]
1003
1031
  attr_accessor :desired_default_snat_status
1004
1032
 
1033
+ # DNSConfig contains the desired set of options for configuring clusterDNS.
1034
+ # Corresponds to the JSON property `desiredDnsConfig`
1035
+ # @return [Google::Apis::ContainerV1::DnsConfig]
1036
+ attr_accessor :desired_dns_config
1037
+
1038
+ # GcfsConfig contains configurations of Google Container File System (image
1039
+ # streaming).
1040
+ # Corresponds to the JSON property `desiredGcfsConfig`
1041
+ # @return [Google::Apis::ContainerV1::GcfsConfig]
1042
+ attr_accessor :desired_gcfs_config
1043
+
1005
1044
  # The desired image type for the node pool. NOTE: Set the "desired_node_pool"
1006
1045
  # field as well.
1007
1046
  # Corresponds to the JSON property `desiredImageType`
@@ -1064,6 +1103,11 @@ module Google
1064
1103
  # @return [String]
1065
1104
  attr_accessor :desired_master_version
1066
1105
 
1106
+ # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
1107
+ # Corresponds to the JSON property `desiredMeshCertificates`
1108
+ # @return [Google::Apis::ContainerV1::MeshCertificates]
1109
+ attr_accessor :desired_mesh_certificates
1110
+
1067
1111
  # MonitoringConfig is cluster monitoring configuration.
1068
1112
  # Corresponds to the JSON property `desiredMonitoringConfig`
1069
1113
  # @return [Google::Apis::ContainerV1::MonitoringConfig]
@@ -1132,6 +1176,11 @@ module Google
1132
1176
  # @return [Google::Apis::ContainerV1::ResourceUsageExportConfig]
1133
1177
  attr_accessor :desired_resource_usage_export_config
1134
1178
 
1179
+ # Config to block services with externalIPs field.
1180
+ # Corresponds to the JSON property `desiredServiceExternalIpsConfig`
1181
+ # @return [Google::Apis::ContainerV1::ServiceExternalIPsConfig]
1182
+ attr_accessor :desired_service_external_ips_config
1183
+
1135
1184
  # Configuration of Shielded Nodes feature.
1136
1185
  # Corresponds to the JSON property `desiredShieldedNodes`
1137
1186
  # @return [Google::Apis::ContainerV1::ShieldedNodes]
@@ -1157,12 +1206,13 @@ module Google
1157
1206
  def update!(**args)
1158
1207
  @desired_addons_config = args[:desired_addons_config] if args.key?(:desired_addons_config)
1159
1208
  @desired_authenticator_groups_config = args[:desired_authenticator_groups_config] if args.key?(:desired_authenticator_groups_config)
1160
- @desired_autopilot = args[:desired_autopilot] if args.key?(:desired_autopilot)
1161
1209
  @desired_binary_authorization = args[:desired_binary_authorization] if args.key?(:desired_binary_authorization)
1162
1210
  @desired_cluster_autoscaling = args[:desired_cluster_autoscaling] if args.key?(:desired_cluster_autoscaling)
1163
1211
  @desired_database_encryption = args[:desired_database_encryption] if args.key?(:desired_database_encryption)
1164
1212
  @desired_datapath_provider = args[:desired_datapath_provider] if args.key?(:desired_datapath_provider)
1165
1213
  @desired_default_snat_status = args[:desired_default_snat_status] if args.key?(:desired_default_snat_status)
1214
+ @desired_dns_config = args[:desired_dns_config] if args.key?(:desired_dns_config)
1215
+ @desired_gcfs_config = args[:desired_gcfs_config] if args.key?(:desired_gcfs_config)
1166
1216
  @desired_image_type = args[:desired_image_type] if args.key?(:desired_image_type)
1167
1217
  @desired_intra_node_visibility_config = args[:desired_intra_node_visibility_config] if args.key?(:desired_intra_node_visibility_config)
1168
1218
  @desired_l4ilb_subsetting_config = args[:desired_l4ilb_subsetting_config] if args.key?(:desired_l4ilb_subsetting_config)
@@ -1171,6 +1221,7 @@ module Google
1171
1221
  @desired_logging_service = args[:desired_logging_service] if args.key?(:desired_logging_service)
1172
1222
  @desired_master_authorized_networks_config = args[:desired_master_authorized_networks_config] if args.key?(:desired_master_authorized_networks_config)
1173
1223
  @desired_master_version = args[:desired_master_version] if args.key?(:desired_master_version)
1224
+ @desired_mesh_certificates = args[:desired_mesh_certificates] if args.key?(:desired_mesh_certificates)
1174
1225
  @desired_monitoring_config = args[:desired_monitoring_config] if args.key?(:desired_monitoring_config)
1175
1226
  @desired_monitoring_service = args[:desired_monitoring_service] if args.key?(:desired_monitoring_service)
1176
1227
  @desired_node_pool_autoscaling = args[:desired_node_pool_autoscaling] if args.key?(:desired_node_pool_autoscaling)
@@ -1181,6 +1232,7 @@ module Google
1181
1232
  @desired_private_ipv6_google_access = args[:desired_private_ipv6_google_access] if args.key?(:desired_private_ipv6_google_access)
1182
1233
  @desired_release_channel = args[:desired_release_channel] if args.key?(:desired_release_channel)
1183
1234
  @desired_resource_usage_export_config = args[:desired_resource_usage_export_config] if args.key?(:desired_resource_usage_export_config)
1235
+ @desired_service_external_ips_config = args[:desired_service_external_ips_config] if args.key?(:desired_service_external_ips_config)
1184
1236
  @desired_shielded_nodes = args[:desired_shielded_nodes] if args.key?(:desired_shielded_nodes)
1185
1237
  @desired_vertical_pod_autoscaling = args[:desired_vertical_pod_autoscaling] if args.key?(:desired_vertical_pod_autoscaling)
1186
1238
  @desired_workload_identity_config = args[:desired_workload_identity_config] if args.key?(:desired_workload_identity_config)
@@ -1388,6 +1440,37 @@ module Google
1388
1440
  end
1389
1441
  end
1390
1442
 
1443
+ # DNSConfig contains the desired set of options for configuring clusterDNS.
1444
+ class DnsConfig
1445
+ include Google::Apis::Core::Hashable
1446
+
1447
+ # cluster_dns indicates which in-cluster DNS provider should be used.
1448
+ # Corresponds to the JSON property `clusterDns`
1449
+ # @return [String]
1450
+ attr_accessor :cluster_dns
1451
+
1452
+ # cluster_dns_domain is the suffix used for all cluster service records.
1453
+ # Corresponds to the JSON property `clusterDnsDomain`
1454
+ # @return [String]
1455
+ attr_accessor :cluster_dns_domain
1456
+
1457
+ # cluster_dns_scope indicates the scope of access to cluster DNS records.
1458
+ # Corresponds to the JSON property `clusterDnsScope`
1459
+ # @return [String]
1460
+ attr_accessor :cluster_dns_scope
1461
+
1462
+ def initialize(**args)
1463
+ update!(**args)
1464
+ end
1465
+
1466
+ # Update properties of this object
1467
+ def update!(**args)
1468
+ @cluster_dns = args[:cluster_dns] if args.key?(:cluster_dns)
1469
+ @cluster_dns_domain = args[:cluster_dns_domain] if args.key?(:cluster_dns_domain)
1470
+ @cluster_dns_scope = args[:cluster_dns_scope] if args.key?(:cluster_dns_scope)
1471
+ end
1472
+ end
1473
+
1391
1474
  # Time window specified for daily maintenance operations.
1392
1475
  class DailyMaintenanceWindow
1393
1476
  include Google::Apis::Core::Hashable
@@ -1501,6 +1584,28 @@ module Google
1501
1584
  end
1502
1585
  end
1503
1586
 
1587
+ # Allows filtering to one or more specific event types. If event types are
1588
+ # present, those and only those event types will be transmitted to the cluster.
1589
+ # Other types will be skipped. If no filter is specified, or no event types are
1590
+ # present, all event types will be sent
1591
+ class Filter
1592
+ include Google::Apis::Core::Hashable
1593
+
1594
+ # Event types to allowlist.
1595
+ # Corresponds to the JSON property `eventType`
1596
+ # @return [Array<String>]
1597
+ attr_accessor :event_type
1598
+
1599
+ def initialize(**args)
1600
+ update!(**args)
1601
+ end
1602
+
1603
+ # Update properties of this object
1604
+ def update!(**args)
1605
+ @event_type = args[:event_type] if args.key?(:event_type)
1606
+ end
1607
+ end
1608
+
1504
1609
  # Configuration for the Compute Engine PD CSI driver.
1505
1610
  class GcePersistentDiskCsiDriverConfig
1506
1611
  include Google::Apis::Core::Hashable
@@ -1521,6 +1626,27 @@ module Google
1521
1626
  end
1522
1627
  end
1523
1628
 
1629
+ # GcfsConfig contains configurations of Google Container File System (image
1630
+ # streaming).
1631
+ class GcfsConfig
1632
+ include Google::Apis::Core::Hashable
1633
+
1634
+ # Whether to use GCFS.
1635
+ # Corresponds to the JSON property `enabled`
1636
+ # @return [Boolean]
1637
+ attr_accessor :enabled
1638
+ alias_method :enabled?, :enabled
1639
+
1640
+ def initialize(**args)
1641
+ update!(**args)
1642
+ end
1643
+
1644
+ # Update properties of this object
1645
+ def update!(**args)
1646
+ @enabled = args[:enabled] if args.key?(:enabled)
1647
+ end
1648
+ end
1649
+
1524
1650
  # Configuration for the GCP Filestore CSI driver.
1525
1651
  class GcpFilestoreCsiDriverConfig
1526
1652
  include Google::Apis::Core::Hashable
@@ -2150,6 +2276,25 @@ module Google
2150
2276
  end
2151
2277
  end
2152
2278
 
2279
+ # Represents the Maintenance exclusion option.
2280
+ class MaintenanceExclusionOptions
2281
+ include Google::Apis::Core::Hashable
2282
+
2283
+ # Scope specifies the upgrade scope which upgrades are blocked by the exclusion.
2284
+ # Corresponds to the JSON property `scope`
2285
+ # @return [String]
2286
+ attr_accessor :scope
2287
+
2288
+ def initialize(**args)
2289
+ update!(**args)
2290
+ end
2291
+
2292
+ # Update properties of this object
2293
+ def update!(**args)
2294
+ @scope = args[:scope] if args.key?(:scope)
2295
+ end
2296
+ end
2297
+
2153
2298
  # MaintenancePolicy defines the maintenance policy to be used for the cluster.
2154
2299
  class MaintenancePolicy
2155
2300
  include Google::Apis::Core::Hashable
@@ -2325,6 +2470,30 @@ module Google
2325
2470
  end
2326
2471
  end
2327
2472
 
2473
+ # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
2474
+ class MeshCertificates
2475
+ include Google::Apis::Core::Hashable
2476
+
2477
+ # enable_certificates controls issuance of workload mTLS certificates. If set,
2478
+ # the GKE Workload Identity Certificates controller and node agent will be
2479
+ # deployed in the cluster, which can then be configured by creating a
2480
+ # WorkloadCertificateConfig Custom Resource. Requires Workload Identity (
2481
+ # workload_pool must be non-empty).
2482
+ # Corresponds to the JSON property `enableCertificates`
2483
+ # @return [Boolean]
2484
+ attr_accessor :enable_certificates
2485
+ alias_method :enable_certificates?, :enable_certificates
2486
+
2487
+ def initialize(**args)
2488
+ update!(**args)
2489
+ end
2490
+
2491
+ # Update properties of this object
2492
+ def update!(**args)
2493
+ @enable_certificates = args[:enable_certificates] if args.key?(:enable_certificates)
2494
+ end
2495
+ end
2496
+
2328
2497
  # Progress metric is (string, int|float|string) pair.
2329
2498
  class Metric
2330
2499
  include Google::Apis::Core::Hashable
@@ -2417,6 +2586,11 @@ module Google
2417
2586
  # @return [Google::Apis::ContainerV1::DefaultSnatStatus]
2418
2587
  attr_accessor :default_snat_status
2419
2588
 
2589
+ # DNSConfig contains the desired set of options for configuring clusterDNS.
2590
+ # Corresponds to the JSON property `dnsConfig`
2591
+ # @return [Google::Apis::ContainerV1::DnsConfig]
2592
+ attr_accessor :dns_config
2593
+
2420
2594
  # Whether Intra-node visibility is enabled for this cluster. This makes same
2421
2595
  # node pod to pod traffic visible for VPC network.
2422
2596
  # Corresponds to the JSON property `enableIntraNodeVisibility`
@@ -2443,6 +2617,11 @@ module Google
2443
2617
  # @return [String]
2444
2618
  attr_accessor :private_ipv6_google_access
2445
2619
 
2620
+ # Config to block services with externalIPs field.
2621
+ # Corresponds to the JSON property `serviceExternalIpsConfig`
2622
+ # @return [Google::Apis::ContainerV1::ServiceExternalIPsConfig]
2623
+ attr_accessor :service_external_ips_config
2624
+
2446
2625
  # Output only. The relative name of the Google Compute Engine [subnetwork](https:
2447
2626
  # //cloud.google.com/compute/docs/vpc) to which the cluster is connected.
2448
2627
  # Example: projects/my-project/regions/us-central1/subnetworks/my-subnet
@@ -2458,10 +2637,12 @@ module Google
2458
2637
  def update!(**args)
2459
2638
  @datapath_provider = args[:datapath_provider] if args.key?(:datapath_provider)
2460
2639
  @default_snat_status = args[:default_snat_status] if args.key?(:default_snat_status)
2640
+ @dns_config = args[:dns_config] if args.key?(:dns_config)
2461
2641
  @enable_intra_node_visibility = args[:enable_intra_node_visibility] if args.key?(:enable_intra_node_visibility)
2462
2642
  @enable_l4ilb_subsetting = args[:enable_l4ilb_subsetting] if args.key?(:enable_l4ilb_subsetting)
2463
2643
  @network = args[:network] if args.key?(:network)
2464
2644
  @private_ipv6_google_access = args[:private_ipv6_google_access] if args.key?(:private_ipv6_google_access)
2645
+ @service_external_ips_config = args[:service_external_ips_config] if args.key?(:service_external_ips_config)
2465
2646
  @subnetwork = args[:subnetwork] if args.key?(:subnetwork)
2466
2647
  end
2467
2648
  end
@@ -2525,6 +2706,11 @@ module Google
2525
2706
  # @return [Array<Google::Apis::ContainerV1::AcceleratorConfig>]
2526
2707
  attr_accessor :accelerators
2527
2708
 
2709
+ # Specifies options for controlling advanced machine features.
2710
+ # Corresponds to the JSON property `advancedMachineFeatures`
2711
+ # @return [Google::Apis::ContainerV1::AdvancedMachineFeatures]
2712
+ attr_accessor :advanced_machine_features
2713
+
2528
2714
  # The Customer Managed Encryption Key used to encrypt the boot disk attached to
2529
2715
  # each node in the node pool. This should be of the form projects/[
2530
2716
  # KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]
@@ -2546,6 +2732,12 @@ module Google
2546
2732
  # @return [String]
2547
2733
  attr_accessor :disk_type
2548
2734
 
2735
+ # GcfsConfig contains configurations of Google Container File System (image
2736
+ # streaming).
2737
+ # Corresponds to the JSON property `gcfsConfig`
2738
+ # @return [Google::Apis::ContainerV1::GcfsConfig]
2739
+ attr_accessor :gcfs_config
2740
+
2549
2741
  # Configuration of gVNIC feature.
2550
2742
  # Corresponds to the JSON property `gvnic`
2551
2743
  # @return [Google::Apis::ContainerV1::VirtualNic]
@@ -2701,9 +2893,11 @@ module Google
2701
2893
  # Update properties of this object
2702
2894
  def update!(**args)
2703
2895
  @accelerators = args[:accelerators] if args.key?(:accelerators)
2896
+ @advanced_machine_features = args[:advanced_machine_features] if args.key?(:advanced_machine_features)
2704
2897
  @boot_disk_kms_key = args[:boot_disk_kms_key] if args.key?(:boot_disk_kms_key)
2705
2898
  @disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
2706
2899
  @disk_type = args[:disk_type] if args.key?(:disk_type)
2900
+ @gcfs_config = args[:gcfs_config] if args.key?(:gcfs_config)
2707
2901
  @gvnic = args[:gvnic] if args.key?(:gvnic)
2708
2902
  @image_type = args[:image_type] if args.key?(:image_type)
2709
2903
  @kubelet_config = args[:kubelet_config] if args.key?(:kubelet_config)
@@ -2726,6 +2920,26 @@ module Google
2726
2920
  end
2727
2921
  end
2728
2922
 
2923
+ # Subset of NodeConfig message that has defaults.
2924
+ class NodeConfigDefaults
2925
+ include Google::Apis::Core::Hashable
2926
+
2927
+ # GcfsConfig contains configurations of Google Container File System (image
2928
+ # streaming).
2929
+ # Corresponds to the JSON property `gcfsConfig`
2930
+ # @return [Google::Apis::ContainerV1::GcfsConfig]
2931
+ attr_accessor :gcfs_config
2932
+
2933
+ def initialize(**args)
2934
+ update!(**args)
2935
+ end
2936
+
2937
+ # Update properties of this object
2938
+ def update!(**args)
2939
+ @gcfs_config = args[:gcfs_config] if args.key?(:gcfs_config)
2940
+ end
2941
+ end
2942
+
2729
2943
  # Node kubelet configs.
2730
2944
  class NodeKubeletConfig
2731
2945
  include Google::Apis::Core::Hashable
@@ -2752,8 +2966,8 @@ module Google
2752
2966
 
2753
2967
  # Control the CPU management policy on the node. See https://kubernetes.io/docs/
2754
2968
  # tasks/administer-cluster/cpu-management-policies/ The following values are
2755
- # allowed. - "none": the default, which represents the existing scheduling
2756
- # behavior. - "static": allows pods with certain resource characteristics to be
2969
+ # allowed. * "none": the default, which represents the existing scheduling
2970
+ # behavior. * "static": allows pods with certain resource characteristics to be
2757
2971
  # granted increased CPU affinity and exclusivity on the node. The default value
2758
2972
  # is 'none' if unspecified.
2759
2973
  # Corresponds to the JSON property `cpuManagerPolicy`
@@ -3041,6 +3255,25 @@ module Google
3041
3255
  end
3042
3256
  end
3043
3257
 
3258
+ # Subset of Nodepool message that has defaults.
3259
+ class NodePoolDefaults
3260
+ include Google::Apis::Core::Hashable
3261
+
3262
+ # Subset of NodeConfig message that has defaults.
3263
+ # Corresponds to the JSON property `nodeConfigDefaults`
3264
+ # @return [Google::Apis::ContainerV1::NodeConfigDefaults]
3265
+ attr_accessor :node_config_defaults
3266
+
3267
+ def initialize(**args)
3268
+ update!(**args)
3269
+ end
3270
+
3271
+ # Update properties of this object
3272
+ def update!(**args)
3273
+ @node_config_defaults = args[:node_config_defaults] if args.key?(:node_config_defaults)
3274
+ end
3275
+ end
3276
+
3044
3277
  # Kubernetes taint is comprised of three fields: key, value, and effect. Effect
3045
3278
  # can only be one of three types: NoSchedule, PreferNoSchedule or NoExecute. See
3046
3279
  # [here](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration)
@@ -3345,6 +3578,14 @@ module Google
3345
3578
  attr_accessor :enabled
3346
3579
  alias_method :enabled?, :enabled
3347
3580
 
3581
+ # Allows filtering to one or more specific event types. If event types are
3582
+ # present, those and only those event types will be transmitted to the cluster.
3583
+ # Other types will be skipped. If no filter is specified, or no event types are
3584
+ # present, all event types will be sent
3585
+ # Corresponds to the JSON property `filter`
3586
+ # @return [Google::Apis::ContainerV1::Filter]
3587
+ attr_accessor :filter
3588
+
3348
3589
  # The desired Pub/Sub topic to which notifications will be sent by GKE. Format
3349
3590
  # is `projects/`project`/topics/`topic``.
3350
3591
  # Corresponds to the JSON property `topic`
@@ -3358,6 +3599,7 @@ module Google
3358
3599
  # Update properties of this object
3359
3600
  def update!(**args)
3360
3601
  @enabled = args[:enabled] if args.key?(:enabled)
3602
+ @filter = args[:filter] if args.key?(:filter)
3361
3603
  @topic = args[:topic] if args.key?(:topic)
3362
3604
  end
3363
3605
  end
@@ -3626,6 +3868,89 @@ module Google
3626
3868
  end
3627
3869
  end
3628
3870
 
3871
+ # SecurityBulletinEvent is a notification sent to customers when a security
3872
+ # bulletin has been posted that they are vulnerable to.
3873
+ class SecurityBulletinEvent
3874
+ include Google::Apis::Core::Hashable
3875
+
3876
+ # The GKE minor versions affected by this vulnerability.
3877
+ # Corresponds to the JSON property `affectedSupportedMinors`
3878
+ # @return [Array<String>]
3879
+ attr_accessor :affected_supported_minors
3880
+
3881
+ # A brief description of the bulletin. See the bulletin pointed to by the
3882
+ # bulletin_uri field for an expanded description.
3883
+ # Corresponds to the JSON property `briefDescription`
3884
+ # @return [String]
3885
+ attr_accessor :brief_description
3886
+
3887
+ # The ID of the bulletin corresponding to the vulnerability.
3888
+ # Corresponds to the JSON property `bulletinId`
3889
+ # @return [String]
3890
+ attr_accessor :bulletin_id
3891
+
3892
+ # The URI link to the bulletin on the website for more information.
3893
+ # Corresponds to the JSON property `bulletinUri`
3894
+ # @return [String]
3895
+ attr_accessor :bulletin_uri
3896
+
3897
+ # The CVEs associated with this bulletin.
3898
+ # Corresponds to the JSON property `cveIds`
3899
+ # @return [Array<String>]
3900
+ attr_accessor :cve_ids
3901
+
3902
+ # If this field is specified, it means there are manual steps that the user must
3903
+ # take to make their clusters safe.
3904
+ # Corresponds to the JSON property `manualStepsRequired`
3905
+ # @return [Boolean]
3906
+ attr_accessor :manual_steps_required
3907
+ alias_method :manual_steps_required?, :manual_steps_required
3908
+
3909
+ # The GKE versions where this vulnerability is patched.
3910
+ # Corresponds to the JSON property `patchedVersions`
3911
+ # @return [Array<String>]
3912
+ attr_accessor :patched_versions
3913
+
3914
+ # The resource type (node/control plane) that has the vulnerability. Multiple
3915
+ # notifications (1 notification per resource type) will be sent for a
3916
+ # vulnerability that affects > 1 resource type.
3917
+ # Corresponds to the JSON property `resourceTypeAffected`
3918
+ # @return [String]
3919
+ attr_accessor :resource_type_affected
3920
+
3921
+ # The severity of this bulletin as it relates to GKE.
3922
+ # Corresponds to the JSON property `severity`
3923
+ # @return [String]
3924
+ attr_accessor :severity
3925
+
3926
+ # This represents a version selected from the patched_versions field that the
3927
+ # cluster receiving this notification should most likely want to upgrade to
3928
+ # based on its current version. Note that if this notification is being received
3929
+ # by a given cluster, it means that this version is currently available as an
3930
+ # upgrade target in that cluster's location.
3931
+ # Corresponds to the JSON property `suggestedUpgradeTarget`
3932
+ # @return [String]
3933
+ attr_accessor :suggested_upgrade_target
3934
+
3935
+ def initialize(**args)
3936
+ update!(**args)
3937
+ end
3938
+
3939
+ # Update properties of this object
3940
+ def update!(**args)
3941
+ @affected_supported_minors = args[:affected_supported_minors] if args.key?(:affected_supported_minors)
3942
+ @brief_description = args[:brief_description] if args.key?(:brief_description)
3943
+ @bulletin_id = args[:bulletin_id] if args.key?(:bulletin_id)
3944
+ @bulletin_uri = args[:bulletin_uri] if args.key?(:bulletin_uri)
3945
+ @cve_ids = args[:cve_ids] if args.key?(:cve_ids)
3946
+ @manual_steps_required = args[:manual_steps_required] if args.key?(:manual_steps_required)
3947
+ @patched_versions = args[:patched_versions] if args.key?(:patched_versions)
3948
+ @resource_type_affected = args[:resource_type_affected] if args.key?(:resource_type_affected)
3949
+ @severity = args[:severity] if args.key?(:severity)
3950
+ @suggested_upgrade_target = args[:suggested_upgrade_target] if args.key?(:suggested_upgrade_target)
3951
+ end
3952
+ end
3953
+
3629
3954
  # Kubernetes Engine service configuration.
3630
3955
  class ServerConfig
3631
3956
  include Google::Apis::Core::Hashable
@@ -3675,6 +4000,26 @@ module Google
3675
4000
  end
3676
4001
  end
3677
4002
 
4003
+ # Config to block services with externalIPs field.
4004
+ class ServiceExternalIPsConfig
4005
+ include Google::Apis::Core::Hashable
4006
+
4007
+ # Whether Services with ExternalIPs field are allowed or not.
4008
+ # Corresponds to the JSON property `enabled`
4009
+ # @return [Boolean]
4010
+ attr_accessor :enabled
4011
+ alias_method :enabled?, :enabled
4012
+
4013
+ def initialize(**args)
4014
+ update!(**args)
4015
+ end
4016
+
4017
+ # Update properties of this object
4018
+ def update!(**args)
4019
+ @enabled = args[:enabled] if args.key?(:enabled)
4020
+ end
4021
+ end
4022
+
3678
4023
  # SetAddonsConfigRequest sets the addons associated with the cluster.
3679
4024
  class SetAddonsConfigRequest
3680
4025
  include Google::Apis::Core::Hashable
@@ -4513,6 +4858,11 @@ module Google
4513
4858
  # @return [String]
4514
4859
  attr_accessor :end_time
4515
4860
 
4861
+ # Represents the Maintenance exclusion option.
4862
+ # Corresponds to the JSON property `maintenanceExclusionOptions`
4863
+ # @return [Google::Apis::ContainerV1::MaintenanceExclusionOptions]
4864
+ attr_accessor :maintenance_exclusion_options
4865
+
4516
4866
  # The time that the window first starts.
4517
4867
  # Corresponds to the JSON property `startTime`
4518
4868
  # @return [String]
@@ -4525,6 +4875,7 @@ module Google
4525
4875
  # Update properties of this object
4526
4876
  def update!(**args)
4527
4877
  @end_time = args[:end_time] if args.key?(:end_time)
4878
+ @maintenance_exclusion_options = args[:maintenance_exclusion_options] if args.key?(:maintenance_exclusion_options)
4528
4879
  @start_time = args[:start_time] if args.key?(:start_time)
4529
4880
  end
4530
4881
  end
@@ -4644,6 +4995,12 @@ module Google
4644
4995
  # @return [String]
4645
4996
  attr_accessor :cluster_id
4646
4997
 
4998
+ # GcfsConfig contains configurations of Google Container File System (image
4999
+ # streaming).
5000
+ # Corresponds to the JSON property `gcfsConfig`
5001
+ # @return [Google::Apis::ContainerV1::GcfsConfig]
5002
+ attr_accessor :gcfs_config
5003
+
4647
5004
  # Configuration of gVNIC feature.
4648
5005
  # Corresponds to the JSON property `gvnic`
4649
5006
  # @return [Google::Apis::ContainerV1::VirtualNic]
@@ -4741,6 +5098,7 @@ module Google
4741
5098
  # Update properties of this object
4742
5099
  def update!(**args)
4743
5100
  @cluster_id = args[:cluster_id] if args.key?(:cluster_id)
5101
+ @gcfs_config = args[:gcfs_config] if args.key?(:gcfs_config)
4744
5102
  @gvnic = args[:gvnic] if args.key?(:gvnic)
4745
5103
  @image_type = args[:image_type] if args.key?(:image_type)
4746
5104
  @kubelet_config = args[:kubelet_config] if args.key?(:kubelet_config)
@@ -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.17.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210906"
25
+ REVISION = "20211203"
26
26
  end
27
27
  end
28
28
  end
@@ -34,6 +34,12 @@ module Google
34
34
  include Google::Apis::Core::JsonObjectSupport
35
35
  end
36
36
 
37
+ class AdvancedMachineFeatures
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
37
43
  class AuthenticatorGroupsConfig
38
44
  class Representation < Google::Apis::Core::JsonRepresentation; end
39
45
 
@@ -148,6 +154,12 @@ module Google
148
154
  include Google::Apis::Core::JsonObjectSupport
149
155
  end
150
156
 
157
+ class DnsConfig
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
151
163
  class DailyMaintenanceWindow
152
164
  class Representation < Google::Apis::Core::JsonRepresentation; end
153
165
 
@@ -178,12 +190,24 @@ module Google
178
190
  include Google::Apis::Core::JsonObjectSupport
179
191
  end
180
192
 
193
+ class Filter
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
181
199
  class GcePersistentDiskCsiDriverConfig
182
200
  class Representation < Google::Apis::Core::JsonRepresentation; end
183
201
 
184
202
  include Google::Apis::Core::JsonObjectSupport
185
203
  end
186
204
 
205
+ class GcfsConfig
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
187
211
  class GcpFilestoreCsiDriverConfig
188
212
  class Representation < Google::Apis::Core::JsonRepresentation; end
189
213
 
@@ -298,6 +322,12 @@ module Google
298
322
  include Google::Apis::Core::JsonObjectSupport
299
323
  end
300
324
 
325
+ class MaintenanceExclusionOptions
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
301
331
  class MaintenancePolicy
302
332
  class Representation < Google::Apis::Core::JsonRepresentation; end
303
333
 
@@ -328,6 +358,12 @@ module Google
328
358
  include Google::Apis::Core::JsonObjectSupport
329
359
  end
330
360
 
361
+ class MeshCertificates
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+
364
+ include Google::Apis::Core::JsonObjectSupport
365
+ end
366
+
331
367
  class Metric
332
368
  class Representation < Google::Apis::Core::JsonRepresentation; end
333
369
 
@@ -370,6 +406,12 @@ module Google
370
406
  include Google::Apis::Core::JsonObjectSupport
371
407
  end
372
408
 
409
+ class NodeConfigDefaults
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+
412
+ include Google::Apis::Core::JsonObjectSupport
413
+ end
414
+
373
415
  class NodeKubeletConfig
374
416
  class Representation < Google::Apis::Core::JsonRepresentation; end
375
417
 
@@ -400,6 +442,12 @@ module Google
400
442
  include Google::Apis::Core::JsonObjectSupport
401
443
  end
402
444
 
445
+ class NodePoolDefaults
446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
447
+
448
+ include Google::Apis::Core::JsonObjectSupport
449
+ end
450
+
403
451
  class NodeTaint
404
452
  class Representation < Google::Apis::Core::JsonRepresentation; end
405
453
 
@@ -490,12 +538,24 @@ module Google
490
538
  include Google::Apis::Core::JsonObjectSupport
491
539
  end
492
540
 
541
+ class SecurityBulletinEvent
542
+ class Representation < Google::Apis::Core::JsonRepresentation; end
543
+
544
+ include Google::Apis::Core::JsonObjectSupport
545
+ end
546
+
493
547
  class ServerConfig
494
548
  class Representation < Google::Apis::Core::JsonRepresentation; end
495
549
 
496
550
  include Google::Apis::Core::JsonObjectSupport
497
551
  end
498
552
 
553
+ class ServiceExternalIPsConfig
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+
556
+ include Google::Apis::Core::JsonObjectSupport
557
+ end
558
+
499
559
  class SetAddonsConfigRequest
500
560
  class Representation < Google::Apis::Core::JsonRepresentation; end
501
561
 
@@ -709,6 +769,13 @@ module Google
709
769
  end
710
770
  end
711
771
 
772
+ class AdvancedMachineFeatures
773
+ # @private
774
+ class Representation < Google::Apis::Core::JsonRepresentation
775
+ property :threads_per_core, :numeric_string => true, as: 'threadsPerCore'
776
+ end
777
+ end
778
+
712
779
  class AuthenticatorGroupsConfig
713
780
  # @private
714
781
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -849,6 +916,8 @@ module Google
849
916
 
850
917
  property :master_authorized_networks_config, as: 'masterAuthorizedNetworksConfig', class: Google::Apis::ContainerV1::MasterAuthorizedNetworksConfig, decorator: Google::Apis::ContainerV1::MasterAuthorizedNetworksConfig::Representation
851
918
 
919
+ property :mesh_certificates, as: 'meshCertificates', class: Google::Apis::ContainerV1::MeshCertificates, decorator: Google::Apis::ContainerV1::MeshCertificates::Representation
920
+
852
921
  property :monitoring_config, as: 'monitoringConfig', class: Google::Apis::ContainerV1::MonitoringConfig, decorator: Google::Apis::ContainerV1::MonitoringConfig::Representation
853
922
 
854
923
  property :monitoring_service, as: 'monitoringService'
@@ -861,6 +930,8 @@ module Google
861
930
  property :node_config, as: 'nodeConfig', class: Google::Apis::ContainerV1::NodeConfig, decorator: Google::Apis::ContainerV1::NodeConfig::Representation
862
931
 
863
932
  property :node_ipv4_cidr_size, as: 'nodeIpv4CidrSize'
933
+ property :node_pool_defaults, as: 'nodePoolDefaults', class: Google::Apis::ContainerV1::NodePoolDefaults, decorator: Google::Apis::ContainerV1::NodePoolDefaults::Representation
934
+
864
935
  collection :node_pools, as: 'nodePools', class: Google::Apis::ContainerV1::NodePool, decorator: Google::Apis::ContainerV1::NodePool::Representation
865
936
 
866
937
  property :notification_config, as: 'notificationConfig', class: Google::Apis::ContainerV1::NotificationConfig, decorator: Google::Apis::ContainerV1::NotificationConfig::Representation
@@ -908,8 +979,6 @@ module Google
908
979
 
909
980
  property :desired_authenticator_groups_config, as: 'desiredAuthenticatorGroupsConfig', class: Google::Apis::ContainerV1::AuthenticatorGroupsConfig, decorator: Google::Apis::ContainerV1::AuthenticatorGroupsConfig::Representation
910
981
 
911
- property :desired_autopilot, as: 'desiredAutopilot', class: Google::Apis::ContainerV1::Autopilot, decorator: Google::Apis::ContainerV1::Autopilot::Representation
912
-
913
982
  property :desired_binary_authorization, as: 'desiredBinaryAuthorization', class: Google::Apis::ContainerV1::BinaryAuthorization, decorator: Google::Apis::ContainerV1::BinaryAuthorization::Representation
914
983
 
915
984
  property :desired_cluster_autoscaling, as: 'desiredClusterAutoscaling', class: Google::Apis::ContainerV1::ClusterAutoscaling, decorator: Google::Apis::ContainerV1::ClusterAutoscaling::Representation
@@ -919,6 +988,10 @@ module Google
919
988
  property :desired_datapath_provider, as: 'desiredDatapathProvider'
920
989
  property :desired_default_snat_status, as: 'desiredDefaultSnatStatus', class: Google::Apis::ContainerV1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1::DefaultSnatStatus::Representation
921
990
 
991
+ property :desired_dns_config, as: 'desiredDnsConfig', class: Google::Apis::ContainerV1::DnsConfig, decorator: Google::Apis::ContainerV1::DnsConfig::Representation
992
+
993
+ property :desired_gcfs_config, as: 'desiredGcfsConfig', class: Google::Apis::ContainerV1::GcfsConfig, decorator: Google::Apis::ContainerV1::GcfsConfig::Representation
994
+
922
995
  property :desired_image_type, as: 'desiredImageType'
923
996
  property :desired_intra_node_visibility_config, as: 'desiredIntraNodeVisibilityConfig', class: Google::Apis::ContainerV1::IntraNodeVisibilityConfig, decorator: Google::Apis::ContainerV1::IntraNodeVisibilityConfig::Representation
924
997
 
@@ -931,6 +1004,8 @@ module Google
931
1004
  property :desired_master_authorized_networks_config, as: 'desiredMasterAuthorizedNetworksConfig', class: Google::Apis::ContainerV1::MasterAuthorizedNetworksConfig, decorator: Google::Apis::ContainerV1::MasterAuthorizedNetworksConfig::Representation
932
1005
 
933
1006
  property :desired_master_version, as: 'desiredMasterVersion'
1007
+ property :desired_mesh_certificates, as: 'desiredMeshCertificates', class: Google::Apis::ContainerV1::MeshCertificates, decorator: Google::Apis::ContainerV1::MeshCertificates::Representation
1008
+
934
1009
  property :desired_monitoring_config, as: 'desiredMonitoringConfig', class: Google::Apis::ContainerV1::MonitoringConfig, decorator: Google::Apis::ContainerV1::MonitoringConfig::Representation
935
1010
 
936
1011
  property :desired_monitoring_service, as: 'desiredMonitoringService'
@@ -947,6 +1022,8 @@ module Google
947
1022
 
948
1023
  property :desired_resource_usage_export_config, as: 'desiredResourceUsageExportConfig', class: Google::Apis::ContainerV1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1::ResourceUsageExportConfig::Representation
949
1024
 
1025
+ property :desired_service_external_ips_config, as: 'desiredServiceExternalIpsConfig', class: Google::Apis::ContainerV1::ServiceExternalIPsConfig, decorator: Google::Apis::ContainerV1::ServiceExternalIPsConfig::Representation
1026
+
950
1027
  property :desired_shielded_nodes, as: 'desiredShieldedNodes', class: Google::Apis::ContainerV1::ShieldedNodes, decorator: Google::Apis::ContainerV1::ShieldedNodes::Representation
951
1028
 
952
1029
  property :desired_vertical_pod_autoscaling, as: 'desiredVerticalPodAutoscaling', class: Google::Apis::ContainerV1::VerticalPodAutoscaling, decorator: Google::Apis::ContainerV1::VerticalPodAutoscaling::Representation
@@ -1010,6 +1087,15 @@ module Google
1010
1087
  end
1011
1088
  end
1012
1089
 
1090
+ class DnsConfig
1091
+ # @private
1092
+ class Representation < Google::Apis::Core::JsonRepresentation
1093
+ property :cluster_dns, as: 'clusterDns'
1094
+ property :cluster_dns_domain, as: 'clusterDnsDomain'
1095
+ property :cluster_dns_scope, as: 'clusterDnsScope'
1096
+ end
1097
+ end
1098
+
1013
1099
  class DailyMaintenanceWindow
1014
1100
  # @private
1015
1101
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1046,6 +1132,13 @@ module Google
1046
1132
  end
1047
1133
  end
1048
1134
 
1135
+ class Filter
1136
+ # @private
1137
+ class Representation < Google::Apis::Core::JsonRepresentation
1138
+ collection :event_type, as: 'eventType'
1139
+ end
1140
+ end
1141
+
1049
1142
  class GcePersistentDiskCsiDriverConfig
1050
1143
  # @private
1051
1144
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1053,6 +1146,13 @@ module Google
1053
1146
  end
1054
1147
  end
1055
1148
 
1149
+ class GcfsConfig
1150
+ # @private
1151
+ class Representation < Google::Apis::Core::JsonRepresentation
1152
+ property :enabled, as: 'enabled'
1153
+ end
1154
+ end
1155
+
1056
1156
  class GcpFilestoreCsiDriverConfig
1057
1157
  # @private
1058
1158
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1227,6 +1327,13 @@ module Google
1227
1327
  end
1228
1328
  end
1229
1329
 
1330
+ class MaintenanceExclusionOptions
1331
+ # @private
1332
+ class Representation < Google::Apis::Core::JsonRepresentation
1333
+ property :scope, as: 'scope'
1334
+ end
1335
+ end
1336
+
1230
1337
  class MaintenancePolicy
1231
1338
  # @private
1232
1339
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1277,6 +1384,13 @@ module Google
1277
1384
  end
1278
1385
  end
1279
1386
 
1387
+ class MeshCertificates
1388
+ # @private
1389
+ class Representation < Google::Apis::Core::JsonRepresentation
1390
+ property :enable_certificates, as: 'enableCertificates'
1391
+ end
1392
+ end
1393
+
1280
1394
  class Metric
1281
1395
  # @private
1282
1396
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1308,10 +1422,14 @@ module Google
1308
1422
  property :datapath_provider, as: 'datapathProvider'
1309
1423
  property :default_snat_status, as: 'defaultSnatStatus', class: Google::Apis::ContainerV1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1::DefaultSnatStatus::Representation
1310
1424
 
1425
+ property :dns_config, as: 'dnsConfig', class: Google::Apis::ContainerV1::DnsConfig, decorator: Google::Apis::ContainerV1::DnsConfig::Representation
1426
+
1311
1427
  property :enable_intra_node_visibility, as: 'enableIntraNodeVisibility'
1312
1428
  property :enable_l4ilb_subsetting, as: 'enableL4ilbSubsetting'
1313
1429
  property :network, as: 'network'
1314
1430
  property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
1431
+ property :service_external_ips_config, as: 'serviceExternalIpsConfig', class: Google::Apis::ContainerV1::ServiceExternalIPsConfig, decorator: Google::Apis::ContainerV1::ServiceExternalIPsConfig::Representation
1432
+
1315
1433
  property :subnetwork, as: 'subnetwork'
1316
1434
  end
1317
1435
  end
@@ -1336,9 +1454,13 @@ module Google
1336
1454
  class Representation < Google::Apis::Core::JsonRepresentation
1337
1455
  collection :accelerators, as: 'accelerators', class: Google::Apis::ContainerV1::AcceleratorConfig, decorator: Google::Apis::ContainerV1::AcceleratorConfig::Representation
1338
1456
 
1457
+ property :advanced_machine_features, as: 'advancedMachineFeatures', class: Google::Apis::ContainerV1::AdvancedMachineFeatures, decorator: Google::Apis::ContainerV1::AdvancedMachineFeatures::Representation
1458
+
1339
1459
  property :boot_disk_kms_key, as: 'bootDiskKmsKey'
1340
1460
  property :disk_size_gb, as: 'diskSizeGb'
1341
1461
  property :disk_type, as: 'diskType'
1462
+ property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1::GcfsConfig, decorator: Google::Apis::ContainerV1::GcfsConfig::Representation
1463
+
1342
1464
  property :gvnic, as: 'gvnic', class: Google::Apis::ContainerV1::VirtualNic, decorator: Google::Apis::ContainerV1::VirtualNic::Representation
1343
1465
 
1344
1466
  property :image_type, as: 'imageType'
@@ -1369,6 +1491,14 @@ module Google
1369
1491
  end
1370
1492
  end
1371
1493
 
1494
+ class NodeConfigDefaults
1495
+ # @private
1496
+ class Representation < Google::Apis::Core::JsonRepresentation
1497
+ property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1::GcfsConfig, decorator: Google::Apis::ContainerV1::GcfsConfig::Representation
1498
+
1499
+ end
1500
+ end
1501
+
1372
1502
  class NodeKubeletConfig
1373
1503
  # @private
1374
1504
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1436,6 +1566,14 @@ module Google
1436
1566
  end
1437
1567
  end
1438
1568
 
1569
+ class NodePoolDefaults
1570
+ # @private
1571
+ class Representation < Google::Apis::Core::JsonRepresentation
1572
+ property :node_config_defaults, as: 'nodeConfigDefaults', class: Google::Apis::ContainerV1::NodeConfigDefaults, decorator: Google::Apis::ContainerV1::NodeConfigDefaults::Representation
1573
+
1574
+ end
1575
+ end
1576
+
1439
1577
  class NodeTaint
1440
1578
  # @private
1441
1579
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1515,6 +1653,8 @@ module Google
1515
1653
  # @private
1516
1654
  class Representation < Google::Apis::Core::JsonRepresentation
1517
1655
  property :enabled, as: 'enabled'
1656
+ property :filter, as: 'filter', class: Google::Apis::ContainerV1::Filter, decorator: Google::Apis::ContainerV1::Filter::Representation
1657
+
1518
1658
  property :topic, as: 'topic'
1519
1659
  end
1520
1660
  end
@@ -1591,6 +1731,22 @@ module Google
1591
1731
  end
1592
1732
  end
1593
1733
 
1734
+ class SecurityBulletinEvent
1735
+ # @private
1736
+ class Representation < Google::Apis::Core::JsonRepresentation
1737
+ collection :affected_supported_minors, as: 'affectedSupportedMinors'
1738
+ property :brief_description, as: 'briefDescription'
1739
+ property :bulletin_id, as: 'bulletinId'
1740
+ property :bulletin_uri, as: 'bulletinUri'
1741
+ collection :cve_ids, as: 'cveIds'
1742
+ property :manual_steps_required, as: 'manualStepsRequired'
1743
+ collection :patched_versions, as: 'patchedVersions'
1744
+ property :resource_type_affected, as: 'resourceTypeAffected'
1745
+ property :severity, as: 'severity'
1746
+ property :suggested_upgrade_target, as: 'suggestedUpgradeTarget'
1747
+ end
1748
+ end
1749
+
1594
1750
  class ServerConfig
1595
1751
  # @private
1596
1752
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1604,6 +1760,13 @@ module Google
1604
1760
  end
1605
1761
  end
1606
1762
 
1763
+ class ServiceExternalIPsConfig
1764
+ # @private
1765
+ class Representation < Google::Apis::Core::JsonRepresentation
1766
+ property :enabled, as: 'enabled'
1767
+ end
1768
+ end
1769
+
1607
1770
  class SetAddonsConfigRequest
1608
1771
  # @private
1609
1772
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1795,6 +1958,8 @@ module Google
1795
1958
  # @private
1796
1959
  class Representation < Google::Apis::Core::JsonRepresentation
1797
1960
  property :end_time, as: 'endTime'
1961
+ property :maintenance_exclusion_options, as: 'maintenanceExclusionOptions', class: Google::Apis::ContainerV1::MaintenanceExclusionOptions, decorator: Google::Apis::ContainerV1::MaintenanceExclusionOptions::Representation
1962
+
1798
1963
  property :start_time, as: 'startTime'
1799
1964
  end
1800
1965
  end
@@ -1826,6 +1991,8 @@ module Google
1826
1991
  # @private
1827
1992
  class Representation < Google::Apis::Core::JsonRepresentation
1828
1993
  property :cluster_id, as: 'clusterId'
1994
+ property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1::GcfsConfig, decorator: Google::Apis::ContainerV1::GcfsConfig::Representation
1995
+
1829
1996
  property :gvnic, as: 'gvnic', class: Google::Apis::ContainerV1::VirtualNic, decorator: Google::Apis::ContainerV1::VirtualNic::Representation
1830
1997
 
1831
1998
  property :image_type, as: 'imageType'
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.17.0
4
+ version: 0.21.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-09-22 00:00:00.000000000 Z
11
+ date: 2022-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-container_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.17.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-container_v1
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.21.0
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: []
65
65
  require_paths:
@@ -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.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Kubernetes Engine API V1