google-cloud-container-v1 0.40.0 → 0.41.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: 13737920fd11eb95f83bde6421d8bfd6bb034e0d5167509834f76d292c132211
4
- data.tar.gz: c17dd1f536eae78e688af7bfca166d4b44deb5018a4cf890f545709cb8d9c375
3
+ metadata.gz: 8440b9ecb4c036709ea71239ffb21343d5086574a1b408447b1148c8cc5777c3
4
+ data.tar.gz: 9d312089f70887a2d65b95f13c09e06bcb192b9de4686e6fb6fe5074f20da388
5
5
  SHA512:
6
- metadata.gz: 91af1202ef4525b599e805230e92f2c84dc67976f1d208da5ab7471cc017242298346d027e3fe2800c0ee5d4e594b9275615de6bdd90a2339d2f789a8666fcc1
7
- data.tar.gz: 1b2b14330cc3886d15285716cdaba0f1655c94a705e28f07681400e3696627bbfbd83266071095f938471fb15356e508ddd6f63f139672884075d8c5b4f02888
6
+ metadata.gz: 5d957c45f91bb3ba3fb68c8c15f2352b92694da2b04cc67a37fe95fc1e2db1a55bcdddd36e98927e7d2235ca5fa3c50e88d1f729b99d0c1483c89104ba446a0b
7
+ data.tar.gz: 88dddb7cdffafd85c8e437a679a2d37e22c5099c8e82cae516d703a70dcdfd59dccbe0e2a28d742eb93979e2f9ee4a9209d2fcd2e00cb9729f1865ed7fb88311
@@ -30,6 +30,9 @@ module Google
30
30
  # Google Kubernetes Engine Cluster Manager v1
31
31
  #
32
32
  class Client
33
+ # @private
34
+ API_VERSION = ""
35
+
33
36
  # @private
34
37
  DEFAULT_ENDPOINT_TEMPLATE = "container.$UNIVERSE_DOMAIN$"
35
38
 
@@ -314,10 +317,11 @@ module Google
314
317
  # Customize the options with defaults
315
318
  metadata = @config.rpcs.list_clusters.metadata.to_h
316
319
 
317
- # Set x-goog-api-client and x-goog-user-project headers
320
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
318
321
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
319
322
  lib_name: @config.lib_name, lib_version: @config.lib_version,
320
323
  gapic_version: ::Google::Cloud::Container::V1::VERSION
324
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
321
325
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
322
326
 
323
327
  header_params = {}
@@ -412,10 +416,11 @@ module Google
412
416
  # Customize the options with defaults
413
417
  metadata = @config.rpcs.get_cluster.metadata.to_h
414
418
 
415
- # Set x-goog-api-client and x-goog-user-project headers
419
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
416
420
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
417
421
  lib_name: @config.lib_name, lib_version: @config.lib_version,
418
422
  gapic_version: ::Google::Cloud::Container::V1::VERSION
423
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
419
424
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
420
425
 
421
426
  header_params = {}
@@ -523,10 +528,11 @@ module Google
523
528
  # Customize the options with defaults
524
529
  metadata = @config.rpcs.create_cluster.metadata.to_h
525
530
 
526
- # Set x-goog-api-client and x-goog-user-project headers
531
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
527
532
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
528
533
  lib_name: @config.lib_name, lib_version: @config.lib_version,
529
534
  gapic_version: ::Google::Cloud::Container::V1::VERSION
535
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
530
536
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
531
537
 
532
538
  header_params = {}
@@ -623,10 +629,11 @@ module Google
623
629
  # Customize the options with defaults
624
630
  metadata = @config.rpcs.update_cluster.metadata.to_h
625
631
 
626
- # Set x-goog-api-client and x-goog-user-project headers
632
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
627
633
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
628
634
  lib_name: @config.lib_name, lib_version: @config.lib_version,
629
635
  gapic_version: ::Google::Cloud::Container::V1::VERSION
636
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
630
637
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
631
638
 
632
639
  header_params = {}
@@ -666,7 +673,7 @@ module Google
666
673
  # @param options [::Gapic::CallOptions, ::Hash]
667
674
  # Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
668
675
  #
669
- # @overload update_node_pool(project_id: nil, zone: nil, cluster_id: nil, node_pool_id: nil, node_version: nil, image_type: nil, name: nil, locations: nil, workload_metadata_config: nil, upgrade_settings: nil, tags: nil, taints: nil, labels: nil, linux_node_config: nil, kubelet_config: nil, node_network_config: nil, gcfs_config: nil, confidential_nodes: nil, gvnic: nil, etag: nil, fast_socket: nil, logging_config: nil, resource_labels: nil, windows_node_config: nil, machine_type: nil, disk_type: nil, disk_size_gb: nil, resource_manager_tags: nil, queued_provisioning: nil)
676
+ # @overload update_node_pool(project_id: nil, zone: nil, cluster_id: nil, node_pool_id: nil, node_version: nil, image_type: nil, name: nil, locations: nil, workload_metadata_config: nil, upgrade_settings: nil, tags: nil, taints: nil, labels: nil, linux_node_config: nil, kubelet_config: nil, node_network_config: nil, gcfs_config: nil, confidential_nodes: nil, gvnic: nil, etag: nil, fast_socket: nil, logging_config: nil, resource_labels: nil, windows_node_config: nil, accelerators: nil, machine_type: nil, disk_type: nil, disk_size_gb: nil, resource_manager_tags: nil, containerd_config: nil, queued_provisioning: nil)
670
677
  # Pass arguments to `update_node_pool` via keyword arguments. Note that at
671
678
  # least one keyword argument is required. To specify no parameters, or to keep all
672
679
  # the default parameter values, pass an empty Hash as a request object (see above).
@@ -754,6 +761,10 @@ module Google
754
761
  # Google Compute Engine resources.
755
762
  # @param windows_node_config [::Google::Cloud::Container::V1::WindowsNodeConfig, ::Hash]
756
763
  # Parameters that can be configured on Windows nodes.
764
+ # @param accelerators [::Array<::Google::Cloud::Container::V1::AcceleratorConfig, ::Hash>]
765
+ # A list of hardware accelerators to be attached to each node.
766
+ # See https://cloud.google.com/compute/docs/gpus for more information about
767
+ # support for GPUs.
757
768
  # @param machine_type [::String]
758
769
  # Optional. The desired [Google Compute Engine machine
759
770
  # type](https://cloud.google.com/compute/docs/machine-types) for nodes in the
@@ -773,6 +784,10 @@ module Google
773
784
  # Desired resource manager tag keys and values to be attached to the nodes
774
785
  # for managing Compute Engine firewalls using Network Firewall Policies.
775
786
  # Existing tags will be replaced with new values.
787
+ # @param containerd_config [::Google::Cloud::Container::V1::ContainerdConfig, ::Hash]
788
+ # The desired containerd config for nodes in the node pool.
789
+ # Initiates an upgrade operation that recreates the nodes with the new
790
+ # config.
776
791
  # @param queued_provisioning [::Google::Cloud::Container::V1::NodePool::QueuedProvisioning, ::Hash]
777
792
  # Specifies the configuration of queued provisioning.
778
793
  #
@@ -810,10 +825,11 @@ module Google
810
825
  # Customize the options with defaults
811
826
  metadata = @config.rpcs.update_node_pool.metadata.to_h
812
827
 
813
- # Set x-goog-api-client and x-goog-user-project headers
828
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
814
829
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
815
830
  lib_name: @config.lib_name, lib_version: @config.lib_version,
816
831
  gapic_version: ::Google::Cloud::Container::V1::VERSION
832
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
817
833
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
818
834
 
819
835
  header_params = {}
@@ -914,10 +930,11 @@ module Google
914
930
  # Customize the options with defaults
915
931
  metadata = @config.rpcs.set_node_pool_autoscaling.metadata.to_h
916
932
 
917
- # Set x-goog-api-client and x-goog-user-project headers
933
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
918
934
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
919
935
  lib_name: @config.lib_name, lib_version: @config.lib_version,
920
936
  gapic_version: ::Google::Cloud::Container::V1::VERSION
937
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
921
938
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
922
939
 
923
940
  header_params = {}
@@ -1024,10 +1041,11 @@ module Google
1024
1041
  # Customize the options with defaults
1025
1042
  metadata = @config.rpcs.set_logging_service.metadata.to_h
1026
1043
 
1027
- # Set x-goog-api-client and x-goog-user-project headers
1044
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1028
1045
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1029
1046
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1030
1047
  gapic_version: ::Google::Cloud::Container::V1::VERSION
1048
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1031
1049
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1032
1050
 
1033
1051
  header_params = {}
@@ -1134,10 +1152,11 @@ module Google
1134
1152
  # Customize the options with defaults
1135
1153
  metadata = @config.rpcs.set_monitoring_service.metadata.to_h
1136
1154
 
1137
- # Set x-goog-api-client and x-goog-user-project headers
1155
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1138
1156
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1139
1157
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1140
1158
  gapic_version: ::Google::Cloud::Container::V1::VERSION
1159
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1141
1160
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1142
1161
 
1143
1162
  header_params = {}
@@ -1235,10 +1254,11 @@ module Google
1235
1254
  # Customize the options with defaults
1236
1255
  metadata = @config.rpcs.set_addons_config.metadata.to_h
1237
1256
 
1238
- # Set x-goog-api-client and x-goog-user-project headers
1257
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1239
1258
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1240
1259
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1241
1260
  gapic_version: ::Google::Cloud::Container::V1::VERSION
1261
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1242
1262
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1243
1263
 
1244
1264
  header_params = {}
@@ -1346,10 +1366,11 @@ module Google
1346
1366
  # Customize the options with defaults
1347
1367
  metadata = @config.rpcs.set_locations.metadata.to_h
1348
1368
 
1349
- # Set x-goog-api-client and x-goog-user-project headers
1369
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1350
1370
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1351
1371
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1352
1372
  gapic_version: ::Google::Cloud::Container::V1::VERSION
1373
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1353
1374
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1354
1375
 
1355
1376
  header_params = {}
@@ -1455,10 +1476,11 @@ module Google
1455
1476
  # Customize the options with defaults
1456
1477
  metadata = @config.rpcs.update_master.metadata.to_h
1457
1478
 
1458
- # Set x-goog-api-client and x-goog-user-project headers
1479
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1459
1480
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1460
1481
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1461
1482
  gapic_version: ::Google::Cloud::Container::V1::VERSION
1483
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1462
1484
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1463
1485
 
1464
1486
  header_params = {}
@@ -1559,10 +1581,11 @@ module Google
1559
1581
  # Customize the options with defaults
1560
1582
  metadata = @config.rpcs.set_master_auth.metadata.to_h
1561
1583
 
1562
- # Set x-goog-api-client and x-goog-user-project headers
1584
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1563
1585
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1564
1586
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1565
1587
  gapic_version: ::Google::Cloud::Container::V1::VERSION
1588
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1566
1589
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1567
1590
 
1568
1591
  header_params = {}
@@ -1665,10 +1688,11 @@ module Google
1665
1688
  # Customize the options with defaults
1666
1689
  metadata = @config.rpcs.delete_cluster.metadata.to_h
1667
1690
 
1668
- # Set x-goog-api-client and x-goog-user-project headers
1691
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1669
1692
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1670
1693
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1671
1694
  gapic_version: ::Google::Cloud::Container::V1::VERSION
1695
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1672
1696
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1673
1697
 
1674
1698
  header_params = {}
@@ -1761,10 +1785,11 @@ module Google
1761
1785
  # Customize the options with defaults
1762
1786
  metadata = @config.rpcs.list_operations.metadata.to_h
1763
1787
 
1764
- # Set x-goog-api-client and x-goog-user-project headers
1788
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1765
1789
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1766
1790
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1767
1791
  gapic_version: ::Google::Cloud::Container::V1::VERSION
1792
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1768
1793
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1769
1794
 
1770
1795
  header_params = {}
@@ -1859,10 +1884,11 @@ module Google
1859
1884
  # Customize the options with defaults
1860
1885
  metadata = @config.rpcs.get_operation.metadata.to_h
1861
1886
 
1862
- # Set x-goog-api-client and x-goog-user-project headers
1887
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1863
1888
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1864
1889
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1865
1890
  gapic_version: ::Google::Cloud::Container::V1::VERSION
1891
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1866
1892
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1867
1893
 
1868
1894
  header_params = {}
@@ -1957,10 +1983,11 @@ module Google
1957
1983
  # Customize the options with defaults
1958
1984
  metadata = @config.rpcs.cancel_operation.metadata.to_h
1959
1985
 
1960
- # Set x-goog-api-client and x-goog-user-project headers
1986
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1961
1987
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1962
1988
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1963
1989
  gapic_version: ::Google::Cloud::Container::V1::VERSION
1990
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1964
1991
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1965
1992
 
1966
1993
  header_params = {}
@@ -2052,10 +2079,11 @@ module Google
2052
2079
  # Customize the options with defaults
2053
2080
  metadata = @config.rpcs.get_server_config.metadata.to_h
2054
2081
 
2055
- # Set x-goog-api-client and x-goog-user-project headers
2082
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
2056
2083
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
2057
2084
  lib_name: @config.lib_name, lib_version: @config.lib_version,
2058
2085
  gapic_version: ::Google::Cloud::Container::V1::VERSION
2086
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
2059
2087
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
2060
2088
 
2061
2089
  header_params = {}
@@ -2139,10 +2167,11 @@ module Google
2139
2167
  # Customize the options with defaults
2140
2168
  metadata = @config.rpcs.get_json_web_keys.metadata.to_h
2141
2169
 
2142
- # Set x-goog-api-client and x-goog-user-project headers
2170
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
2143
2171
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
2144
2172
  lib_name: @config.lib_name, lib_version: @config.lib_version,
2145
2173
  gapic_version: ::Google::Cloud::Container::V1::VERSION
2174
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
2146
2175
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
2147
2176
 
2148
2177
  header_params = {}
@@ -2237,10 +2266,11 @@ module Google
2237
2266
  # Customize the options with defaults
2238
2267
  metadata = @config.rpcs.list_node_pools.metadata.to_h
2239
2268
 
2240
- # Set x-goog-api-client and x-goog-user-project headers
2269
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
2241
2270
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
2242
2271
  lib_name: @config.lib_name, lib_version: @config.lib_version,
2243
2272
  gapic_version: ::Google::Cloud::Container::V1::VERSION
2273
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
2244
2274
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
2245
2275
 
2246
2276
  header_params = {}
@@ -2339,10 +2369,11 @@ module Google
2339
2369
  # Customize the options with defaults
2340
2370
  metadata = @config.rpcs.get_node_pool.metadata.to_h
2341
2371
 
2342
- # Set x-goog-api-client and x-goog-user-project headers
2372
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
2343
2373
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
2344
2374
  lib_name: @config.lib_name, lib_version: @config.lib_version,
2345
2375
  gapic_version: ::Google::Cloud::Container::V1::VERSION
2376
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
2346
2377
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
2347
2378
 
2348
2379
  header_params = {}
@@ -2440,10 +2471,11 @@ module Google
2440
2471
  # Customize the options with defaults
2441
2472
  metadata = @config.rpcs.create_node_pool.metadata.to_h
2442
2473
 
2443
- # Set x-goog-api-client and x-goog-user-project headers
2474
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
2444
2475
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
2445
2476
  lib_name: @config.lib_name, lib_version: @config.lib_version,
2446
2477
  gapic_version: ::Google::Cloud::Container::V1::VERSION
2478
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
2447
2479
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
2448
2480
 
2449
2481
  header_params = {}
@@ -2542,10 +2574,11 @@ module Google
2542
2574
  # Customize the options with defaults
2543
2575
  metadata = @config.rpcs.delete_node_pool.metadata.to_h
2544
2576
 
2545
- # Set x-goog-api-client and x-goog-user-project headers
2577
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
2546
2578
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
2547
2579
  lib_name: @config.lib_name, lib_version: @config.lib_version,
2548
2580
  gapic_version: ::Google::Cloud::Container::V1::VERSION
2581
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
2549
2582
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
2550
2583
 
2551
2584
  header_params = {}
@@ -2630,10 +2663,11 @@ module Google
2630
2663
  # Customize the options with defaults
2631
2664
  metadata = @config.rpcs.complete_node_pool_upgrade.metadata.to_h
2632
2665
 
2633
- # Set x-goog-api-client and x-goog-user-project headers
2666
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
2634
2667
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
2635
2668
  lib_name: @config.lib_name, lib_version: @config.lib_version,
2636
2669
  gapic_version: ::Google::Cloud::Container::V1::VERSION
2670
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
2637
2671
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
2638
2672
 
2639
2673
  header_params = {}
@@ -2736,10 +2770,11 @@ module Google
2736
2770
  # Customize the options with defaults
2737
2771
  metadata = @config.rpcs.rollback_node_pool_upgrade.metadata.to_h
2738
2772
 
2739
- # Set x-goog-api-client and x-goog-user-project headers
2773
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
2740
2774
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
2741
2775
  lib_name: @config.lib_name, lib_version: @config.lib_version,
2742
2776
  gapic_version: ::Google::Cloud::Container::V1::VERSION
2777
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
2743
2778
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
2744
2779
 
2745
2780
  header_params = {}
@@ -2840,10 +2875,11 @@ module Google
2840
2875
  # Customize the options with defaults
2841
2876
  metadata = @config.rpcs.set_node_pool_management.metadata.to_h
2842
2877
 
2843
- # Set x-goog-api-client and x-goog-user-project headers
2878
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
2844
2879
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
2845
2880
  lib_name: @config.lib_name, lib_version: @config.lib_version,
2846
2881
  gapic_version: ::Google::Cloud::Container::V1::VERSION
2882
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
2847
2883
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
2848
2884
 
2849
2885
  header_params = {}
@@ -2947,10 +2983,11 @@ module Google
2947
2983
  # Customize the options with defaults
2948
2984
  metadata = @config.rpcs.set_labels.metadata.to_h
2949
2985
 
2950
- # Set x-goog-api-client and x-goog-user-project headers
2986
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
2951
2987
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
2952
2988
  lib_name: @config.lib_name, lib_version: @config.lib_version,
2953
2989
  gapic_version: ::Google::Cloud::Container::V1::VERSION
2990
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
2954
2991
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
2955
2992
 
2956
2993
  header_params = {}
@@ -3047,10 +3084,11 @@ module Google
3047
3084
  # Customize the options with defaults
3048
3085
  metadata = @config.rpcs.set_legacy_abac.metadata.to_h
3049
3086
 
3050
- # Set x-goog-api-client and x-goog-user-project headers
3087
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
3051
3088
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
3052
3089
  lib_name: @config.lib_name, lib_version: @config.lib_version,
3053
3090
  gapic_version: ::Google::Cloud::Container::V1::VERSION
3091
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
3054
3092
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
3055
3093
 
3056
3094
  header_params = {}
@@ -3147,10 +3185,11 @@ module Google
3147
3185
  # Customize the options with defaults
3148
3186
  metadata = @config.rpcs.start_ip_rotation.metadata.to_h
3149
3187
 
3150
- # Set x-goog-api-client and x-goog-user-project headers
3188
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
3151
3189
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
3152
3190
  lib_name: @config.lib_name, lib_version: @config.lib_version,
3153
3191
  gapic_version: ::Google::Cloud::Container::V1::VERSION
3192
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
3154
3193
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
3155
3194
 
3156
3195
  header_params = {}
@@ -3245,10 +3284,11 @@ module Google
3245
3284
  # Customize the options with defaults
3246
3285
  metadata = @config.rpcs.complete_ip_rotation.metadata.to_h
3247
3286
 
3248
- # Set x-goog-api-client and x-goog-user-project headers
3287
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
3249
3288
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
3250
3289
  lib_name: @config.lib_name, lib_version: @config.lib_version,
3251
3290
  gapic_version: ::Google::Cloud::Container::V1::VERSION
3291
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
3252
3292
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
3253
3293
 
3254
3294
  header_params = {}
@@ -3351,10 +3391,11 @@ module Google
3351
3391
  # Customize the options with defaults
3352
3392
  metadata = @config.rpcs.set_node_pool_size.metadata.to_h
3353
3393
 
3354
- # Set x-goog-api-client and x-goog-user-project headers
3394
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
3355
3395
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
3356
3396
  lib_name: @config.lib_name, lib_version: @config.lib_version,
3357
3397
  gapic_version: ::Google::Cloud::Container::V1::VERSION
3398
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
3358
3399
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
3359
3400
 
3360
3401
  header_params = {}
@@ -3451,10 +3492,11 @@ module Google
3451
3492
  # Customize the options with defaults
3452
3493
  metadata = @config.rpcs.set_network_policy.metadata.to_h
3453
3494
 
3454
- # Set x-goog-api-client and x-goog-user-project headers
3495
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
3455
3496
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
3456
3497
  lib_name: @config.lib_name, lib_version: @config.lib_version,
3457
3498
  gapic_version: ::Google::Cloud::Container::V1::VERSION
3499
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
3458
3500
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
3459
3501
 
3460
3502
  header_params = {}
@@ -3550,10 +3592,11 @@ module Google
3550
3592
  # Customize the options with defaults
3551
3593
  metadata = @config.rpcs.set_maintenance_policy.metadata.to_h
3552
3594
 
3553
- # Set x-goog-api-client and x-goog-user-project headers
3595
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
3554
3596
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
3555
3597
  lib_name: @config.lib_name, lib_version: @config.lib_version,
3556
3598
  gapic_version: ::Google::Cloud::Container::V1::VERSION
3599
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
3557
3600
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
3558
3601
 
3559
3602
  header_params = {}
@@ -3653,10 +3696,11 @@ module Google
3653
3696
  # Customize the options with defaults
3654
3697
  metadata = @config.rpcs.list_usable_subnetworks.metadata.to_h
3655
3698
 
3656
- # Set x-goog-api-client and x-goog-user-project headers
3699
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
3657
3700
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
3658
3701
  lib_name: @config.lib_name, lib_version: @config.lib_version,
3659
3702
  gapic_version: ::Google::Cloud::Container::V1::VERSION
3703
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
3660
3704
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
3661
3705
 
3662
3706
  header_params = {}
@@ -3741,10 +3785,11 @@ module Google
3741
3785
  # Customize the options with defaults
3742
3786
  metadata = @config.rpcs.check_autopilot_compatibility.metadata.to_h
3743
3787
 
3744
- # Set x-goog-api-client and x-goog-user-project headers
3788
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
3745
3789
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
3746
3790
  lib_name: @config.lib_name, lib_version: @config.lib_version,
3747
3791
  gapic_version: ::Google::Cloud::Container::V1::VERSION
3792
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
3748
3793
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
3749
3794
 
3750
3795
  header_params = {}
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Container
23
23
  module V1
24
- VERSION = "0.40.0"
24
+ VERSION = "0.41.0"
25
25
  end
26
26
  end
27
27
  end
@@ -16,7 +16,7 @@ require 'google/rpc/code_pb'
16
16
  require 'google/rpc/status_pb'
17
17
 
18
18
 
19
- descriptor_data = "\n)google/container/v1/cluster_service.proto\x12\x13google.container.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x15google/rpc/code.proto\x1a\x17google/rpc/status.proto\"\x9e\x02\n\x0fLinuxNodeConfig\x12\x42\n\x07sysctls\x18\x01 \x03(\x0b\x32\x31.google.container.v1.LinuxNodeConfig.SysctlsEntry\x12\x44\n\x0b\x63group_mode\x18\x02 \x01(\x0e\x32/.google.container.v1.LinuxNodeConfig.CgroupMode\x1a.\n\x0cSysctlsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"Q\n\nCgroupMode\x12\x1b\n\x17\x43GROUP_MODE_UNSPECIFIED\x10\x00\x12\x12\n\x0e\x43GROUP_MODE_V1\x10\x01\x12\x12\n\x0e\x43GROUP_MODE_V2\x10\x02\"\xb4\x01\n\x11WindowsNodeConfig\x12\x44\n\nos_version\x18\x01 \x01(\x0e\x32\x30.google.container.v1.WindowsNodeConfig.OSVersion\"Y\n\tOSVersion\x12\x1a\n\x16OS_VERSION_UNSPECIFIED\x10\x00\x12\x17\n\x13OS_VERSION_LTSC2019\x10\x01\x12\x17\n\x13OS_VERSION_LTSC2022\x10\x02\"\xf8\x01\n\x11NodeKubeletConfig\x12\x1a\n\x12\x63pu_manager_policy\x18\x01 \x01(\t\x12\x31\n\rcpu_cfs_quota\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x1c\n\x14\x63pu_cfs_quota_period\x18\x03 \x01(\t\x12\x16\n\x0epod_pids_limit\x18\x04 \x01(\x03\x12\x33\n&insecure_kubelet_readonly_port_enabled\x18\x07 \x01(\x08H\x00\x88\x01\x01\x42)\n\'_insecure_kubelet_readonly_port_enabled\"\xa4\x11\n\nNodeConfig\x12\x14\n\x0cmachine_type\x18\x01 \x01(\t\x12\x14\n\x0c\x64isk_size_gb\x18\x02 \x01(\x05\x12\x14\n\x0coauth_scopes\x18\x03 \x03(\t\x12\x17\n\x0fservice_account\x18\t \x01(\t\x12?\n\x08metadata\x18\x04 \x03(\x0b\x32-.google.container.v1.NodeConfig.MetadataEntry\x12\x12\n\nimage_type\x18\x05 \x01(\t\x12;\n\x06labels\x18\x06 \x03(\x0b\x32+.google.container.v1.NodeConfig.LabelsEntry\x12\x17\n\x0flocal_ssd_count\x18\x07 \x01(\x05\x12\x0c\n\x04tags\x18\x08 \x03(\t\x12\x13\n\x0bpreemptible\x18\n \x01(\x08\x12<\n\x0c\x61\x63\x63\x65lerators\x18\x0b \x03(\x0b\x32&.google.container.v1.AcceleratorConfig\x12\x11\n\tdisk_type\x18\x0c \x01(\t\x12\x18\n\x10min_cpu_platform\x18\r \x01(\t\x12M\n\x18workload_metadata_config\x18\x0e \x01(\x0b\x32+.google.container.v1.WorkloadMetadataConfig\x12.\n\x06taints\x18\x0f \x03(\x0b\x32\x1e.google.container.v1.NodeTaint\x12:\n\x0esandbox_config\x18\x11 \x01(\x0b\x32\".google.container.v1.SandboxConfig\x12\x12\n\nnode_group\x18\x12 \x01(\t\x12\x46\n\x14reservation_affinity\x18\x13 \x01(\x0b\x32(.google.container.v1.ReservationAffinity\x12M\n\x18shielded_instance_config\x18\x14 \x01(\x0b\x32+.google.container.v1.ShieldedInstanceConfig\x12?\n\x11linux_node_config\x18\x15 \x01(\x0b\x32$.google.container.v1.LinuxNodeConfig\x12>\n\x0ekubelet_config\x18\x16 \x01(\x0b\x32&.google.container.v1.NodeKubeletConfig\x12\x19\n\x11\x62oot_disk_kms_key\x18\x17 \x01(\t\x12\x34\n\x0bgcfs_config\x18\x19 \x01(\x0b\x32\x1f.google.container.v1.GcfsConfig\x12O\n\x19\x61\x64vanced_machine_features\x18\x1a \x01(\x0b\x32,.google.container.v1.AdvancedMachineFeatures\x12.\n\x05gvnic\x18\x1d \x01(\x0b\x32\x1f.google.container.v1.VirtualNIC\x12\x0c\n\x04spot\x18 \x01(\x08\x12\x42\n\x12\x63onfidential_nodes\x18# \x01(\x0b\x32&.google.container.v1.ConfidentialNodes\x12\x39\n\x0b\x66\x61st_socket\x18$ \x01(\x0b\x32\x1f.google.container.v1.FastSocketH\x00\x88\x01\x01\x12L\n\x0fresource_labels\x18% \x03(\x0b\x32\x33.google.container.v1.NodeConfig.ResourceLabelsEntry\x12\x42\n\x0elogging_config\x18& \x01(\x0b\x32*.google.container.v1.NodePoolLoggingConfig\x12\x43\n\x13windows_node_config\x18\' \x01(\x0b\x32&.google.container.v1.WindowsNodeConfig\x12Q\n\x1blocal_nvme_ssd_block_config\x18( \x01(\x0b\x32,.google.container.v1.LocalNvmeSsdBlockConfig\x12_\n\"ephemeral_storage_local_ssd_config\x18) \x01(\x0b\x32\x33.google.container.v1.EphemeralStorageLocalSsdConfig\x12\x41\n\x12sole_tenant_config\x18* \x01(\x0b\x32%.google.container.v1.SoleTenantConfig\x12G\n\x15resource_manager_tags\x18- \x01(\x0b\x32(.google.container.v1.ResourceManagerTags\x12(\n\x1b\x65nable_confidential_storage\x18. \x01(\x08\x42\x03\xe0\x41\x01\x12\x44\n\x14secondary_boot_disks\x18\x30 \x03(\x0b\x32&.google.container.v1.SecondaryBootDisk\x12\x66\n#secondary_boot_disk_update_strategy\x18\x32 \x01(\x0b\x32\x34.google.container.v1.SecondaryBootDiskUpdateStrategyH\x01\x88\x01\x01\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x35\n\x13ResourceLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0e\n\x0c_fast_socketB&\n$_secondary_boot_disk_update_strategy\"M\n\x17\x41\x64vancedMachineFeatures\x12\x1d\n\x10threads_per_core\x18\x01 \x01(\x03H\x00\x88\x01\x01\x42\x13\n\x11_threads_per_core\"\xb3\x06\n\x11NodeNetworkConfig\x12\x1d\n\x10\x63reate_pod_range\x18\x04 \x01(\x08\x42\x03\xe0\x41\x04\x12\x11\n\tpod_range\x18\x05 \x01(\t\x12\x1b\n\x13pod_ipv4_cidr_block\x18\x06 \x01(\t\x12!\n\x14\x65nable_private_nodes\x18\t \x01(\x08H\x00\x88\x01\x01\x12h\n\x1anetwork_performance_config\x18\x0b \x01(\x0b\x32?.google.container.v1.NodeNetworkConfig.NetworkPerformanceConfigH\x01\x88\x01\x01\x12V\n\x1dpod_cidr_overprovision_config\x18\r \x01(\x0b\x32/.google.container.v1.PodCIDROverprovisionConfig\x12Y\n\x1f\x61\x64\x64itional_node_network_configs\x18\x0e \x03(\x0b\x32\x30.google.container.v1.AdditionalNodeNetworkConfig\x12W\n\x1e\x61\x64\x64itional_pod_network_configs\x18\x0f \x03(\x0b\x32/.google.container.v1.AdditionalPodNetworkConfig\x12\'\n\x1apod_ipv4_range_utilization\x18\x10 \x01(\x01\x42\x03\xe0\x41\x03\x1a\xd4\x01\n\x18NetworkPerformanceConfig\x12n\n\x1btotal_egress_bandwidth_tier\x18\x01 \x01(\x0e\x32\x44.google.container.v1.NodeNetworkConfig.NetworkPerformanceConfig.TierH\x00\x88\x01\x01\"(\n\x04Tier\x12\x14\n\x10TIER_UNSPECIFIED\x10\x00\x12\n\n\x06TIER_1\x10\x01\x42\x1e\n\x1c_total_egress_bandwidth_tierB\x17\n\x15_enable_private_nodesB\x1d\n\x1b_network_performance_config\"B\n\x1b\x41\x64\x64itionalNodeNetworkConfig\x12\x0f\n\x07network\x18\x01 \x01(\t\x12\x12\n\nsubnetwork\x18\x02 \x01(\t\"\xab\x01\n\x1a\x41\x64\x64itionalPodNetworkConfig\x12\x12\n\nsubnetwork\x18\x01 \x01(\t\x12\x1b\n\x13secondary_pod_range\x18\x02 \x01(\t\x12\x46\n\x11max_pods_per_node\x18\x03 \x01(\x0b\x32&.google.container.v1.MaxPodsConstraintH\x00\x88\x01\x01\x42\x14\n\x12_max_pods_per_node\"Y\n\x16ShieldedInstanceConfig\x12\x1a\n\x12\x65nable_secure_boot\x18\x01 \x01(\x08\x12#\n\x1b\x65nable_integrity_monitoring\x18\x02 \x01(\x08\"k\n\rSandboxConfig\x12\x35\n\x04type\x18\x02 \x01(\x0e\x32\'.google.container.v1.SandboxConfig.Type\"#\n\x04Type\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\n\n\x06GVISOR\x10\x01\"\x1d\n\nGcfsConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\xdf\x01\n\x13ReservationAffinity\x12O\n\x18\x63onsume_reservation_type\x18\x01 \x01(\x0e\x32-.google.container.v1.ReservationAffinity.Type\x12\x0b\n\x03key\x18\x02 \x01(\t\x12\x0e\n\x06values\x18\x03 \x03(\t\"Z\n\x04Type\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x12\n\x0eNO_RESERVATION\x10\x01\x12\x13\n\x0f\x41NY_RESERVATION\x10\x02\x12\x18\n\x14SPECIFIC_RESERVATION\x10\x03\"\x96\x02\n\x10SoleTenantConfig\x12K\n\x0fnode_affinities\x18\x01 \x03(\x0b\x32\x32.google.container.v1.SoleTenantConfig.NodeAffinity\x1a\xb4\x01\n\x0cNodeAffinity\x12\x0b\n\x03key\x18\x01 \x01(\t\x12M\n\x08operator\x18\x02 \x01(\x0e\x32;.google.container.v1.SoleTenantConfig.NodeAffinity.Operator\x12\x0e\n\x06values\x18\x03 \x03(\t\"8\n\x08Operator\x12\x18\n\x14OPERATOR_UNSPECIFIED\x10\x00\x12\x06\n\x02IN\x10\x01\x12\n\n\x06NOT_IN\x10\x02\"\xb9\x01\n\tNodeTaint\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\x12\x35\n\x06\x65\x66\x66\x65\x63t\x18\x03 \x01(\x0e\x32%.google.container.v1.NodeTaint.Effect\"Y\n\x06\x45\x66\x66\x65\x63t\x12\x16\n\x12\x45\x46\x46\x45\x43T_UNSPECIFIED\x10\x00\x12\x0f\n\x0bNO_SCHEDULE\x10\x01\x12\x16\n\x12PREFER_NO_SCHEDULE\x10\x02\x12\x0e\n\nNO_EXECUTE\x10\x03\"<\n\nNodeTaints\x12.\n\x06taints\x18\x01 \x03(\x0b\x32\x1e.google.container.v1.NodeTaint\"x\n\nNodeLabels\x12;\n\x06labels\x18\x01 \x03(\x0b\x32+.google.container.v1.NodeLabels.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x80\x01\n\x0eResourceLabels\x12?\n\x06labels\x18\x01 \x03(\x0b\x32/.google.container.v1.ResourceLabels.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x1b\n\x0bNetworkTags\x12\x0c\n\x04tags\x18\x01 \x03(\t\"\xd9\x01\n\nMasterAuth\x12\x14\n\x08username\x18\x01 \x01(\tB\x02\x18\x01\x12\x14\n\x08password\x18\x02 \x01(\tB\x02\x18\x01\x12O\n\x19\x63lient_certificate_config\x18\x03 \x01(\x0b\x32,.google.container.v1.ClientCertificateConfig\x12\x1e\n\x16\x63luster_ca_certificate\x18\x64 \x01(\t\x12\x1a\n\x12\x63lient_certificate\x18\x65 \x01(\t\x12\x12\n\nclient_key\x18\x66 \x01(\t\";\n\x17\x43lientCertificateConfig\x12 \n\x18issue_client_certificate\x18\x01 \x01(\x08\"\xac\x07\n\x0c\x41\x64\x64onsConfig\x12\x43\n\x13http_load_balancing\x18\x01 \x01(\x0b\x32&.google.container.v1.HttpLoadBalancing\x12Q\n\x1ahorizontal_pod_autoscaling\x18\x02 \x01(\x0b\x32-.google.container.v1.HorizontalPodAutoscaling\x12J\n\x14kubernetes_dashboard\x18\x03 \x01(\x0b\x32(.google.container.v1.KubernetesDashboardB\x02\x18\x01\x12G\n\x15network_policy_config\x18\x04 \x01(\x0b\x32(.google.container.v1.NetworkPolicyConfig\x12=\n\x10\x63loud_run_config\x18\x07 \x01(\x0b\x32#.google.container.v1.CloudRunConfig\x12=\n\x10\x64ns_cache_config\x18\x08 \x01(\x0b\x32#.google.container.v1.DnsCacheConfig\x12K\n\x17\x63onfig_connector_config\x18\n \x01(\x0b\x32*.google.container.v1.ConfigConnectorConfig\x12\x64\n%gce_persistent_disk_csi_driver_config\x18\x0b \x01(\x0b\x32\x35.google.container.v1.GcePersistentDiskCsiDriverConfig\x12Y\n\x1fgcp_filestore_csi_driver_config\x18\x0e \x01(\x0b\x32\x30.google.container.v1.GcpFilestoreCsiDriverConfig\x12J\n\x17gke_backup_agent_config\x18\x10 \x01(\x0b\x32).google.container.v1.GkeBackupAgentConfig\x12O\n\x1agcs_fuse_csi_driver_config\x18\x11 \x01(\x0b\x32+.google.container.v1.GcsFuseCsiDriverConfig\x12\x46\n\x12stateful_ha_config\x18\x12 \x01(\x0b\x32%.google.container.v1.StatefulHAConfigB\x03\xe0\x41\x01\"%\n\x11HttpLoadBalancing\x12\x10\n\x08\x64isabled\x18\x01 \x01(\x08\",\n\x18HorizontalPodAutoscaling\x12\x10\n\x08\x64isabled\x18\x01 \x01(\x08\"\'\n\x13KubernetesDashboard\x12\x10\n\x08\x64isabled\x18\x01 \x01(\x08\"\'\n\x13NetworkPolicyConfig\x12\x10\n\x08\x64isabled\x18\x01 \x01(\x08\"!\n\x0e\x44nsCacheConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"9\n&PrivateClusterMasterGlobalAccessConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\xc5\x02\n\x14PrivateClusterConfig\x12\x1c\n\x14\x65nable_private_nodes\x18\x01 \x01(\x08\x12\x1f\n\x17\x65nable_private_endpoint\x18\x02 \x01(\x08\x12\x1e\n\x16master_ipv4_cidr_block\x18\x03 \x01(\t\x12\x18\n\x10private_endpoint\x18\x04 \x01(\t\x12\x17\n\x0fpublic_endpoint\x18\x05 \x01(\t\x12\x14\n\x0cpeering_name\x18\x07 \x01(\t\x12`\n\x1bmaster_global_access_config\x18\x08 \x01(\x0b\x32;.google.container.v1.PrivateClusterMasterGlobalAccessConfig\x12#\n\x1bprivate_endpoint_subnetwork\x18\n \x01(\t\"D\n\x19\x41uthenticatorGroupsConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12\x16\n\x0esecurity_group\x18\x02 \x01(\t\"\xee\x01\n\x0e\x43loudRunConfig\x12\x10\n\x08\x64isabled\x18\x01 \x01(\x08\x12P\n\x12load_balancer_type\x18\x03 \x01(\x0e\x32\x34.google.container.v1.CloudRunConfig.LoadBalancerType\"x\n\x10LoadBalancerType\x12\"\n\x1eLOAD_BALANCER_TYPE_UNSPECIFIED\x10\x00\x12\x1f\n\x1bLOAD_BALANCER_TYPE_EXTERNAL\x10\x01\x12\x1f\n\x1bLOAD_BALANCER_TYPE_INTERNAL\x10\x02\"(\n\x15\x43onfigConnectorConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"3\n GcePersistentDiskCsiDriverConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\".\n\x1bGcpFilestoreCsiDriverConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\")\n\x16GcsFuseCsiDriverConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\'\n\x14GkeBackupAgentConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"#\n\x10StatefulHAConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\x8e\x02\n\x1eMasterAuthorizedNetworksConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12R\n\x0b\x63idr_blocks\x18\x02 \x03(\x0b\x32=.google.container.v1.MasterAuthorizedNetworksConfig.CidrBlock\x12,\n\x1fgcp_public_cidrs_access_enabled\x18\x03 \x01(\x08H\x00\x88\x01\x01\x1a\x35\n\tCidrBlock\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x12\n\ncidr_block\x18\x02 \x01(\tB\"\n _gcp_public_cidrs_access_enabled\"\x1d\n\nLegacyAbac\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\x91\x01\n\rNetworkPolicy\x12=\n\x08provider\x18\x01 \x01(\x0e\x32+.google.container.v1.NetworkPolicy.Provider\x12\x0f\n\x07\x65nabled\x18\x02 \x01(\x08\"0\n\x08Provider\x12\x18\n\x14PROVIDER_UNSPECIFIED\x10\x00\x12\n\n\x06\x43\x41LICO\x10\x01\"\xe3\x01\n\x13\x42inaryAuthorization\x12\x13\n\x07\x65nabled\x18\x01 \x01(\x08\x42\x02\x18\x01\x12P\n\x0f\x65valuation_mode\x18\x02 \x01(\x0e\x32\x37.google.container.v1.BinaryAuthorization.EvaluationMode\"e\n\x0e\x45valuationMode\x12\x1f\n\x1b\x45VALUATION_MODE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x44ISABLED\x10\x01\x12$\n PROJECT_SINGLETON_POLICY_ENFORCE\x10\x02\"-\n\x1aPodCIDROverprovisionConfig\x12\x0f\n\x07\x64isable\x18\x01 \x01(\x08\"\xbd\x06\n\x12IPAllocationPolicy\x12\x16\n\x0euse_ip_aliases\x18\x01 \x01(\x08\x12\x19\n\x11\x63reate_subnetwork\x18\x02 \x01(\x08\x12\x17\n\x0fsubnetwork_name\x18\x03 \x01(\t\x12\x1d\n\x11\x63luster_ipv4_cidr\x18\x04 \x01(\tB\x02\x18\x01\x12\x1a\n\x0enode_ipv4_cidr\x18\x05 \x01(\tB\x02\x18\x01\x12\x1e\n\x12services_ipv4_cidr\x18\x06 \x01(\tB\x02\x18\x01\x12$\n\x1c\x63luster_secondary_range_name\x18\x07 \x01(\t\x12%\n\x1dservices_secondary_range_name\x18\x08 \x01(\t\x12\x1f\n\x17\x63luster_ipv4_cidr_block\x18\t \x01(\t\x12\x1c\n\x14node_ipv4_cidr_block\x18\n \x01(\t\x12 \n\x18services_ipv4_cidr_block\x18\x0b \x01(\t\x12\x1b\n\x13tpu_ipv4_cidr_block\x18\r \x01(\t\x12\x12\n\nuse_routes\x18\x0f \x01(\x08\x12\x32\n\nstack_type\x18\x10 \x01(\x0e\x32\x1e.google.container.v1.StackType\x12=\n\x10ipv6_access_type\x18\x11 \x01(\x0e\x32#.google.container.v1.IPv6AccessType\x12V\n\x1dpod_cidr_overprovision_config\x18\x15 \x01(\x0b\x32/.google.container.v1.PodCIDROverprovisionConfig\x12#\n\x16subnet_ipv6_cidr_block\x18\x16 \x01(\tB\x03\xe0\x41\x03\x12%\n\x18services_ipv6_cidr_block\x18\x17 \x01(\tB\x03\xe0\x41\x03\x12Y\n\x1c\x61\x64\x64itional_pod_ranges_config\x18\x18 \x01(\x0b\x32..google.container.v1.AdditionalPodRangesConfigB\x03\xe0\x41\x03\x12/\n\"default_pod_ipv4_range_utilization\x18\x19 \x01(\x01\x42\x03\xe0\x41\x03\"\x99\x1b\n\x07\x43luster\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x1e\n\x12initial_node_count\x18\x03 \x01(\x05\x42\x02\x18\x01\x12\x38\n\x0bnode_config\x18\x04 \x01(\x0b\x32\x1f.google.container.v1.NodeConfigB\x02\x18\x01\x12\x34\n\x0bmaster_auth\x18\x05 \x01(\x0b\x32\x1f.google.container.v1.MasterAuth\x12\x17\n\x0flogging_service\x18\x06 \x01(\t\x12\x1a\n\x12monitoring_service\x18\x07 \x01(\t\x12\x0f\n\x07network\x18\x08 \x01(\t\x12\x19\n\x11\x63luster_ipv4_cidr\x18\t \x01(\t\x12\x38\n\raddons_config\x18\n \x01(\x0b\x32!.google.container.v1.AddonsConfig\x12\x12\n\nsubnetwork\x18\x0b \x01(\t\x12\x31\n\nnode_pools\x18\x0c \x03(\x0b\x32\x1d.google.container.v1.NodePool\x12\x11\n\tlocations\x18\r \x03(\t\x12\x1f\n\x17\x65nable_kubernetes_alpha\x18\x0e \x01(\x08\x12I\n\x0fresource_labels\x18\x0f \x03(\x0b\x32\x30.google.container.v1.Cluster.ResourceLabelsEntry\x12\x19\n\x11label_fingerprint\x18\x10 \x01(\t\x12\x34\n\x0blegacy_abac\x18\x12 \x01(\x0b\x32\x1f.google.container.v1.LegacyAbac\x12:\n\x0enetwork_policy\x18\x13 \x01(\x0b\x32\".google.container.v1.NetworkPolicy\x12\x45\n\x14ip_allocation_policy\x18\x14 \x01(\x0b\x32\'.google.container.v1.IPAllocationPolicy\x12^\n!master_authorized_networks_config\x18\x16 \x01(\x0b\x32\x33.google.container.v1.MasterAuthorizedNetworksConfig\x12\x42\n\x12maintenance_policy\x18\x17 \x01(\x0b\x32&.google.container.v1.MaintenancePolicy\x12\x46\n\x14\x62inary_authorization\x18\x18 \x01(\x0b\x32(.google.container.v1.BinaryAuthorization\x12<\n\x0b\x61utoscaling\x18\x1a \x01(\x0b\x32\'.google.container.v1.ClusterAutoscaling\x12:\n\x0enetwork_config\x18\x1b \x01(\x0b\x32\".google.container.v1.NetworkConfig\x12K\n\x1b\x64\x65\x66\x61ult_max_pods_constraint\x18\x1e \x01(\x0b\x32&.google.container.v1.MaxPodsConstraint\x12T\n\x1cresource_usage_export_config\x18! \x01(\x0b\x32..google.container.v1.ResourceUsageExportConfig\x12S\n\x1b\x61uthenticator_groups_config\x18\" \x01(\x0b\x32..google.container.v1.AuthenticatorGroupsConfig\x12I\n\x16private_cluster_config\x18% \x01(\x0b\x32).google.container.v1.PrivateClusterConfig\x12\x44\n\x13\x64\x61tabase_encryption\x18& \x01(\x0b\x32\'.google.container.v1.DatabaseEncryption\x12M\n\x18vertical_pod_autoscaling\x18\' \x01(\x0b\x32+.google.container.v1.VerticalPodAutoscaling\x12:\n\x0eshielded_nodes\x18( \x01(\x0b\x32\".google.container.v1.ShieldedNodes\x12<\n\x0frelease_channel\x18) \x01(\x0b\x32#.google.container.v1.ReleaseChannel\x12M\n\x18workload_identity_config\x18+ \x01(\x0b\x32+.google.container.v1.WorkloadIdentityConfig\x12@\n\x11mesh_certificates\x18\x43 \x01(\x0b\x32%.google.container.v1.MeshCertificates\x12I\n\x16\x63ost_management_config\x18- \x01(\x0b\x32).google.container.v1.CostManagementConfig\x12\x44\n\x13notification_config\x18\x31 \x01(\x0b\x32\'.google.container.v1.NotificationConfig\x12\x42\n\x12\x63onfidential_nodes\x18\x32 \x01(\x0b\x32&.google.container.v1.ConfidentialNodes\x12K\n\x17identity_service_config\x18\x36 \x01(\x0b\x32*.google.container.v1.IdentityServiceConfig\x12\x11\n\tself_link\x18\x64 \x01(\t\x12\x10\n\x04zone\x18\x65 \x01(\tB\x02\x18\x01\x12\x10\n\x08\x65ndpoint\x18\x66 \x01(\t\x12\x1f\n\x17initial_cluster_version\x18g \x01(\t\x12\x1e\n\x16\x63urrent_master_version\x18h \x01(\t\x12 \n\x14\x63urrent_node_version\x18i \x01(\tB\x02\x18\x01\x12\x13\n\x0b\x63reate_time\x18j \x01(\t\x12\x33\n\x06status\x18k \x01(\x0e\x32#.google.container.v1.Cluster.Status\x12\x1a\n\x0estatus_message\x18l \x01(\tB\x02\x18\x01\x12\x1b\n\x13node_ipv4_cidr_size\x18m \x01(\x05\x12\x1a\n\x12services_ipv4_cidr\x18n \x01(\t\x12\x1f\n\x13instance_group_urls\x18o \x03(\tB\x02\x18\x01\x12\x1e\n\x12\x63urrent_node_count\x18p \x01(\x05\x42\x02\x18\x01\x12\x13\n\x0b\x65xpire_time\x18q \x01(\t\x12\x10\n\x08location\x18r \x01(\t\x12\x12\n\nenable_tpu\x18s \x01(\x08\x12\x1b\n\x13tpu_ipv4_cidr_block\x18t \x01(\t\x12\x38\n\nconditions\x18v \x03(\x0b\x32$.google.container.v1.StatusCondition\x12\x32\n\tautopilot\x18\x80\x01 \x01(\x0b\x32\x1e.google.container.v1.Autopilot\x12\x10\n\x02id\x18\x81\x01 \x01(\tB\x03\xe0\x41\x03\x12G\n\x12node_pool_defaults\x18\x83\x01 \x01(\x0b\x32%.google.container.v1.NodePoolDefaultsH\x00\x88\x01\x01\x12;\n\x0elogging_config\x18\x84\x01 \x01(\x0b\x32\".google.container.v1.LoggingConfig\x12\x41\n\x11monitoring_config\x18\x85\x01 \x01(\x0b\x32%.google.container.v1.MonitoringConfig\x12G\n\x15node_pool_auto_config\x18\x88\x01 \x01(\x0b\x32\'.google.container.v1.NodePoolAutoConfig\x12\r\n\x04\x65tag\x18\x8b\x01 \x01(\t\x12*\n\x05\x66leet\x18\x8c\x01 \x01(\x0b\x32\x1a.google.container.v1.Fleet\x12L\n\x17security_posture_config\x18\x91\x01 \x01(\x0b\x32*.google.container.v1.SecurityPostureConfig\x12\x44\n\x14\x65nable_k8s_beta_apis\x18\x8f\x01 \x01(\x0b\x32%.google.container.v1.K8sBetaAPIConfig\x12\x41\n\x11\x65nterprise_config\x18\x95\x01 \x01(\x0b\x32%.google.container.v1.EnterpriseConfig\x1a\x35\n\x13ResourceLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"w\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x10\n\x0cPROVISIONING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\x0f\n\x0bRECONCILING\x10\x03\x12\x0c\n\x08STOPPING\x10\x04\x12\t\n\x05\x45RROR\x10\x05\x12\x0c\n\x08\x44\x45GRADED\x10\x06\x42\x15\n\x13_node_pool_defaults\"(\n\x10K8sBetaAPIConfig\x12\x14\n\x0c\x65nabled_apis\x18\x01 \x03(\t\"\x9e\x03\n\x15SecurityPostureConfig\x12\x42\n\x04mode\x18\x01 \x01(\x0e\x32/.google.container.v1.SecurityPostureConfig.ModeH\x00\x88\x01\x01\x12]\n\x12vulnerability_mode\x18\x02 \x01(\x0e\x32<.google.container.v1.SecurityPostureConfig.VulnerabilityModeH\x01\x88\x01\x01\"5\n\x04Mode\x12\x14\n\x10MODE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x44ISABLED\x10\x01\x12\t\n\x05\x42\x41SIC\x10\x02\"\x8a\x01\n\x11VulnerabilityMode\x12\"\n\x1eVULNERABILITY_MODE_UNSPECIFIED\x10\x00\x12\x1a\n\x16VULNERABILITY_DISABLED\x10\x01\x12\x17\n\x13VULNERABILITY_BASIC\x10\x02\x12\x1c\n\x18VULNERABILITY_ENTERPRISE\x10\x03\x42\x07\n\x05_modeB\x15\n\x13_vulnerability_mode\"\x95\x01\n\x12NodePoolAutoConfig\x12\x36\n\x0cnetwork_tags\x18\x01 \x01(\x0b\x32 .google.container.v1.NetworkTags\x12G\n\x15resource_manager_tags\x18\x02 \x01(\x0b\x32(.google.container.v1.ResourceManagerTags\"Y\n\x10NodePoolDefaults\x12\x45\n\x14node_config_defaults\x18\x01 \x01(\x0b\x32\'.google.container.v1.NodeConfigDefaults\"\x8e\x01\n\x12NodeConfigDefaults\x12\x34\n\x0bgcfs_config\x18\x01 \x01(\x0b\x32\x1f.google.container.v1.GcfsConfig\x12\x42\n\x0elogging_config\x18\x03 \x01(\x0b\x32*.google.container.v1.NodePoolLoggingConfig\"\x98\x1f\n\rClusterUpdate\x12\x1c\n\x14\x64\x65sired_node_version\x18\x04 \x01(\t\x12\"\n\x1a\x64\x65sired_monitoring_service\x18\x05 \x01(\t\x12@\n\x15\x64\x65sired_addons_config\x18\x06 \x01(\x0b\x32!.google.container.v1.AddonsConfig\x12\x1c\n\x14\x64\x65sired_node_pool_id\x18\x07 \x01(\t\x12\x1a\n\x12\x64\x65sired_image_type\x18\x08 \x01(\t\x12L\n\x1b\x64\x65sired_database_encryption\x18. \x01(\x0b\x32\'.google.container.v1.DatabaseEncryption\x12U\n desired_workload_identity_config\x18/ \x01(\x0b\x32+.google.container.v1.WorkloadIdentityConfig\x12H\n\x19\x64\x65sired_mesh_certificates\x18\x43 \x01(\x0b\x32%.google.container.v1.MeshCertificates\x12\x42\n\x16\x64\x65sired_shielded_nodes\x18\x30 \x01(\x0b\x32\".google.container.v1.ShieldedNodes\x12Q\n\x1e\x64\x65sired_cost_management_config\x18\x31 \x01(\x0b\x32).google.container.v1.CostManagementConfig\x12:\n\x12\x64\x65sired_dns_config\x18\x35 \x01(\x0b\x32\x1e.google.container.v1.DNSConfig\x12O\n\x1d\x64\x65sired_node_pool_autoscaling\x18\t \x01(\x0b\x32(.google.container.v1.NodePoolAutoscaling\x12\x19\n\x11\x64\x65sired_locations\x18\n \x03(\t\x12\x66\n)desired_master_authorized_networks_config\x18\x0c \x01(\x0b\x32\x33.google.container.v1.MasterAuthorizedNetworksConfig\x12L\n\x1b\x64\x65sired_cluster_autoscaling\x18\x0f \x01(\x0b\x32\'.google.container.v1.ClusterAutoscaling\x12N\n\x1c\x64\x65sired_binary_authorization\x18\x10 \x01(\x0b\x32(.google.container.v1.BinaryAuthorization\x12\x1f\n\x17\x64\x65sired_logging_service\x18\x13 \x01(\t\x12\\\n$desired_resource_usage_export_config\x18\x15 \x01(\x0b\x32..google.container.v1.ResourceUsageExportConfig\x12U\n desired_vertical_pod_autoscaling\x18\x16 \x01(\x0b\x32+.google.container.v1.VerticalPodAutoscaling\x12Q\n\x1e\x64\x65sired_private_cluster_config\x18\x19 \x01(\x0b\x32).google.container.v1.PrivateClusterConfig\x12\\\n$desired_intra_node_visibility_config\x18\x1a \x01(\x0b\x32..google.container.v1.IntraNodeVisibilityConfig\x12K\n\x1b\x64\x65sired_default_snat_status\x18\x1c \x01(\x0b\x32&.google.container.v1.DefaultSnatStatus\x12\x44\n\x17\x64\x65sired_release_channel\x18\x1f \x01(\x0b\x32#.google.container.v1.ReleaseChannel\x12Q\n\x1f\x64\x65sired_l4ilb_subsetting_config\x18\' \x01(\x0b\x32(.google.container.v1.ILBSubsettingConfig\x12H\n\x19\x64\x65sired_datapath_provider\x18\x32 \x01(\x0e\x32%.google.container.v1.DatapathProvider\x12X\n\"desired_private_ipv6_google_access\x18\x33 \x01(\x0e\x32,.google.container.v1.PrivateIPv6GoogleAccess\x12L\n\x1b\x64\x65sired_notification_config\x18\x37 \x01(\x0b\x32\'.google.container.v1.NotificationConfig\x12[\n#desired_authenticator_groups_config\x18? \x01(\x0b\x32..google.container.v1.AuthenticatorGroupsConfig\x12\x42\n\x16\x64\x65sired_logging_config\x18@ \x01(\x0b\x32\".google.container.v1.LoggingConfig\x12H\n\x19\x64\x65sired_monitoring_config\x18\x41 \x01(\x0b\x32%.google.container.v1.MonitoringConfig\x12S\n\x1f\x64\x65sired_identity_service_config\x18\x42 \x01(\x0b\x32*.google.container.v1.IdentityServiceConfig\x12Z\n#desired_service_external_ips_config\x18< \x01(\x0b\x32-.google.container.v1.ServiceExternalIPsConfig\x12,\n\x1f\x64\x65sired_enable_private_endpoint\x18G \x01(\x08H\x00\x88\x01\x01\x12\x1e\n\x16\x64\x65sired_master_version\x18\x64 \x01(\t\x12<\n\x13\x64\x65sired_gcfs_config\x18m \x01(\x0b\x32\x1f.google.container.v1.GcfsConfig\x12T\n*desired_node_pool_auto_config_network_tags\x18n \x01(\x0b\x32 .google.container.v1.NetworkTags\x12I\n\x1a\x64\x65sired_gateway_api_config\x18r \x01(\x0b\x32%.google.container.v1.GatewayAPIConfig\x12\x0c\n\x04\x65tag\x18s \x01(\t\x12T\n desired_node_pool_logging_config\x18t \x01(\x0b\x32*.google.container.v1.NodePoolLoggingConfig\x12\x31\n\rdesired_fleet\x18u \x01(\x0b\x32\x1a.google.container.v1.Fleet\x12:\n\x12\x64\x65sired_stack_type\x18w \x01(\x0e\x32\x1e.google.container.v1.StackType\x12T\n\x1c\x61\x64\x64itional_pod_ranges_config\x18x \x01(\x0b\x32..google.container.v1.AdditionalPodRangesConfig\x12\\\n$removed_additional_pod_ranges_config\x18y \x01(\x0b\x32..google.container.v1.AdditionalPodRangesConfig\x12\x43\n\x14\x65nable_k8s_beta_apis\x18z \x01(\x0b\x32%.google.container.v1.K8sBetaAPIConfig\x12S\n\x1f\x64\x65sired_security_posture_config\x18| \x01(\x0b\x32*.google.container.v1.SecurityPostureConfig\x12n\n\"desired_network_performance_config\x18} \x01(\x0b\x32\x42.google.container.v1.NetworkConfig.ClusterNetworkPerformanceConfig\x12/\n\"desired_enable_fqdn_network_policy\x18~ \x01(\x08H\x01\x88\x01\x01\x12\\\n(desired_autopilot_workload_policy_config\x18\x80\x01 \x01(\x0b\x32).google.container.v1.WorkloadPolicyConfig\x12\x45\n\x15\x64\x65sired_k8s_beta_apis\x18\x83\x01 \x01(\x0b\x32%.google.container.v1.K8sBetaAPIConfig\x12-\n\x1f\x64\x65sired_enable_multi_networking\x18\x87\x01 \x01(\x08H\x02\x88\x01\x01\x12\x66\n3desired_node_pool_auto_config_resource_manager_tags\x18\x88\x01 \x01(\x0b\x32(.google.container.v1.ResourceManagerTags\x12\x62\n$desired_in_transit_encryption_config\x18\x89\x01 \x01(\x0e\x32..google.container.v1.InTransitEncryptionConfigH\x03\x88\x01\x01\x12>\n0desired_enable_cilium_clusterwide_network_policy\x18\x8a\x01 \x01(\x08H\x04\x88\x01\x01\x42\"\n _desired_enable_private_endpointB%\n#_desired_enable_fqdn_network_policyB\"\n _desired_enable_multi_networkingB\'\n%_desired_in_transit_encryption_configB3\n1_desired_enable_cilium_clusterwide_network_policy\"q\n\x19\x41\x64\x64itionalPodRangesConfig\x12\x17\n\x0fpod_range_names\x18\x01 \x03(\t\x12;\n\x0epod_range_info\x18\x02 \x03(\x0b\x32\x1e.google.container.v1.RangeInfoB\x03\xe0\x41\x03\">\n\tRangeInfo\x12\x17\n\nrange_name\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x18\n\x0butilization\x18\x02 \x01(\x01\x42\x03\xe0\x41\x03\"\xb4\x08\n\tOperation\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12;\n\x0eoperation_type\x18\x03 \x01(\x0e\x32#.google.container.v1.Operation.Type\x12\x35\n\x06status\x18\x04 \x01(\x0e\x32%.google.container.v1.Operation.Status\x12\x0e\n\x06\x64\x65tail\x18\x08 \x01(\t\x12\x1d\n\x0estatus_message\x18\x05 \x01(\tB\x05\x18\x01\xe0\x41\x03\x12\x11\n\tself_link\x18\x06 \x01(\t\x12\x13\n\x0btarget_link\x18\x07 \x01(\t\x12\x10\n\x08location\x18\t \x01(\t\x12\x12\n\nstart_time\x18\n \x01(\t\x12\x10\n\x08\x65nd_time\x18\x0b \x01(\t\x12=\n\x08progress\x18\x0c \x01(\x0b\x32&.google.container.v1.OperationProgressB\x03\xe0\x41\x03\x12\x44\n\x12\x63luster_conditions\x18\r \x03(\x0b\x32$.google.container.v1.StatusConditionB\x02\x18\x01\x12\x45\n\x13nodepool_conditions\x18\x0e \x03(\x0b\x32$.google.container.v1.StatusConditionB\x02\x18\x01\x12!\n\x05\x65rror\x18\x0f \x01(\x0b\x32\x12.google.rpc.Status\"R\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0b\n\x07PENDING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\x08\n\x04\x44ONE\x10\x03\x12\x0c\n\x08\x41\x42ORTING\x10\x04\"\xc0\x03\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x12\n\x0e\x43REATE_CLUSTER\x10\x01\x12\x12\n\x0e\x44\x45LETE_CLUSTER\x10\x02\x12\x12\n\x0eUPGRADE_MASTER\x10\x03\x12\x11\n\rUPGRADE_NODES\x10\x04\x12\x12\n\x0eREPAIR_CLUSTER\x10\x05\x12\x12\n\x0eUPDATE_CLUSTER\x10\x06\x12\x14\n\x10\x43REATE_NODE_POOL\x10\x07\x12\x14\n\x10\x44\x45LETE_NODE_POOL\x10\x08\x12\x1c\n\x18SET_NODE_POOL_MANAGEMENT\x10\t\x12\x15\n\x11\x41UTO_REPAIR_NODES\x10\n\x12\x1a\n\x12\x41UTO_UPGRADE_NODES\x10\x0b\x1a\x02\x08\x01\x12\x12\n\nSET_LABELS\x10\x0c\x1a\x02\x08\x01\x12\x17\n\x0fSET_MASTER_AUTH\x10\r\x1a\x02\x08\x01\x12\x16\n\x12SET_NODE_POOL_SIZE\x10\x0e\x12\x1a\n\x12SET_NETWORK_POLICY\x10\x0f\x1a\x02\x08\x01\x12\x1e\n\x16SET_MAINTENANCE_POLICY\x10\x10\x1a\x02\x08\x01\x12\x12\n\x0eRESIZE_CLUSTER\x10\x12\x12\x19\n\x15\x46LEET_FEATURE_UPGRADE\x10\x13\"\xbb\x02\n\x11OperationProgress\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x35\n\x06status\x18\x02 \x01(\x0e\x32%.google.container.v1.Operation.Status\x12>\n\x07metrics\x18\x03 \x03(\x0b\x32-.google.container.v1.OperationProgress.Metric\x12\x36\n\x06stages\x18\x04 \x03(\x0b\x32&.google.container.v1.OperationProgress\x1ai\n\x06Metric\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x13\n\tint_value\x18\x02 \x01(\x03H\x00\x12\x16\n\x0c\x64ouble_value\x18\x03 \x01(\x01H\x00\x12\x16\n\x0cstring_value\x18\x04 \x01(\tH\x00\x42\x07\n\x05value\"\x84\x01\n\x14\x43reateClusterRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x32\n\x07\x63luster\x18\x03 \x01(\x0b\x32\x1c.google.container.v1.ClusterB\x03\xe0\x41\x02\x12\x0e\n\x06parent\x18\x05 \x01(\t\"c\n\x11GetClusterRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x0c\n\x04name\x18\x05 \x01(\t\"\x9f\x01\n\x14UpdateClusterRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x37\n\x06update\x18\x04 \x01(\x0b\x32\".google.container.v1.ClusterUpdateB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x05 \x01(\t\"\xd3\n\n\x15UpdateNodePoolRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x18\n\x0cnode_pool_id\x18\x04 \x01(\tB\x02\x18\x01\x12\x19\n\x0cnode_version\x18\x05 \x01(\tB\x03\xe0\x41\x02\x12\x17\n\nimage_type\x18\x06 \x01(\tB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x08 \x01(\t\x12\x11\n\tlocations\x18\r \x03(\t\x12M\n\x18workload_metadata_config\x18\x0e \x01(\x0b\x32+.google.container.v1.WorkloadMetadataConfig\x12G\n\x10upgrade_settings\x18\x0f \x01(\x0b\x32-.google.container.v1.NodePool.UpgradeSettings\x12.\n\x04tags\x18\x10 \x01(\x0b\x32 .google.container.v1.NetworkTags\x12/\n\x06taints\x18\x11 \x01(\x0b\x32\x1f.google.container.v1.NodeTaints\x12/\n\x06labels\x18\x12 \x01(\x0b\x32\x1f.google.container.v1.NodeLabels\x12?\n\x11linux_node_config\x18\x13 \x01(\x0b\x32$.google.container.v1.LinuxNodeConfig\x12>\n\x0ekubelet_config\x18\x14 \x01(\x0b\x32&.google.container.v1.NodeKubeletConfig\x12\x43\n\x13node_network_config\x18\x15 \x01(\x0b\x32&.google.container.v1.NodeNetworkConfig\x12\x34\n\x0bgcfs_config\x18\x16 \x01(\x0b\x32\x1f.google.container.v1.GcfsConfig\x12\x42\n\x12\x63onfidential_nodes\x18\x17 \x01(\x0b\x32&.google.container.v1.ConfidentialNodes\x12.\n\x05gvnic\x18\x1d \x01(\x0b\x32\x1f.google.container.v1.VirtualNIC\x12\x0c\n\x04\x65tag\x18\x1e \x01(\t\x12\x34\n\x0b\x66\x61st_socket\x18\x1f \x01(\x0b\x32\x1f.google.container.v1.FastSocket\x12\x42\n\x0elogging_config\x18 \x01(\x0b\x32*.google.container.v1.NodePoolLoggingConfig\x12<\n\x0fresource_labels\x18! \x01(\x0b\x32#.google.container.v1.ResourceLabels\x12\x43\n\x13windows_node_config\x18\" \x01(\x0b\x32&.google.container.v1.WindowsNodeConfig\x12\x19\n\x0cmachine_type\x18$ \x01(\tB\x03\xe0\x41\x01\x12\x16\n\tdisk_type\x18% \x01(\tB\x03\xe0\x41\x01\x12\x19\n\x0c\x64isk_size_gb\x18& \x01(\x03\x42\x03\xe0\x41\x01\x12G\n\x15resource_manager_tags\x18\' \x01(\x0b\x32(.google.container.v1.ResourceManagerTags\x12M\n\x13queued_provisioning\x18* \x01(\x0b\x32\x30.google.container.v1.NodePool.QueuedProvisioning\"\xcd\x01\n\x1dSetNodePoolAutoscalingRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x18\n\x0cnode_pool_id\x18\x04 \x01(\tB\x02\x18\x01\x12\x42\n\x0b\x61utoscaling\x18\x05 \x01(\x0b\x32(.google.container.v1.NodePoolAutoscalingB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x06 \x01(\t\"\x88\x01\n\x18SetLoggingServiceRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x1c\n\x0flogging_service\x18\x04 \x01(\tB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x05 \x01(\t\"\x8e\x01\n\x1bSetMonitoringServiceRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x1f\n\x12monitoring_service\x18\x04 \x01(\tB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x06 \x01(\t\"\xa7\x01\n\x16SetAddonsConfigRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12=\n\raddons_config\x18\x04 \x01(\x0b\x32!.google.container.v1.AddonsConfigB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x06 \x01(\t\"}\n\x13SetLocationsRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x16\n\tlocations\x18\x04 \x03(\tB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x06 \x01(\t\"\x82\x01\n\x13UpdateMasterRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x1b\n\x0emaster_version\x18\x04 \x01(\tB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x07 \x01(\t\"\xb5\x02\n\x14SetMasterAuthRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x45\n\x06\x61\x63tion\x18\x04 \x01(\x0e\x32\x30.google.container.v1.SetMasterAuthRequest.ActionB\x03\xe0\x41\x02\x12\x34\n\x06update\x18\x05 \x01(\x0b\x32\x1f.google.container.v1.MasterAuthB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x07 \x01(\t\"P\n\x06\x41\x63tion\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x10\n\x0cSET_PASSWORD\x10\x01\x12\x15\n\x11GENERATE_PASSWORD\x10\x02\x12\x10\n\x0cSET_USERNAME\x10\x03\"f\n\x14\x44\x65leteClusterRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x0c\n\x04name\x18\x04 \x01(\t\"O\n\x13ListClustersRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x0e\n\x06parent\x18\x04 \x01(\t\"]\n\x14ListClustersResponse\x12.\n\x08\x63lusters\x18\x01 \x03(\x0b\x32\x1c.google.container.v1.Cluster\x12\x15\n\rmissing_zones\x18\x02 \x03(\t\"g\n\x13GetOperationRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x18\n\x0coperation_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x0c\n\x04name\x18\x05 \x01(\t\"Q\n\x15ListOperationsRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x0e\n\x06parent\x18\x04 \x01(\t\"j\n\x16\x43\x61ncelOperationRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x18\n\x0coperation_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x0c\n\x04name\x18\x04 \x01(\t\"c\n\x16ListOperationsResponse\x12\x32\n\noperations\x18\x01 \x03(\x0b\x32\x1e.google.container.v1.Operation\x12\x15\n\rmissing_zones\x18\x02 \x03(\t\"P\n\x16GetServerConfigRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x0c\n\x04name\x18\x04 \x01(\t\"\xf4\x02\n\x0cServerConfig\x12\x1f\n\x17\x64\x65\x66\x61ult_cluster_version\x18\x01 \x01(\t\x12\x1b\n\x13valid_node_versions\x18\x03 \x03(\t\x12\x1a\n\x12\x64\x65\x66\x61ult_image_type\x18\x04 \x01(\t\x12\x19\n\x11valid_image_types\x18\x05 \x03(\t\x12\x1d\n\x15valid_master_versions\x18\x06 \x03(\t\x12H\n\x08\x63hannels\x18\t \x03(\x0b\x32\x36.google.container.v1.ServerConfig.ReleaseChannelConfig\x1a\x85\x01\n\x14ReleaseChannelConfig\x12<\n\x07\x63hannel\x18\x01 \x01(\x0e\x32+.google.container.v1.ReleaseChannel.Channel\x12\x17\n\x0f\x64\x65\x66\x61ult_version\x18\x02 \x01(\t\x12\x16\n\x0evalid_versions\x18\x04 \x03(\t\"\xa0\x01\n\x15\x43reateNodePoolRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x35\n\tnode_pool\x18\x04 \x01(\x0b\x32\x1d.google.container.v1.NodePoolB\x03\xe0\x41\x02\x12\x0e\n\x06parent\x18\x06 \x01(\t\"\x81\x01\n\x15\x44\x65leteNodePoolRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x18\n\x0cnode_pool_id\x18\x04 \x01(\tB\x02\x18\x01\x12\x0c\n\x04name\x18\x06 \x01(\t\"h\n\x14ListNodePoolsRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x0e\n\x06parent\x18\x05 \x01(\t\"~\n\x12GetNodePoolRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x18\n\x0cnode_pool_id\x18\x04 \x01(\tB\x02\x18\x01\x12\x0c\n\x04name\x18\x06 \x01(\t\"\x9f\x03\n\x11\x42lueGreenSettings\x12_\n\x17standard_rollout_policy\x18\x01 \x01(\x0b\x32<.google.container.v1.BlueGreenSettings.StandardRolloutPolicyH\x00\x12?\n\x17node_pool_soak_duration\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationH\x01\x88\x01\x01\x1a\xb9\x01\n\x15StandardRolloutPolicy\x12\x1a\n\x10\x62\x61tch_percentage\x18\x01 \x01(\x02H\x00\x12\x1a\n\x10\x62\x61tch_node_count\x18\x02 \x01(\x05H\x00\x12;\n\x13\x62\x61tch_soak_duration\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationH\x01\x88\x01\x01\x42\x13\n\x11update_batch_sizeB\x16\n\x14_batch_soak_durationB\x10\n\x0erollout_policyB\x1a\n\x18_node_pool_soak_duration\"\xba\x10\n\x08NodePool\x12\x0c\n\x04name\x18\x01 \x01(\t\x12/\n\x06\x63onfig\x18\x02 \x01(\x0b\x32\x1f.google.container.v1.NodeConfig\x12\x1a\n\x12initial_node_count\x18\x03 \x01(\x05\x12\x11\n\tlocations\x18\r \x03(\t\x12>\n\x0enetwork_config\x18\x0e \x01(\x0b\x32&.google.container.v1.NodeNetworkConfig\x12\x11\n\tself_link\x18\x64 \x01(\t\x12\x0f\n\x07version\x18\x65 \x01(\t\x12\x1b\n\x13instance_group_urls\x18\x66 \x03(\t\x12\x34\n\x06status\x18g \x01(\x0e\x32$.google.container.v1.NodePool.Status\x12\x1a\n\x0estatus_message\x18h \x01(\tB\x02\x18\x01\x12=\n\x0b\x61utoscaling\x18\x04 \x01(\x0b\x32(.google.container.v1.NodePoolAutoscaling\x12\x37\n\nmanagement\x18\x05 \x01(\x0b\x32#.google.container.v1.NodeManagement\x12\x43\n\x13max_pods_constraint\x18\x06 \x01(\x0b\x32&.google.container.v1.MaxPodsConstraint\x12\x38\n\nconditions\x18i \x03(\x0b\x32$.google.container.v1.StatusCondition\x12\x1a\n\x12pod_ipv4_cidr_size\x18\x07 \x01(\x05\x12G\n\x10upgrade_settings\x18k \x01(\x0b\x32-.google.container.v1.NodePool.UpgradeSettings\x12G\n\x10placement_policy\x18l \x01(\x0b\x32-.google.container.v1.NodePool.PlacementPolicy\x12\x42\n\x0bupdate_info\x18m \x01(\x0b\x32(.google.container.v1.NodePool.UpdateInfoB\x03\xe0\x41\x03\x12\x0c\n\x04\x65tag\x18n \x01(\t\x12M\n\x13queued_provisioning\x18p \x01(\x0b\x32\x30.google.container.v1.NodePool.QueuedProvisioning\x12M\n\x18\x62\x65st_effort_provisioning\x18q \x01(\x0b\x32+.google.container.v1.BestEffortProvisioning\x1a\xf0\x01\n\x0fUpgradeSettings\x12\x11\n\tmax_surge\x18\x01 \x01(\x05\x12\x17\n\x0fmax_unavailable\x18\x02 \x01(\x05\x12\x42\n\x08strategy\x18\x03 \x01(\x0e\x32+.google.container.v1.NodePoolUpdateStrategyH\x00\x88\x01\x01\x12H\n\x13\x62lue_green_settings\x18\x04 \x01(\x0b\x32&.google.container.v1.BlueGreenSettingsH\x01\x88\x01\x01\x42\x0b\n\t_strategyB\x16\n\x14_blue_green_settings\x1a\x88\x04\n\nUpdateInfo\x12O\n\x0f\x62lue_green_info\x18\x01 \x01(\x0b\x32\x36.google.container.v1.NodePool.UpdateInfo.BlueGreenInfo\x1a\xa8\x03\n\rBlueGreenInfo\x12K\n\x05phase\x18\x01 \x01(\x0e\x32<.google.container.v1.NodePool.UpdateInfo.BlueGreenInfo.Phase\x12 \n\x18\x62lue_instance_group_urls\x18\x02 \x03(\t\x12!\n\x19green_instance_group_urls\x18\x03 \x03(\t\x12%\n\x1d\x62lue_pool_deletion_start_time\x18\x04 \x01(\t\x12\x1a\n\x12green_pool_version\x18\x05 \x01(\t\"\xc1\x01\n\x05Phase\x12\x15\n\x11PHASE_UNSPECIFIED\x10\x00\x12\x12\n\x0eUPDATE_STARTED\x10\x01\x12\x17\n\x13\x43REATING_GREEN_POOL\x10\x02\x12\x17\n\x13\x43ORDONING_BLUE_POOL\x10\x03\x12\x16\n\x12\x44RAINING_BLUE_POOL\x10\x04\x12\x15\n\x11NODE_POOL_SOAKING\x10\x05\x12\x16\n\x12\x44\x45LETING_BLUE_POOL\x10\x06\x12\x14\n\x10ROLLBACK_STARTED\x10\x07\x1a\xae\x01\n\x0fPlacementPolicy\x12@\n\x04type\x18\x01 \x01(\x0e\x32\x32.google.container.v1.NodePool.PlacementPolicy.Type\x12\x19\n\x0ctpu_topology\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x0bpolicy_name\x18\x03 \x01(\t\")\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x43OMPACT\x10\x01\x1a%\n\x12QueuedProvisioning\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\x81\x01\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x10\n\x0cPROVISIONING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\x16\n\x12RUNNING_WITH_ERROR\x10\x03\x12\x0f\n\x0bRECONCILING\x10\x04\x12\x0c\n\x08STOPPING\x10\x05\x12\t\n\x05\x45RROR\x10\x06\"}\n\x0eNodeManagement\x12\x14\n\x0c\x61uto_upgrade\x18\x01 \x01(\x08\x12\x13\n\x0b\x61uto_repair\x18\x02 \x01(\x08\x12@\n\x0fupgrade_options\x18\n \x01(\x0b\x32\'.google.container.v1.AutoUpgradeOptions\"F\n\x16\x42\x65stEffortProvisioning\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12\x1b\n\x13min_provision_nodes\x18\x02 \x01(\x05\"J\n\x12\x41utoUpgradeOptions\x12\x1f\n\x17\x61uto_upgrade_start_time\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\"e\n\x11MaintenancePolicy\x12\x36\n\x06window\x18\x01 \x01(\x0b\x32&.google.container.v1.MaintenanceWindow\x12\x18\n\x10resource_version\x18\x03 \x01(\t\"\xf6\x02\n\x11MaintenanceWindow\x12O\n\x18\x64\x61ily_maintenance_window\x18\x02 \x01(\x0b\x32+.google.container.v1.DailyMaintenanceWindowH\x00\x12\x44\n\x10recurring_window\x18\x03 \x01(\x0b\x32(.google.container.v1.RecurringTimeWindowH\x00\x12\x61\n\x16maintenance_exclusions\x18\x04 \x03(\x0b\x32\x41.google.container.v1.MaintenanceWindow.MaintenanceExclusionsEntry\x1a]\n\x1aMaintenanceExclusionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12.\n\x05value\x18\x02 \x01(\x0b\x32\x1f.google.container.v1.TimeWindow:\x02\x38\x01\x42\x08\n\x06policy\"\xd0\x01\n\nTimeWindow\x12Y\n\x1dmaintenance_exclusion_options\x18\x03 \x01(\x0b\x32\x30.google.container.v1.MaintenanceExclusionOptionsH\x00\x12.\n\nstart_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\t\n\x07options\"\xb4\x01\n\x1bMaintenanceExclusionOptions\x12\x45\n\x05scope\x18\x01 \x01(\x0e\x32\x36.google.container.v1.MaintenanceExclusionOptions.Scope\"N\n\x05Scope\x12\x0f\n\x0bNO_UPGRADES\x10\x00\x12\x15\n\x11NO_MINOR_UPGRADES\x10\x01\x12\x1d\n\x19NO_MINOR_OR_NODE_UPGRADES\x10\x02\"Z\n\x13RecurringTimeWindow\x12/\n\x06window\x18\x01 \x01(\x0b\x32\x1f.google.container.v1.TimeWindow\x12\x12\n\nrecurrence\x18\x02 \x01(\t\">\n\x16\x44\x61ilyMaintenanceWindow\x12\x12\n\nstart_time\x18\x02 \x01(\t\x12\x10\n\x08\x64uration\x18\x03 \x01(\t\"\xc6\x01\n\x1cSetNodePoolManagementRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x18\n\x0cnode_pool_id\x18\x04 \x01(\tB\x02\x18\x01\x12<\n\nmanagement\x18\x05 \x01(\x0b\x32#.google.container.v1.NodeManagementB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x07 \x01(\t\"\x9b\x01\n\x16SetNodePoolSizeRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x18\n\x0cnode_pool_id\x18\x04 \x01(\tB\x02\x18\x01\x12\x17\n\nnode_count\x18\x05 \x01(\x05\x42\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x07 \x01(\t\".\n\x1e\x43ompleteNodePoolUpgradeRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\"\x9f\x01\n\x1eRollbackNodePoolUpgradeRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x18\n\x0cnode_pool_id\x18\x04 \x01(\tB\x02\x18\x01\x12\x0c\n\x04name\x18\x06 \x01(\t\x12\x13\n\x0brespect_pdb\x18\x07 \x01(\x08\"J\n\x15ListNodePoolsResponse\x12\x31\n\nnode_pools\x18\x01 \x03(\x0b\x32\x1d.google.container.v1.NodePool\"\xaf\x03\n\x12\x43lusterAutoscaling\x12$\n\x1c\x65nable_node_autoprovisioning\x18\x01 \x01(\x08\x12;\n\x0fresource_limits\x18\x02 \x03(\x0b\x32\".google.container.v1.ResourceLimit\x12W\n\x13\x61utoscaling_profile\x18\x03 \x01(\x0e\x32:.google.container.v1.ClusterAutoscaling.AutoscalingProfile\x12\x62\n#autoprovisioning_node_pool_defaults\x18\x04 \x01(\x0b\x32\x35.google.container.v1.AutoprovisioningNodePoolDefaults\x12\"\n\x1a\x61utoprovisioning_locations\x18\x05 \x03(\t\"U\n\x12\x41utoscalingProfile\x12\x17\n\x13PROFILE_UNSPECIFIED\x10\x00\x12\x18\n\x14OPTIMIZE_UTILIZATION\x10\x01\x12\x0c\n\x08\x42\x41LANCED\x10\x02\"\xf8\x03\n AutoprovisioningNodePoolDefaults\x12\x14\n\x0coauth_scopes\x18\x01 \x03(\t\x12\x17\n\x0fservice_account\x18\x02 \x01(\t\x12G\n\x10upgrade_settings\x18\x03 \x01(\x0b\x32-.google.container.v1.NodePool.UpgradeSettings\x12\x37\n\nmanagement\x18\x04 \x01(\x0b\x32#.google.container.v1.NodeManagement\x12\x1c\n\x10min_cpu_platform\x18\x05 \x01(\tB\x02\x18\x01\x12\x14\n\x0c\x64isk_size_gb\x18\x06 \x01(\x05\x12\x11\n\tdisk_type\x18\x07 \x01(\t\x12M\n\x18shielded_instance_config\x18\x08 \x01(\x0b\x32+.google.container.v1.ShieldedInstanceConfig\x12\x19\n\x11\x62oot_disk_kms_key\x18\t \x01(\t\x12\x12\n\nimage_type\x18\n \x01(\t\x12\x33\n&insecure_kubelet_readonly_port_enabled\x18\r \x01(\x08H\x00\x88\x01\x01\x42)\n\'_insecure_kubelet_readonly_port_enabled\"H\n\rResourceLimit\x12\x15\n\rresource_type\x18\x01 \x01(\t\x12\x0f\n\x07minimum\x18\x02 \x01(\x03\x12\x0f\n\x07maximum\x18\x03 \x01(\x03\"\xc7\x02\n\x13NodePoolAutoscaling\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12\x16\n\x0emin_node_count\x18\x02 \x01(\x05\x12\x16\n\x0emax_node_count\x18\x03 \x01(\x05\x12\x17\n\x0f\x61utoprovisioned\x18\x04 \x01(\x08\x12P\n\x0flocation_policy\x18\x05 \x01(\x0e\x32\x37.google.container.v1.NodePoolAutoscaling.LocationPolicy\x12\x1c\n\x14total_min_node_count\x18\x06 \x01(\x05\x12\x1c\n\x14total_max_node_count\x18\x07 \x01(\x05\"H\n\x0eLocationPolicy\x12\x1f\n\x1bLOCATION_POLICY_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x42\x41LANCED\x10\x01\x12\x07\n\x03\x41NY\x10\x02\"\x92\x02\n\x10SetLabelsRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12W\n\x0fresource_labels\x18\x04 \x03(\x0b\x32\x39.google.container.v1.SetLabelsRequest.ResourceLabelsEntryB\x03\xe0\x41\x02\x12\x1e\n\x11label_fingerprint\x18\x05 \x01(\tB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x07 \x01(\t\x1a\x35\n\x13ResourceLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"|\n\x14SetLegacyAbacRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x14\n\x07\x65nabled\x18\x04 \x01(\x08\x42\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x06 \x01(\t\"\x84\x01\n\x16StartIPRotationRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x0c\n\x04name\x18\x06 \x01(\t\x12\x1a\n\x12rotate_credentials\x18\x07 \x01(\x08\"k\n\x19\x43ompleteIPRotationRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x0c\n\x04name\x18\x07 \x01(\t\"\xc5\x02\n\x11\x41\x63\x63\x65leratorConfig\x12\x19\n\x11\x61\x63\x63\x65lerator_count\x18\x01 \x01(\x03\x12\x18\n\x10\x61\x63\x63\x65lerator_type\x18\x02 \x01(\t\x12\x1a\n\x12gpu_partition_size\x18\x03 \x01(\t\x12\x46\n\x12gpu_sharing_config\x18\x05 \x01(\x0b\x32%.google.container.v1.GPUSharingConfigH\x00\x88\x01\x01\x12]\n\x1egpu_driver_installation_config\x18\x06 \x01(\x0b\x32\x30.google.container.v1.GPUDriverInstallationConfigH\x01\x88\x01\x01\x42\x15\n\x13_gpu_sharing_configB!\n\x1f_gpu_driver_installation_config\"\xfa\x01\n\x10GPUSharingConfig\x12\"\n\x1amax_shared_clients_per_gpu\x18\x01 \x01(\x03\x12[\n\x14gpu_sharing_strategy\x18\x02 \x01(\x0e\x32\x38.google.container.v1.GPUSharingConfig.GPUSharingStrategyH\x00\x88\x01\x01\"L\n\x12GPUSharingStrategy\x12$\n GPU_SHARING_STRATEGY_UNSPECIFIED\x10\x00\x12\x10\n\x0cTIME_SHARING\x10\x01\x42\x17\n\x15_gpu_sharing_strategy\"\x84\x02\n\x1bGPUDriverInstallationConfig\x12\x62\n\x12gpu_driver_version\x18\x01 \x01(\x0e\x32\x41.google.container.v1.GPUDriverInstallationConfig.GPUDriverVersionH\x00\x88\x01\x01\"j\n\x10GPUDriverVersion\x12\"\n\x1eGPU_DRIVER_VERSION_UNSPECIFIED\x10\x00\x12\x19\n\x15INSTALLATION_DISABLED\x10\x01\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x02\x12\n\n\x06LATEST\x10\x03\x42\x15\n\x13_gpu_driver_version\"\x9a\x01\n\x16WorkloadMetadataConfig\x12>\n\x04mode\x18\x02 \x01(\x0e\x32\x30.google.container.v1.WorkloadMetadataConfig.Mode\"@\n\x04Mode\x12\x14\n\x10MODE_UNSPECIFIED\x10\x00\x12\x10\n\x0cGCE_METADATA\x10\x01\x12\x10\n\x0cGKE_METADATA\x10\x02\"\xaa\x01\n\x17SetNetworkPolicyRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12?\n\x0enetwork_policy\x18\x04 \x01(\x0b\x32\".google.container.v1.NetworkPolicyB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x06 \x01(\t\"\xb9\x01\n\x1bSetMaintenancePolicyRequest\x12\x17\n\nproject_id\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x11\n\x04zone\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x17\n\ncluster_id\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12G\n\x12maintenance_policy\x18\x04 \x01(\x0b\x32&.google.container.v1.MaintenancePolicyB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x05 \x01(\t\"\xa9\x02\n\x0fStatusCondition\x12;\n\x04\x63ode\x18\x01 \x01(\x0e\x32).google.container.v1.StatusCondition.CodeB\x02\x18\x01\x12\x0f\n\x07message\x18\x02 \x01(\t\x12(\n\x0e\x63\x61nonical_code\x18\x03 \x01(\x0e\x32\x10.google.rpc.Code\"\x9d\x01\n\x04\x43ode\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x10\n\x0cGCE_STOCKOUT\x10\x01\x12\x1f\n\x1bGKE_SERVICE_ACCOUNT_DELETED\x10\x02\x12\x16\n\x12GCE_QUOTA_EXCEEDED\x10\x03\x12\x13\n\x0fSET_BY_OPERATOR\x10\x04\x12\x17\n\x13\x43LOUD_KMS_KEY_ERROR\x10\x07\x12\x0f\n\x0b\x43\x41_EXPIRING\x10\t\"\xb1\t\n\rNetworkConfig\x12\x0f\n\x07network\x18\x01 \x01(\t\x12\x12\n\nsubnetwork\x18\x02 \x01(\t\x12$\n\x1c\x65nable_intra_node_visibility\x18\x05 \x01(\x08\x12\x43\n\x13\x64\x65\x66\x61ult_snat_status\x18\x07 \x01(\x0b\x32&.google.container.v1.DefaultSnatStatus\x12\x1f\n\x17\x65nable_l4ilb_subsetting\x18\n \x01(\x08\x12@\n\x11\x64\x61tapath_provider\x18\x0b \x01(\x0e\x32%.google.container.v1.DatapathProvider\x12P\n\x1aprivate_ipv6_google_access\x18\x0c \x01(\x0e\x32,.google.container.v1.PrivateIPv6GoogleAccess\x12\x32\n\ndns_config\x18\r \x01(\x0b\x32\x1e.google.container.v1.DNSConfig\x12R\n\x1bservice_external_ips_config\x18\x0f \x01(\x0b\x32-.google.container.v1.ServiceExternalIPsConfig\x12\x41\n\x12gateway_api_config\x18\x10 \x01(\x0b\x32%.google.container.v1.GatewayAPIConfig\x12\x1f\n\x17\x65nable_multi_networking\x18\x11 \x01(\x08\x12\x66\n\x1anetwork_performance_config\x18\x12 \x01(\x0b\x32\x42.google.container.v1.NetworkConfig.ClusterNetworkPerformanceConfig\x12\'\n\x1a\x65nable_fqdn_network_policy\x18\x13 \x01(\x08H\x00\x88\x01\x01\x12Y\n\x1cin_transit_encryption_config\x18\x14 \x01(\x0e\x32..google.container.v1.InTransitEncryptionConfigH\x01\x88\x01\x01\x12\x35\n(enable_cilium_clusterwide_network_policy\x18\x15 \x01(\x08H\x02\x88\x01\x01\x1a\xde\x01\n\x1f\x43lusterNetworkPerformanceConfig\x12q\n\x1btotal_egress_bandwidth_tier\x18\x01 \x01(\x0e\x32G.google.container.v1.NetworkConfig.ClusterNetworkPerformanceConfig.TierH\x00\x88\x01\x01\"(\n\x04Tier\x12\x14\n\x10TIER_UNSPECIFIED\x10\x00\x12\n\n\x06TIER_1\x10\x01\x42\x1e\n\x1c_total_egress_bandwidth_tierB\x1d\n\x1b_enable_fqdn_network_policyB\x1f\n\x1d_in_transit_encryption_configB+\n)_enable_cilium_clusterwide_network_policy\"\xbc\x01\n\x10GatewayAPIConfig\x12>\n\x07\x63hannel\x18\x01 \x01(\x0e\x32-.google.container.v1.GatewayAPIConfig.Channel\"h\n\x07\x43hannel\x12\x17\n\x13\x43HANNEL_UNSPECIFIED\x10\x00\x12\x14\n\x10\x43HANNEL_DISABLED\x10\x01\x12\x18\n\x14\x43HANNEL_EXPERIMENTAL\x10\x03\x12\x14\n\x10\x43HANNEL_STANDARD\x10\x04\"+\n\x18ServiceExternalIPsConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"(\n\x16GetOpenIDConfigRequest\x12\x0e\n\x06parent\x18\x01 \x01(\t\"\xdc\x01\n\x17GetOpenIDConfigResponse\x12\x0e\n\x06issuer\x18\x01 \x01(\t\x12\x10\n\x08jwks_uri\x18\x02 \x01(\t\x12 \n\x18response_types_supported\x18\x03 \x03(\t\x12\x1f\n\x17subject_types_supported\x18\x04 \x03(\t\x12-\n%id_token_signing_alg_values_supported\x18\x05 \x03(\t\x12\x18\n\x10\x63laims_supported\x18\x06 \x03(\t\x12\x13\n\x0bgrant_types\x18\x07 \x03(\t\"\'\n\x15GetJSONWebKeysRequest\x12\x0e\n\x06parent\x18\x01 \x01(\t\"r\n\x03Jwk\x12\x0b\n\x03kty\x18\x01 \x01(\t\x12\x0b\n\x03\x61lg\x18\x02 \x01(\t\x12\x0b\n\x03use\x18\x03 \x01(\t\x12\x0b\n\x03kid\x18\x04 \x01(\t\x12\t\n\x01n\x18\x05 \x01(\t\x12\t\n\x01\x65\x18\x06 \x01(\t\x12\t\n\x01x\x18\x07 \x01(\t\x12\t\n\x01y\x18\x08 \x01(\t\x12\x0b\n\x03\x63rv\x18\t \x01(\t\"@\n\x16GetJSONWebKeysResponse\x12&\n\x04keys\x18\x01 \x03(\x0b\x32\x18.google.container.v1.Jwk\"2\n\"CheckAutopilotCompatibilityRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\"\xfc\x02\n\x1b\x41utopilotCompatibilityIssue\x12\x34\n\x10last_observation\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x17\n\x0f\x63onstraint_type\x18\x02 \x01(\t\x12X\n\x14incompatibility_type\x18\x03 \x01(\x0e\x32:.google.container.v1.AutopilotCompatibilityIssue.IssueType\x12\x10\n\x08subjects\x18\x04 \x03(\t\x12\x19\n\x11\x64ocumentation_url\x18\x05 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x06 \x01(\t\"r\n\tIssueType\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x13\n\x0fINCOMPATIBILITY\x10\x01\x12\x1e\n\x1a\x41\x44\x44ITIONAL_CONFIG_REQUIRED\x10\x02\x12\x1f\n\x1bPASSED_WITH_OPTIONAL_CONFIG\x10\x03\"x\n#CheckAutopilotCompatibilityResponse\x12@\n\x06issues\x18\x01 \x03(\x0b\x32\x30.google.container.v1.AutopilotCompatibilityIssue\x12\x0f\n\x07summary\x18\x02 \x01(\t\"\x8e\x01\n\x0eReleaseChannel\x12<\n\x07\x63hannel\x18\x01 \x01(\x0e\x32+.google.container.v1.ReleaseChannel.Channel\">\n\x07\x43hannel\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\t\n\x05RAPID\x10\x01\x12\x0b\n\x07REGULAR\x10\x02\x12\n\n\x06STABLE\x10\x03\"\'\n\x14\x43ostManagementConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\",\n\x19IntraNodeVisibilityConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"&\n\x13ILBSubsettingConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\xcb\x02\n\tDNSConfig\x12<\n\x0b\x63luster_dns\x18\x01 \x01(\x0e\x32\'.google.container.v1.DNSConfig.Provider\x12\x42\n\x11\x63luster_dns_scope\x18\x02 \x01(\x0e\x32\'.google.container.v1.DNSConfig.DNSScope\x12\x1a\n\x12\x63luster_dns_domain\x18\x03 \x01(\t\"W\n\x08Provider\x12\x18\n\x14PROVIDER_UNSPECIFIED\x10\x00\x12\x14\n\x10PLATFORM_DEFAULT\x10\x01\x12\r\n\tCLOUD_DNS\x10\x02\x12\x0c\n\x08KUBE_DNS\x10\x03\"G\n\x08\x44NSScope\x12\x19\n\x15\x44NS_SCOPE_UNSPECIFIED\x10\x00\x12\x11\n\rCLUSTER_SCOPE\x10\x01\x12\r\n\tVPC_SCOPE\x10\x02\".\n\x11MaxPodsConstraint\x12\x19\n\x11max_pods_per_node\x18\x01 \x01(\x03\"/\n\x16WorkloadIdentityConfig\x12\x15\n\rworkload_pool\x18\x02 \x01(\t\"(\n\x15IdentityServiceConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"K\n\x10MeshCertificates\x12\x37\n\x13\x65nable_certificates\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"\xe3\x05\n\x12\x44\x61tabaseEncryption\x12\x10\n\x08key_name\x18\x01 \x01(\t\x12<\n\x05state\x18\x02 \x01(\x0e\x32-.google.container.v1.DatabaseEncryption.State\x12U\n\rcurrent_state\x18\x03 \x01(\x0e\x32\x34.google.container.v1.DatabaseEncryption.CurrentStateB\x03\xe0\x41\x03H\x00\x88\x01\x01\x12\x1c\n\x0f\x64\x65\x63ryption_keys\x18\x04 \x03(\tB\x03\xe0\x41\x03\x12Z\n\x15last_operation_errors\x18\x05 \x03(\x0b\x32\x36.google.container.v1.DatabaseEncryption.OperationErrorB\x03\xe0\x41\x03\x1ah\n\x0eOperationError\x12\x10\n\x08key_name\x18\x01 \x01(\t\x12\x15\n\rerror_message\x18\x02 \x01(\t\x12-\n\ttimestamp\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"2\n\x05State\x12\x0b\n\x07UNKNOWN\x10\x00\x12\r\n\tENCRYPTED\x10\x01\x12\r\n\tDECRYPTED\x10\x02\"\xfb\x01\n\x0c\x43urrentState\x12\x1d\n\x19\x43URRENT_STATE_UNSPECIFIED\x10\x00\x12\x1b\n\x17\x43URRENT_STATE_ENCRYPTED\x10\x07\x12\x1b\n\x17\x43URRENT_STATE_DECRYPTED\x10\x02\x12$\n CURRENT_STATE_ENCRYPTION_PENDING\x10\x03\x12\"\n\x1e\x43URRENT_STATE_ENCRYPTION_ERROR\x10\x04\x12$\n CURRENT_STATE_DECRYPTION_PENDING\x10\x05\x12\"\n\x1e\x43URRENT_STATE_DECRYPTION_ERROR\x10\x06\x42\x10\n\x0e_current_state\"e\n\x1cListUsableSubnetworksRequest\x12\x0e\n\x06parent\x18\x01 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x02 \x01(\t\x12\x11\n\tpage_size\x18\x03 \x01(\x05\x12\x12\n\npage_token\x18\x04 \x01(\t\"t\n\x1dListUsableSubnetworksResponse\x12:\n\x0bsubnetworks\x18\x01 \x03(\x0b\x32%.google.container.v1.UsableSubnetwork\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x80\x02\n\x1eUsableSubnetworkSecondaryRange\x12\x12\n\nrange_name\x18\x01 \x01(\t\x12\x15\n\rip_cidr_range\x18\x02 \x01(\t\x12J\n\x06status\x18\x03 \x01(\x0e\x32:.google.container.v1.UsableSubnetworkSecondaryRange.Status\"g\n\x06Status\x12\x0b\n\x07UNKNOWN\x10\x00\x12\n\n\x06UNUSED\x10\x01\x12\x12\n\x0eIN_USE_SERVICE\x10\x02\x12\x18\n\x14IN_USE_SHAREABLE_POD\x10\x03\x12\x16\n\x12IN_USE_MANAGED_POD\x10\x04\"\xb8\x01\n\x10UsableSubnetwork\x12\x12\n\nsubnetwork\x18\x01 \x01(\t\x12\x0f\n\x07network\x18\x02 \x01(\t\x12\x15\n\rip_cidr_range\x18\x03 \x01(\t\x12P\n\x13secondary_ip_ranges\x18\x04 \x03(\x0b\x32\x33.google.container.v1.UsableSubnetworkSecondaryRange\x12\x16\n\x0estatus_message\x18\x05 \x01(\t\"\xed\x02\n\x19ResourceUsageExportConfig\x12`\n\x14\x62igquery_destination\x18\x01 \x01(\x0b\x32\x42.google.container.v1.ResourceUsageExportConfig.BigQueryDestination\x12&\n\x1e\x65nable_network_egress_metering\x18\x02 \x01(\x08\x12m\n\x1b\x63onsumption_metering_config\x18\x03 \x01(\x0b\x32H.google.container.v1.ResourceUsageExportConfig.ConsumptionMeteringConfig\x1a)\n\x13\x42igQueryDestination\x12\x12\n\ndataset_id\x18\x01 \x01(\t\x1a,\n\x19\x43onsumptionMeteringConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\")\n\x16VerticalPodAutoscaling\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"%\n\x11\x44\x65\x66\x61ultSnatStatus\x12\x10\n\x08\x64isabled\x18\x01 \x01(\x08\" \n\rShieldedNodes\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\x1d\n\nVirtualNIC\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\x1d\n\nFastSocket\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\xa8\x03\n\x12NotificationConfig\x12>\n\x06pubsub\x18\x01 \x01(\x0b\x32..google.container.v1.NotificationConfig.PubSub\x1a\x8a\x01\n\x06PubSub\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12/\n\x05topic\x18\x02 \x01(\tB \xfa\x41\x1d\n\x1bpubsub.googleapis.com/Topic\x12>\n\x06\x66ilter\x18\x03 \x01(\x0b\x32..google.container.v1.NotificationConfig.Filter\x1aO\n\x06\x46ilter\x12\x45\n\nevent_type\x18\x01 \x03(\x0e\x32\x31.google.container.v1.NotificationConfig.EventType\"t\n\tEventType\x12\x1a\n\x16\x45VENT_TYPE_UNSPECIFIED\x10\x00\x12\x1b\n\x17UPGRADE_AVAILABLE_EVENT\x10\x01\x12\x11\n\rUPGRADE_EVENT\x10\x02\x12\x1b\n\x17SECURITY_BULLETIN_EVENT\x10\x03\"$\n\x11\x43onfidentialNodes\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\xdf\x01\n\x0cUpgradeEvent\x12?\n\rresource_type\x18\x01 \x01(\x0e\x32(.google.container.v1.UpgradeResourceType\x12\x11\n\toperation\x18\x02 \x01(\t\x12\x38\n\x14operation_start_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x17\n\x0f\x63urrent_version\x18\x04 \x01(\t\x12\x16\n\x0etarget_version\x18\x05 \x01(\t\x12\x10\n\x08resource\x18\x06 \x01(\t\"\xb9\x01\n\x15UpgradeAvailableEvent\x12\x0f\n\x07version\x18\x01 \x01(\t\x12?\n\rresource_type\x18\x02 \x01(\x0e\x32(.google.container.v1.UpgradeResourceType\x12<\n\x0frelease_channel\x18\x03 \x01(\x0b\x32#.google.container.v1.ReleaseChannel\x12\x10\n\x08resource\x18\x04 \x01(\t\"\x9e\x02\n\x15SecurityBulletinEvent\x12\x1e\n\x16resource_type_affected\x18\x01 \x01(\t\x12\x13\n\x0b\x62ulletin_id\x18\x02 \x01(\t\x12\x0f\n\x07\x63ve_ids\x18\x03 \x03(\t\x12\x10\n\x08severity\x18\x04 \x01(\t\x12\x14\n\x0c\x62ulletin_uri\x18\x05 \x01(\t\x12\x19\n\x11\x62rief_description\x18\x06 \x01(\t\x12!\n\x19\x61\x66\x66\x65\x63ted_supported_minors\x18\x07 \x03(\t\x12\x18\n\x10patched_versions\x18\x08 \x03(\t\x12 \n\x18suggested_upgrade_target\x18\t \x01(\t\x12\x1d\n\x15manual_steps_required\x18\n \x01(\x08\"g\n\tAutopilot\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12I\n\x16workload_policy_config\x18\x02 \x01(\x0b\x32).google.container.v1.WorkloadPolicyConfig\"H\n\x14WorkloadPolicyConfig\x12\x1c\n\x0f\x61llow_net_admin\x18\x01 \x01(\x08H\x00\x88\x01\x01\x42\x12\n\x10_allow_net_admin\"V\n\rLoggingConfig\x12\x45\n\x10\x63omponent_config\x18\x01 \x01(\x0b\x32+.google.container.v1.LoggingComponentConfig\"\xef\x01\n\x16LoggingComponentConfig\x12P\n\x11\x65nable_components\x18\x01 \x03(\x0e\x32\x35.google.container.v1.LoggingComponentConfig.Component\"\x82\x01\n\tComponent\x12\x19\n\x15\x43OMPONENT_UNSPECIFIED\x10\x00\x12\x15\n\x11SYSTEM_COMPONENTS\x10\x01\x12\r\n\tWORKLOADS\x10\x02\x12\r\n\tAPISERVER\x10\x03\x12\r\n\tSCHEDULER\x10\x04\x12\x16\n\x12\x43ONTROLLER_MANAGER\x10\x05\"\x97\x02\n\x10MonitoringConfig\x12H\n\x10\x63omponent_config\x18\x01 \x01(\x0b\x32..google.container.v1.MonitoringComponentConfig\x12O\n\x19managed_prometheus_config\x18\x02 \x01(\x0b\x32,.google.container.v1.ManagedPrometheusConfig\x12h\n&advanced_datapath_observability_config\x18\x03 \x01(\x0b\x32\x38.google.container.v1.AdvancedDatapathObservabilityConfig\"\x9e\x02\n#AdvancedDatapathObservabilityConfig\x12\x16\n\x0e\x65nable_metrics\x18\x01 \x01(\x08\x12V\n\nrelay_mode\x18\x02 \x01(\x0e\x32\x42.google.container.v1.AdvancedDatapathObservabilityConfig.RelayMode\x12\x19\n\x0c\x65nable_relay\x18\x03 \x01(\x08H\x00\x88\x01\x01\"[\n\tRelayMode\x12\x1a\n\x16RELAY_MODE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x44ISABLED\x10\x01\x12\x13\n\x0fINTERNAL_VPC_LB\x10\x03\x12\x0f\n\x0b\x45XTERNAL_LB\x10\x04\x42\x0f\n\r_enable_relay\"Z\n\x15NodePoolLoggingConfig\x12\x41\n\x0evariant_config\x18\x01 \x01(\x0b\x32).google.container.v1.LoggingVariantConfig\"\x9f\x01\n\x14LoggingVariantConfig\x12\x42\n\x07variant\x18\x01 \x01(\x0e\x32\x31.google.container.v1.LoggingVariantConfig.Variant\"C\n\x07Variant\x12\x17\n\x13VARIANT_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x01\x12\x12\n\x0eMAX_THROUGHPUT\x10\x02\"\xb5\x02\n\x19MonitoringComponentConfig\x12S\n\x11\x65nable_components\x18\x01 \x03(\x0e\x32\x38.google.container.v1.MonitoringComponentConfig.Component\"\xc2\x01\n\tComponent\x12\x19\n\x15\x43OMPONENT_UNSPECIFIED\x10\x00\x12\x15\n\x11SYSTEM_COMPONENTS\x10\x01\x12\r\n\tAPISERVER\x10\x03\x12\r\n\tSCHEDULER\x10\x04\x12\x16\n\x12\x43ONTROLLER_MANAGER\x10\x05\x12\x0b\n\x07STORAGE\x10\x07\x12\x07\n\x03HPA\x10\x08\x12\x07\n\x03POD\x10\t\x12\r\n\tDAEMONSET\x10\n\x12\x0e\n\nDEPLOYMENT\x10\x0b\x12\x0f\n\x0bSTATEFULSET\x10\x0c\"*\n\x17ManagedPrometheusConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"D\n\x05\x46leet\x12\x0f\n\x07project\x18\x01 \x01(\t\x12\x12\n\nmembership\x18\x02 \x01(\t\x12\x16\n\x0epre_registered\x18\x03 \x01(\x08\"2\n\x17LocalNvmeSsdBlockConfig\x12\x17\n\x0flocal_ssd_count\x18\x01 \x01(\x05\"9\n\x1e\x45phemeralStorageLocalSsdConfig\x12\x17\n\x0flocal_ssd_count\x18\x01 \x01(\x05\"\x84\x01\n\x13ResourceManagerTags\x12@\n\x04tags\x18\x01 \x03(\x0b\x32\x32.google.container.v1.ResourceManagerTags.TagsEntry\x1a+\n\tTagsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xab\x01\n\x10\x45nterpriseConfig\x12L\n\x0c\x63luster_tier\x18\x01 \x01(\x0e\x32\x31.google.container.v1.EnterpriseConfig.ClusterTierB\x03\xe0\x41\x03\"I\n\x0b\x43lusterTier\x12\x1c\n\x18\x43LUSTER_TIER_UNSPECIFIED\x10\x00\x12\x0c\n\x08STANDARD\x10\x01\x12\x0e\n\nENTERPRISE\x10\x02\"\x9b\x01\n\x11SecondaryBootDisk\x12\x39\n\x04mode\x18\x01 \x01(\x0e\x32+.google.container.v1.SecondaryBootDisk.Mode\x12\x12\n\ndisk_image\x18\x02 \x01(\t\"7\n\x04Mode\x12\x14\n\x10MODE_UNSPECIFIED\x10\x00\x12\x19\n\x15\x43ONTAINER_IMAGE_CACHE\x10\x01\"!\n\x1fSecondaryBootDiskUpdateStrategy*\xc6\x01\n\x17PrivateIPv6GoogleAccess\x12*\n&PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED\x10\x00\x12\'\n#PRIVATE_IPV6_GOOGLE_ACCESS_DISABLED\x10\x01\x12(\n$PRIVATE_IPV6_GOOGLE_ACCESS_TO_GOOGLE\x10\x02\x12,\n(PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL\x10\x03*W\n\x13UpgradeResourceType\x12%\n!UPGRADE_RESOURCE_TYPE_UNSPECIFIED\x10\x00\x12\n\n\x06MASTER\x10\x01\x12\r\n\tNODE_POOL\x10\x02*a\n\x10\x44\x61tapathProvider\x12!\n\x1d\x44\x41TAPATH_PROVIDER_UNSPECIFIED\x10\x00\x12\x13\n\x0fLEGACY_DATAPATH\x10\x01\x12\x15\n\x11\x41\x44VANCED_DATAPATH\x10\x02*^\n\x16NodePoolUpdateStrategy\x12)\n%NODE_POOL_UPDATE_STRATEGY_UNSPECIFIED\x10\x00\x12\x0e\n\nBLUE_GREEN\x10\x02\x12\t\n\x05SURGE\x10\x03*@\n\tStackType\x12\x1a\n\x16STACK_TYPE_UNSPECIFIED\x10\x00\x12\x08\n\x04IPV4\x10\x01\x12\r\n\tIPV4_IPV6\x10\x02*N\n\x0eIPv6AccessType\x12 \n\x1cIPV6_ACCESS_TYPE_UNSPECIFIED\x10\x00\x12\x0c\n\x08INTERNAL\x10\x01\x12\x0c\n\x08\x45XTERNAL\x10\x02*\x9f\x01\n\x19InTransitEncryptionConfig\x12,\n(IN_TRANSIT_ENCRYPTION_CONFIG_UNSPECIFIED\x10\x00\x12\"\n\x1eIN_TRANSIT_ENCRYPTION_DISABLED\x10\x01\x12\x30\n,IN_TRANSIT_ENCRYPTION_INTER_NODE_TRANSPARENT\x10\x02\x32\xa8I\n\x0e\x43lusterManager\x12\xe8\x01\n\x0cListClusters\x12(.google.container.v1.ListClustersRequest\x1a).google.container.v1.ListClustersResponse\"\x82\x01\xda\x41\x0fproject_id,zone\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x61\x12,/v1/{parent=projects/*/locations/*}/clustersZ1\x12//v1/projects/{project_id}/zones/{zone}/clusters\x12\xed\x01\n\nGetCluster\x12&.google.container.v1.GetClusterRequest\x1a\x1c.google.container.v1.Cluster\"\x98\x01\xda\x41\x1aproject_id,zone,cluster_id\xda\x41\x04name\x82\xd3\xe4\x93\x02n\x12,/v1/{name=projects/*/locations/*/clusters/*}Z>\x12</v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}\x12\xf5\x01\n\rCreateCluster\x12).google.container.v1.CreateClusterRequest\x1a\x1e.google.container.v1.Operation\"\x98\x01\xda\x41\x17project_id,zone,cluster\xda\x41\x0eparent,cluster\x82\xd3\xe4\x93\x02g\",/v1/{parent=projects/*/locations/*}/clusters:\x01*Z4\"//v1/projects/{project_id}/zones/{zone}/clusters:\x01*\x12\x89\x02\n\rUpdateCluster\x12).google.container.v1.UpdateClusterRequest\x1a\x1e.google.container.v1.Operation\"\xac\x01\xda\x41!project_id,zone,cluster_id,update\xda\x41\x0bname,update\x82\xd3\xe4\x93\x02t\x1a,/v1/{name=projects/*/locations/*/clusters/*}:\x01*ZA\x1a</v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}:\x01*\x12\x86\x02\n\x0eUpdateNodePool\x12*.google.container.v1.UpdateNodePoolRequest\x1a\x1e.google.container.v1.Operation\"\xa7\x01\x82\xd3\xe4\x93\x02\xa0\x01\x1a\x38/v1/{name=projects/*/locations/*/clusters/*/nodePools/*}:\x01*Za\"\\/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools/{node_pool_id}/update:\x01*\x12\xaa\x02\n\x16SetNodePoolAutoscaling\x12\x32.google.container.v1.SetNodePoolAutoscalingRequest\x1a\x1e.google.container.v1.Operation\"\xbb\x01\x82\xd3\xe4\x93\x02\xb4\x01\"G/v1/{name=projects/*/locations/*/clusters/*/nodePools/*}:setAutoscaling:\x01*Zf\"a/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools/{node_pool_id}/autoscaling:\x01*\x12\xb7\x02\n\x11SetLoggingService\x12-.google.container.v1.SetLoggingServiceRequest\x1a\x1e.google.container.v1.Operation\"\xd2\x01\xda\x41*project_id,zone,cluster_id,logging_service\xda\x41\x14name,logging_service\x82\xd3\xe4\x93\x02\x87\x01\"7/v1/{name=projects/*/locations/*/clusters/*}:setLogging:\x01*ZI\"D/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/logging:\x01*\x12\xc9\x02\n\x14SetMonitoringService\x12\x30.google.container.v1.SetMonitoringServiceRequest\x1a\x1e.google.container.v1.Operation\"\xde\x01\xda\x41-project_id,zone,cluster_id,monitoring_service\xda\x41\x17name,monitoring_service\x82\xd3\xe4\x93\x02\x8d\x01\":/v1/{name=projects/*/locations/*/clusters/*}:setMonitoring:\x01*ZL\"G/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/monitoring:\x01*\x12\xad\x02\n\x0fSetAddonsConfig\x12+.google.container.v1.SetAddonsConfigRequest\x1a\x1e.google.container.v1.Operation\"\xcc\x01\xda\x41(project_id,zone,cluster_id,addons_config\xda\x41\x12name,addons_config\x82\xd3\xe4\x93\x02\x85\x01\"6/v1/{name=projects/*/locations/*/clusters/*}:setAddons:\x01*ZH\"C/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/addons:\x01*\x12\xa8\x02\n\x0cSetLocations\x12(.google.container.v1.SetLocationsRequest\x1a\x1e.google.container.v1.Operation\"\xcd\x01\x88\x02\x01\xda\x41$project_id,zone,cluster_id,locations\xda\x41\x0ename,locations\x82\xd3\xe4\x93\x02\x8b\x01\"9/v1/{name=projects/*/locations/*/clusters/*}:setLocations:\x01*ZK\"F/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/locations:\x01*\x12\xac\x02\n\x0cUpdateMaster\x12(.google.container.v1.UpdateMasterRequest\x1a\x1e.google.container.v1.Operation\"\xd1\x01\xda\x41)project_id,zone,cluster_id,master_version\xda\x41\x13name,master_version\x82\xd3\xe4\x93\x02\x88\x01\"9/v1/{name=projects/*/locations/*/clusters/*}:updateMaster:\x01*ZH\"C/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/master:\x01*\x12\xf4\x01\n\rSetMasterAuth\x12).google.container.v1.SetMasterAuthRequest\x1a\x1e.google.container.v1.Operation\"\x97\x01\x82\xd3\xe4\x93\x02\x90\x01\":/v1/{name=projects/*/locations/*/clusters/*}:setMasterAuth:\x01*ZO\"J/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}:setMasterAuth:\x01*\x12\xf5\x01\n\rDeleteCluster\x12).google.container.v1.DeleteClusterRequest\x1a\x1e.google.container.v1.Operation\"\x98\x01\xda\x41\x1aproject_id,zone,cluster_id\xda\x41\x04name\x82\xd3\xe4\x93\x02n*,/v1/{name=projects/*/locations/*/clusters/*}Z>*</v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}\x12\xe8\x01\n\x0eListOperations\x12*.google.container.v1.ListOperationsRequest\x1a+.google.container.v1.ListOperationsResponse\"}\xda\x41\x0fproject_id,zone\x82\xd3\xe4\x93\x02\x65\x12./v1/{parent=projects/*/locations/*}/operationsZ3\x12\x31/v1/projects/{project_id}/zones/{zone}/operations\x12\xfb\x01\n\x0cGetOperation\x12(.google.container.v1.GetOperationRequest\x1a\x1e.google.container.v1.Operation\"\xa0\x01\xda\x41\x1cproject_id,zone,operation_id\xda\x41\x04name\x82\xd3\xe4\x93\x02t\x12./v1/{name=projects/*/locations/*/operations/*}ZB\x12@/v1/projects/{project_id}/zones/{zone}/operations/{operation_id}\x12\x8e\x02\n\x0f\x43\x61ncelOperation\x12+.google.container.v1.CancelOperationRequest\x1a\x16.google.protobuf.Empty\"\xb5\x01\xda\x41\x1cproject_id,zone,operation_id\xda\x41\x04name\x82\xd3\xe4\x93\x02\x88\x01\"5/v1/{name=projects/*/locations/*/operations/*}:cancel:\x01*ZL\"G/v1/projects/{project_id}/zones/{zone}/operations/{operation_id}:cancel:\x01*\x12\xea\x01\n\x0fGetServerConfig\x12+.google.container.v1.GetServerConfigRequest\x1a!.google.container.v1.ServerConfig\"\x86\x01\xda\x41\x0fproject_id,zone\xda\x41\x04name\x82\xd3\xe4\x93\x02g\x12./v1/{name=projects/*/locations/*}/serverConfigZ5\x12\x33/v1/projects/{project_id}/zones/{zone}/serverconfig\x12\xa6\x01\n\x0eGetJSONWebKeys\x12*.google.container.v1.GetJSONWebKeysRequest\x1a+.google.container.v1.GetJSONWebKeysResponse\";\x82\xd3\xe4\x93\x02\x35\x12\x33/v1/{parent=projects/*/locations/*/clusters/*}/jwks\x12\x9a\x02\n\rListNodePools\x12).google.container.v1.ListNodePoolsRequest\x1a*.google.container.v1.ListNodePoolsResponse\"\xb1\x01\xda\x41\x1aproject_id,zone,cluster_id\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x84\x01\x12\x38/v1/{parent=projects/*/locations/*/clusters/*}/nodePoolsZH\x12\x46/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools\x12\xa3\x02\n\x0bGetNodePool\x12\'.google.container.v1.GetNodePoolRequest\x1a\x1d.google.container.v1.NodePool\"\xcb\x01\xda\x41\'project_id,zone,cluster_id,node_pool_id\xda\x41\x04name\x82\xd3\xe4\x93\x02\x93\x01\x12\x38/v1/{name=projects/*/locations/*/clusters/*/nodePools/*}ZW\x12U/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools/{node_pool_id}\x12\xaa\x02\n\x0e\x43reateNodePool\x12*.google.container.v1.CreateNodePoolRequest\x1a\x1e.google.container.v1.Operation\"\xcb\x01\xda\x41$project_id,zone,cluster_id,node_pool\xda\x41\x10parent,node_pool\x82\xd3\xe4\x93\x02\x8a\x01\"8/v1/{parent=projects/*/locations/*/clusters/*}/nodePools:\x01*ZK\"F/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools:\x01*\x12\xaa\x02\n\x0e\x44\x65leteNodePool\x12*.google.container.v1.DeleteNodePoolRequest\x1a\x1e.google.container.v1.Operation\"\xcb\x01\xda\x41\'project_id,zone,cluster_id,node_pool_id\xda\x41\x04name\x82\xd3\xe4\x93\x02\x93\x01*8/v1/{name=projects/*/locations/*/clusters/*/nodePools/*}ZW*U/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools/{node_pool_id}\x12\xbb\x01\n\x17\x43ompleteNodePoolUpgrade\x12\x33.google.container.v1.CompleteNodePoolUpgradeRequest\x1a\x16.google.protobuf.Empty\"S\x82\xd3\xe4\x93\x02M\"H/v1/{name=projects/*/locations/*/clusters/*/nodePools/*}:completeUpgrade:\x01*\x12\xd4\x02\n\x17RollbackNodePoolUpgrade\x12\x33.google.container.v1.RollbackNodePoolUpgradeRequest\x1a\x1e.google.container.v1.Operation\"\xe3\x01\xda\x41\'project_id,zone,cluster_id,node_pool_id\xda\x41\x04name\x82\xd3\xe4\x93\x02\xab\x01\"A/v1/{name=projects/*/locations/*/clusters/*/nodePools/*}:rollback:\x01*Zc\"^/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools/{node_pool_id}:rollback:\x01*\x12\xa9\x02\n\x15SetNodePoolManagement\x12\x31.google.container.v1.SetNodePoolManagementRequest\x1a\x1e.google.container.v1.Operation\"\xbc\x01\x82\xd3\xe4\x93\x02\xb5\x01\"F/v1/{name=projects/*/locations/*/clusters/*/nodePools/*}:setManagement:\x01*Zh\"c/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools/{node_pool_id}/setManagement:\x01*\x12\xf1\x01\n\tSetLabels\x12%.google.container.v1.SetLabelsRequest\x1a\x1e.google.container.v1.Operation\"\x9c\x01\x82\xd3\xe4\x93\x02\x95\x01\">/v1/{name=projects/*/locations/*/clusters/*}:setResourceLabels:\x01*ZP\"K/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/resourceLabels:\x01*\x12\xa5\x02\n\rSetLegacyAbac\x12).google.container.v1.SetLegacyAbacRequest\x1a\x1e.google.container.v1.Operation\"\xc8\x01\xda\x41\"project_id,zone,cluster_id,enabled\xda\x41\x0cname,enabled\x82\xd3\xe4\x93\x02\x8d\x01\":/v1/{name=projects/*/locations/*/clusters/*}:setLegacyAbac:\x01*ZL\"G/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/legacyAbac:\x01*\x12\xa0\x02\n\x0fStartIPRotation\x12+.google.container.v1.StartIPRotationRequest\x1a\x1e.google.container.v1.Operation\"\xbf\x01\xda\x41\x1aproject_id,zone,cluster_id\xda\x41\x04name\x82\xd3\xe4\x93\x02\x94\x01\"</v1/{name=projects/*/locations/*/clusters/*}:startIpRotation:\x01*ZQ\"L/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}:startIpRotation:\x01*\x12\xac\x02\n\x12\x43ompleteIPRotation\x12..google.container.v1.CompleteIPRotationRequest\x1a\x1e.google.container.v1.Operation\"\xc5\x01\xda\x41\x1aproject_id,zone,cluster_id\xda\x41\x04name\x82\xd3\xe4\x93\x02\x9a\x01\"?/v1/{name=projects/*/locations/*/clusters/*}:completeIpRotation:\x01*ZT\"O/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}:completeIpRotation:\x01*\x12\x91\x02\n\x0fSetNodePoolSize\x12+.google.container.v1.SetNodePoolSizeRequest\x1a\x1e.google.container.v1.Operation\"\xb0\x01\x82\xd3\xe4\x93\x02\xa9\x01\"@/v1/{name=projects/*/locations/*/clusters/*/nodePools/*}:setSize:\x01*Zb\"]/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools/{node_pool_id}/setSize:\x01*\x12\xc2\x02\n\x10SetNetworkPolicy\x12,.google.container.v1.SetNetworkPolicyRequest\x1a\x1e.google.container.v1.Operation\"\xdf\x01\xda\x41)project_id,zone,cluster_id,network_policy\xda\x41\x13name,network_policy\x82\xd3\xe4\x93\x02\x96\x01\"=/v1/{name=projects/*/locations/*/clusters/*}:setNetworkPolicy:\x01*ZR\"M/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}:setNetworkPolicy:\x01*\x12\xda\x02\n\x14SetMaintenancePolicy\x12\x30.google.container.v1.SetMaintenancePolicyRequest\x1a\x1e.google.container.v1.Operation\"\xef\x01\xda\x41-project_id,zone,cluster_id,maintenance_policy\xda\x41\x17name,maintenance_policy\x82\xd3\xe4\x93\x02\x9e\x01\"A/v1/{name=projects/*/locations/*/clusters/*}:setMaintenancePolicy:\x01*ZV\"Q/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}:setMaintenancePolicy:\x01*\x12\xbc\x01\n\x15ListUsableSubnetworks\x12\x31.google.container.v1.ListUsableSubnetworksRequest\x1a\x32.google.container.v1.ListUsableSubnetworksResponse\"<\x82\xd3\xe4\x93\x02\x36\x12\x34/v1/{parent=projects/*}/aggregated/usableSubnetworks\x12\xe2\x01\n\x1b\x43heckAutopilotCompatibility\x12\x37.google.container.v1.CheckAutopilotCompatibilityRequest\x1a\x38.google.container.v1.CheckAutopilotCompatibilityResponse\"P\x82\xd3\xe4\x93\x02J\x12H/v1/{name=projects/*/locations/*/clusters/*}:checkAutopilotCompatibility\x1aL\xca\x41\x18\x63ontainer.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\x87\x02\n\x17\x63om.google.container.v1B\x13\x43lusterServiceProtoP\x01Z;cloud.google.com/go/container/apiv1/containerpb;containerpb\xaa\x02\x19Google.Cloud.Container.V1\xca\x02\x19Google\\Cloud\\Container\\V1\xea\x02\x1cGoogle::Cloud::Container::V1\xea\x41@\n\x1bpubsub.googleapis.com/Topic\x12!projects/{project}/topics/{topic}b\x06proto3"
19
+ descriptor_data = "\n)google/container/v1/cluster_service.proto\x12\x13google.container.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x15google/rpc/code.proto\x1a\x17google/rpc/status.proto\"\x80\x04\n\x0fLinuxNodeConfig\x12\x42\n\x07sysctls\x18\x01 \x03(\x0b\x32\x31.google.container.v1.LinuxNodeConfig.SysctlsEntry\x12\x44\n\x0b\x63group_mode\x18\x02 \x01(\x0e\x32/.google.container.v1.LinuxNodeConfig.CgroupMode\x12Q\n\thugepages\x18\x03 \x01(\x0b\x32\x34.google.container.v1.LinuxNodeConfig.HugepagesConfigB\x03\xe0\x41\x01H\x00\x88\x01\x01\x1a\x7f\n\x0fHugepagesConfig\x12!\n\x0fhugepage_size2m\x18\x01 \x01(\x05\x42\x03\xe0\x41\x01H\x00\x88\x01\x01\x12!\n\x0fhugepage_size1g\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01H\x01\x88\x01\x01\x42\x12\n\x10_hugepage_size2mB\x12\n\x10_hugepage_size1g\x1a.\n\x0cSysctlsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"Q\n\nCgroupMode\x12\x1b\n\x17\x43GROUP_MODE_UNSPECIFIED\x10\x00\x12\x12\n\x0e\x43GROUP_MODE_V1\x10\x01\x12\x12\n\x0e\x43GROUP_MODE_V2\x10\x02\x42\x0c\n\n_hugepages\"\xb4\x01\n\x11WindowsNodeConfig\x12\x44\n\nos_version\x18\x01 \x01(\x0e\x32\x30.google.container.v1.WindowsNodeConfig.OSVersion\"Y\n\tOSVersion\x12\x1a\n\x16OS_VERSION_UNSPECIFIED\x10\x00\x12\x17\n\x13OS_VERSION_LTSC2019\x10\x01\x12\x17\n\x13OS_VERSION_LTSC2022\x10\x02\"\xf8\x01\n\x11NodeKubeletConfig\x12\x1a\n\x12\x63pu_manager_policy\x18\x01 \x01(\t\x12\x31\n\rcpu_cfs_quota\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x1c\n\x14\x63pu_cfs_quota_period\x18\x03 \x01(\t\x12\x16\n\x0epod_pids_limit\x18\x04 \x01(\x03\x12\x33\n&insecure_kubelet_readonly_port_enabled\x18\x07 \x01(\x08H\x00\x88\x01\x01\x42)\n\'_insecure_kubelet_readonly_port_enabled\"\xe6\x11\n\nNodeConfig\x12\x14\n\x0cmachine_type\x18\x01 \x01(\t\x12\x14\n\x0c\x64isk_size_gb\x18\x02 \x01(\x05\x12\x14\n\x0coauth_scopes\x18\x03 \x03(\t\x12\x17\n\x0fservice_account\x18\t \x01(\t\x12?\n\x08metadata\x18\x04 \x03(\x0b\x32-.google.container.v1.NodeConfig.MetadataEntry\x12\x12\n\nimage_type\x18\x05 \x01(\t\x12;\n\x06labels\x18\x06 \x03(\x0b\x32+.google.container.v1.NodeConfig.LabelsEntry\x12\x17\n\x0flocal_ssd_count\x18\x07 \x01(\x05\x12\x0c\n\x04tags\x18\x08 \x03(\t\x12\x13\n\x0bpreemptible\x18\n \x01(\x08\x12<\n\x0c\x61\x63\x63\x65lerators\x18\x0b \x03(\x0b\x32&.google.container.v1.AcceleratorConfig\x12\x11\n\tdisk_type\x18\x0c \x01(\t\x12\x18\n\x10min_cpu_platform\x18\r \x01(\t\x12M\n\x18workload_metadata_config\x18\x0e \x01(\x0b\x32+.google.container.v1.WorkloadMetadataConfig\x12.\n\x06taints\x18\x0f \x03(\x0b\x32\x1e.google.container.v1.NodeTaint\x12:\n\x0esandbox_config\x18\x11 \x01(\x0b\x32\".google.container.v1.SandboxConfig\x12\x12\n\nnode_group\x18\x12 \x01(\t\x12\x46\n\x14reservation_affinity\x18\x13 \x01(\x0b\x32(.google.container.v1.ReservationAffinity\x12M\n\x18shielded_instance_config\x18\x14 \x01(\x0b\x32+.google.container.v1.ShieldedInstanceConfig\x12?\n\x11linux_node_config\x18\x15 \x01(\x0b\x32$.google.container.v1.LinuxNodeConfig\x12>\n\x0ekubelet_config\x18\x16 \x01(\x0b\x32&.google.container.v1.NodeKubeletConfig\x12\x19\n\x11\x62oot_disk_kms_key\x18\x17 \x01(\t\x12\x34\n\x0bgcfs_config\x18\x19 \x01(\x0b\x32\x1f.google.container.v1.GcfsConfig\x12O\n\x19\x61\x64vanced_machine_features\x18\x1a \x01(\x0b\x32,.google.container.v1.AdvancedMachineFeatures\x12.\n\x05gvnic\x18\x1d \x01(\x0b\x32\x1f.google.container.v1.VirtualNIC\x12\x0c\n\x04spot\x18 \x01(\x08\x12\x42\n\x12\x63onfidential_nodes\x18# \x01(\x0b\x32&.google.container.v1.ConfidentialNodes\x12\x39\n\x0b\x66\x61st_socket\x18$ \x01(\x0b\x32\x1f.google.container.v1.FastSocketH\x00\x88\x01\x01\x12L\n\x0fresource_labels\x18% \x03(\x0b\x32\x33.google.container.v1.NodeConfig.ResourceLabelsEntry\x12\x42\n\x0elogging_config\x18& \x01(\x0b\x32*.google.container.v1.NodePoolLoggingConfig\x12\x43\n\x13windows_node_config\x18\' \x01(\x0b\x32&.google.container.v1.WindowsNodeConfig\x12Q\n\x1blocal_nvme_ssd_block_config\x18( \x01(\x0b\x32,.google.container.v1.LocalNvmeSsdBlockConfig\x12_\n\"ephemeral_storage_local_ssd_config\x18) \x01(\x0b\x32\x33.google.container.v1.EphemeralStorageLocalSsdConfig\x12\x41\n\x12sole_tenant_config\x18* \x01(\x0b\x32%.google.container.v1.SoleTenantConfig\x12@\n\x11\x63ontainerd_config\x18+ \x01(\x0b\x32%.google.container.v1.ContainerdConfig\x12G\n\x15resource_manager_tags\x18- \x01(\x0b\x32(.google.container.v1.ResourceManagerTags\x12(\n\x1b\x65nable_confidential_storage\x18. \x01(\x08\x42\x03\xe0\x41\x01\x12\x44\n\x14secondary_boot_disks\x18\x30 \x03(\x0b\x32&.google.container.v1.SecondaryBootDisk\x12\x66\n#secondary_boot_disk_update_strategy\x18\x32 \x01(\x0b\x32\x34.google.container.v1.SecondaryBootDiskUpdateStrategyH\x01\x88\x01\x01\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x35\n\x13ResourceLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0e\n\x0c_fast_socketB&\n$_secondary_boot_disk_update_strategy\"\x99\x01\n\x17\x41\x64vancedMachineFeatures\x12\x1d\n\x10threads_per_core\x18\x01 \x01(\x03H\x00\x88\x01\x01\x12)\n\x1c\x65nable_nested_virtualization\x18\x02 \x01(\x08H\x01\x88\x01\x01\x42\x13\n\x11_threads_per_coreB\x1f\n\x1d_enable_nested_virtualization\"\xb3\x06\n\x11NodeNetworkConfig\x12\x1d\n\x10\x63reate_pod_range\x18\x04 \x01(\x08\x42\x03\xe0\x41\x04\x12\x11\n\tpod_range\x18\x05 \x01(\t\x12\x1b\n\x13pod_ipv4_cidr_block\x18\x06 \x01(\t\x12!\n\x14\x65nable_private_nodes\x18\t \x01(\x08H\x00\x88\x01\x01\x12h\n\x1anetwork_performance_config\x18\x0b \x01(\x0b\x32?.google.container.v1.NodeNetworkConfig.NetworkPerformanceConfigH\x01\x88\x01\x01\x12V\n\x1dpod_cidr_overprovision_config\x18\r \x01(\x0b\x32/.google.container.v1.PodCIDROverprovisionConfig\x12Y\n\x1f\x61\x64\x64itional_node_network_configs\x18\x0e \x03(\x0b\x32\x30.google.container.v1.AdditionalNodeNetworkConfig\x12W\n\x1e\x61\x64\x64itional_pod_network_configs\x18\x0f \x03(\x0b\x32/.google.container.v1.AdditionalPodNetworkConfig\x12\'\n\x1apod_ipv4_range_utilization\x18\x10 \x01(\x01\x42\x03\xe0\x41\x03\x1a\xd4\x01\n\x18NetworkPerformanceConfig\x12n\n\x1btotal_egress_bandwidth_tier\x18\x01 \x01(\x0e\x32\x44.google.container.v1.NodeNetworkConfig.NetworkPerformanceConfig.TierH\x00\x88\x01\x01\"(\n\x04Tier\x12\x14\n\x10TIER_UNSPECIFIED\x10\x00\x12\n\n\x06TIER_1\x10\x01\x42\x1e\n\x1c_total_egress_bandwidth_tierB\x17\n\x15_enable_private_nodesB\x1d\n\x1b_network_performance_config\"B\n\x1b\x41\x64\x64itionalNodeNetworkConfig\x12\x0f\n\x07network\x18\x01 \x01(\t\x12\x12\n\nsubnetwork\x18\x02 \x01(\t\"\xab\x01\n\x1a\x41\x64\x64itionalPodNetworkConfig\x12\x12\n\nsubnetwork\x18\x01 \x01(\t\x12\x1b\n\x13secondary_pod_range\x18\x02 \x01(\t\x12\x46\n\x11max_pods_per_node\x18\x03 \x01(\x0b\x32&.google.container.v1.MaxPodsConstraintH\x00\x88\x01\x01\x42\x14\n\x12_max_pods_per_node\"Y\n\x16ShieldedInstanceConfig\x12\x1a\n\x12\x65nable_secure_boot\x18\x01 \x01(\x08\x12#\n\x1b\x65nable_integrity_monitoring\x18\x02 \x01(\x08\"k\n\rSandboxConfig\x12\x35\n\x04type\x18\x02 \x01(\x0e\x32\'.google.container.v1.SandboxConfig.Type\"#\n\x04Type\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\n\n\x06GVISOR\x10\x01\"\x1d\n\nGcfsConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\xdf\x01\n\x13ReservationAffinity\x12O\n\x18\x63onsume_reservation_type\x18\x01 \x01(\x0e\x32-.google.container.v1.ReservationAffinity.Type\x12\x0b\n\x03key\x18\x02 \x01(\t\x12\x0e\n\x06values\x18\x03 \x03(\t\"Z\n\x04Type\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x12\n\x0eNO_RESERVATION\x10\x01\x12\x13\n\x0f\x41NY_RESERVATION\x10\x02\x12\x18\n\x14SPECIFIC_RESERVATION\x10\x03\"\x96\x02\n\x10SoleTenantConfig\x12K\n\x0fnode_affinities\x18\x01 \x03(\x0b\x32\x32.google.container.v1.SoleTenantConfig.NodeAffinity\x1a\xb4\x01\n\x0cNodeAffinity\x12\x0b\n\x03key\x18\x01 \x01(\t\x12M\n\x08operator\x18\x02 \x01(\x0e\x32;.google.container.v1.SoleTenantConfig.NodeAffinity.Operator\x12\x0e\n\x06values\x18\x03 \x03(\t\"8\n\x08Operator\x12\x18\n\x14OPERATOR_UNSPECIFIED\x10\x00\x12\x06\n\x02IN\x10\x01\x12\n\n\x06NOT_IN\x10\x02\"\xfc\x04\n\x10\x43ontainerdConfig\x12i\n\x1eprivate_registry_access_config\x18\x01 \x01(\x0b\x32\x41.google.container.v1.ContainerdConfig.PrivateRegistryAccessConfig\x1a\xfc\x03\n\x1bPrivateRegistryAccessConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12\x8f\x01\n#certificate_authority_domain_config\x18\x02 \x03(\x0b\x32\x62.google.container.v1.ContainerdConfig.PrivateRegistryAccessConfig.CertificateAuthorityDomainConfig\x1a\xb9\x02\n CertificateAuthorityDomainConfig\x12\r\n\x05\x66qdns\x18\x01 \x03(\t\x12\xb6\x01\n%gcp_secret_manager_certificate_config\x18\x02 \x01(\x0b\x32\x84\x01.google.container.v1.ContainerdConfig.PrivateRegistryAccessConfig.CertificateAuthorityDomainConfig.GCPSecretManagerCertificateConfigH\x00\x1a\x37\n!GCPSecretManagerCertificateConfig\x12\x12\n\nsecret_uri\x18\x01 \x01(\tB\x14\n\x12\x63\x65rtificate_config\"\xb9\x01\n\tNodeTaint\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\x12\x35\n\x06\x65\x66\x66\x65\x63t\x18\x03 \x01(\x0e\x32%.google.container.v1.NodeTaint.Effect\"Y\n\x06\x45\x66\x66\x65\x63t\x12\x16\n\x12\x45\x46\x46\x45\x43T_UNSPECIFIED\x10\x00\x12\x0f\n\x0bNO_SCHEDULE\x10\x01\x12\x16\n\x12PREFER_NO_SCHEDULE\x10\x02\x12\x0e\n\nNO_EXECUTE\x10\x03\"<\n\nNodeTaints\x12.\n\x06taints\x18\x01 \x03(\x0b\x32\x1e.google.container.v1.NodeTaint\"x\n\nNodeLabels\x12;\n\x06labels\x18\x01 \x03(\x0b\x32+.google.container.v1.NodeLabels.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x80\x01\n\x0eResourceLabels\x12?\n\x06labels\x18\x01 \x03(\x0b\x32/.google.container.v1.ResourceLabels.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x1b\n\x0bNetworkTags\x12\x0c\n\x04tags\x18\x01 \x03(\t\"\xd9\x01\n\nMasterAuth\x12\x14\n\x08username\x18\x01 \x01(\tB\x02\x18\x01\x12\x14\n\x08password\x18\x02 \x01(\tB\x02\x18\x01\x12O\n\x19\x63lient_certificate_config\x18\x03 \x01(\x0b\x32,.google.container.v1.ClientCertificateConfig\x12\x1e\n\x16\x63luster_ca_certificate\x18\x64 \x01(\t\x12\x1a\n\x12\x63lient_certificate\x18\x65 \x01(\t\x12\x12\n\nclient_key\x18\x66 \x01(\t\";\n\x17\x43lientCertificateConfig\x12 \n\x18issue_client_certificate\x18\x01 \x01(\x08\"\xac\x07\n\x0c\x41\x64\x64onsConfig\x12\x43\n\x13http_load_balancing\x18\x01 \x01(\x0b\x32&.google.container.v1.HttpLoadBalancing\x12Q\n\x1ahorizontal_pod_autoscaling\x18\x02 \x01(\x0b\x32-.google.container.v1.HorizontalPodAutoscaling\x12J\n\x14kubernetes_dashboard\x18\x03 \x01(\x0b\x32(.google.container.v1.KubernetesDashboardB\x02\x18\x01\x12G\n\x15network_policy_config\x18\x04 \x01(\x0b\x32(.google.container.v1.NetworkPolicyConfig\x12=\n\x10\x63loud_run_config\x18\x07 \x01(\x0b\x32#.google.container.v1.CloudRunConfig\x12=\n\x10\x64ns_cache_config\x18\x08 \x01(\x0b\x32#.google.container.v1.DnsCacheConfig\x12K\n\x17\x63onfig_connector_config\x18\n \x01(\x0b\x32*.google.container.v1.ConfigConnectorConfig\x12\x64\n%gce_persistent_disk_csi_driver_config\x18\x0b \x01(\x0b\x32\x35.google.container.v1.GcePersistentDiskCsiDriverConfig\x12Y\n\x1fgcp_filestore_csi_driver_config\x18\x0e \x01(\x0b\x32\x30.google.container.v1.GcpFilestoreCsiDriverConfig\x12J\n\x17gke_backup_agent_config\x18\x10 \x01(\x0b\x32).google.container.v1.GkeBackupAgentConfig\x12O\n\x1agcs_fuse_csi_driver_config\x18\x11 \x01(\x0b\x32+.google.container.v1.GcsFuseCsiDriverConfig\x12\x46\n\x12stateful_ha_config\x18\x12 \x01(\x0b\x32%.google.container.v1.StatefulHAConfigB\x03\xe0\x41\x01\"%\n\x11HttpLoadBalancing\x12\x10\n\x08\x64isabled\x18\x01 \x01(\x08\",\n\x18HorizontalPodAutoscaling\x12\x10\n\x08\x64isabled\x18\x01 \x01(\x08\"\'\n\x13KubernetesDashboard\x12\x10\n\x08\x64isabled\x18\x01 \x01(\x08\"\'\n\x13NetworkPolicyConfig\x12\x10\n\x08\x64isabled\x18\x01 \x01(\x08\"!\n\x0e\x44nsCacheConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"9\n&PrivateClusterMasterGlobalAccessConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\xc5\x02\n\x14PrivateClusterConfig\x12\x1c\n\x14\x65nable_private_nodes\x18\x01 \x01(\x08\x12\x1f\n\x17\x65nable_private_endpoint\x18\x02 \x01(\x08\x12\x1e\n\x16master_ipv4_cidr_block\x18\x03 \x01(\t\x12\x18\n\x10private_endpoint\x18\x04 \x01(\t\x12\x17\n\x0fpublic_endpoint\x18\x05 \x01(\t\x12\x14\n\x0cpeering_name\x18\x07 \x01(\t\x12`\n\x1bmaster_global_access_config\x18\x08 \x01(\x0b\x32;.google.container.v1.PrivateClusterMasterGlobalAccessConfig\x12#\n\x1bprivate_endpoint_subnetwork\x18\n \x01(\t\"D\n\x19\x41uthenticatorGroupsConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12\x16\n\x0esecurity_group\x18\x02 \x01(\t\"\xee\x01\n\x0e\x43loudRunConfig\x12\x10\n\x08\x64isabled\x18\x01 \x01(\x08\x12P\n\x12load_balancer_type\x18\x03 \x01(\x0e\x32\x34.google.container.v1.CloudRunConfig.LoadBalancerType\"x\n\x10LoadBalancerType\x12\"\n\x1eLOAD_BALANCER_TYPE_UNSPECIFIED\x10\x00\x12\x1f\n\x1bLOAD_BALANCER_TYPE_EXTERNAL\x10\x01\x12\x1f\n\x1bLOAD_BALANCER_TYPE_INTERNAL\x10\x02\"(\n\x15\x43onfigConnectorConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"3\n GcePersistentDiskCsiDriverConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\".\n\x1bGcpFilestoreCsiDriverConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\")\n\x16GcsFuseCsiDriverConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\'\n\x14GkeBackupAgentConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"#\n\x10StatefulHAConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\x8e\x02\n\x1eMasterAuthorizedNetworksConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12R\n\x0b\x63idr_blocks\x18\x02 \x03(\x0b\x32=.google.container.v1.MasterAuthorizedNetworksConfig.CidrBlock\x12,\n\x1fgcp_public_cidrs_access_enabled\x18\x03 \x01(\x08H\x00\x88\x01\x01\x1a\x35\n\tCidrBlock\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x12\n\ncidr_block\x18\x02 \x01(\tB\"\n _gcp_public_cidrs_access_enabled\"\x1d\n\nLegacyAbac\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\x91\x01\n\rNetworkPolicy\x12=\n\x08provider\x18\x01 \x01(\x0e\x32+.google.container.v1.NetworkPolicy.Provider\x12\x0f\n\x07\x65nabled\x18\x02 \x01(\x08\"0\n\x08Provider\x12\x18\n\x14PROVIDER_UNSPECIFIED\x10\x00\x12\n\n\x06\x43\x41LICO\x10\x01\"\xe3\x01\n\x13\x42inaryAuthorization\x12\x13\n\x07\x65nabled\x18\x01 \x01(\x08\x42\x02\x18\x01\x12P\n\x0f\x65valuation_mode\x18\x02 \x01(\x0e\x32\x37.google.container.v1.BinaryAuthorization.EvaluationMode\"e\n\x0e\x45valuationMode\x12\x1f\n\x1b\x45VALUATION_MODE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x44ISABLED\x10\x01\x12$\n PROJECT_SINGLETON_POLICY_ENFORCE\x10\x02\"-\n\x1aPodCIDROverprovisionConfig\x12\x0f\n\x07\x64isable\x18\x01 \x01(\x08\"\xbd\x06\n\x12IPAllocationPolicy\x12\x16\n\x0euse_ip_aliases\x18\x01 \x01(\x08\x12\x19\n\x11\x63reate_subnetwork\x18\x02 \x01(\x08\x12\x17\n\x0fsubnetwork_name\x18\x03 \x01(\t\x12\x1d\n\x11\x63luster_ipv4_cidr\x18\x04 \x01(\tB\x02\x18\x01\x12\x1a\n\x0enode_ipv4_cidr\x18\x05 \x01(\tB\x02\x18\x01\x12\x1e\n\x12services_ipv4_cidr\x18\x06 \x01(\tB\x02\x18\x01\x12$\n\x1c\x63luster_secondary_range_name\x18\x07 \x01(\t\x12%\n\x1dservices_secondary_range_name\x18\x08 \x01(\t\x12\x1f\n\x17\x63luster_ipv4_cidr_block\x18\t \x01(\t\x12\x1c\n\x14node_ipv4_cidr_block\x18\n \x01(\t\x12 \n\x18services_ipv4_cidr_block\x18\x0b \x01(\t\x12\x1b\n\x13tpu_ipv4_cidr_block\x18\r \x01(\t\x12\x12\n\nuse_routes\x18\x0f \x01(\x08\x12\x32\n\nstack_type\x18\x10 \x01(\x0e\x32\x1e.google.container.v1.StackType\x12=\n\x10ipv6_access_type\x18\x11 \x01(\x0e\x32#.google.container.v1.IPv6AccessType\x12V\n\x1dpod_cidr_overprovision_config\x18\x15 \x01(\x0b\x32/.google.container.v1.PodCIDROverprovisionConfig\x12#\n\x16subnet_ipv6_cidr_block\x18\x16 \x01(\tB\x03\xe0\x41\x03\x12%\n\x18services_ipv6_cidr_block\x18\x17 \x01(\tB\x03\xe0\x41\x03\x12Y\n\x1c\x61\x64\x64itional_pod_ranges_config\x18\x18 \x01(\x0b\x32..google.container.v1.AdditionalPodRangesConfigB\x03\xe0\x41\x03\x12/\n\"default_pod_ipv4_range_utilization\x18\x19 \x01(\x01\x42\x03\xe0\x41\x03\"\x81\x1c\n\x07\x43luster\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x1e\n\x12initial_node_count\x18\x03 \x01(\x05\x42\x02\x18\x01\x12\x38\n\x0bnode_config\x18\x04 \x01(\x0b\x32\x1f.google.container.v1.NodeConfigB\x02\x18\x01\x12\x34\n\x0bmaster_auth\x18\x05 \x01(\x0b\x32\x1f.google.container.v1.MasterAuth\x12\x17\n\x0flogging_service\x18\x06 \x01(\t\x12\x1a\n\x12monitoring_service\x18\x07 \x01(\t\x12\x0f\n\x07network\x18\x08 \x01(\t\x12\x19\n\x11\x63luster_ipv4_cidr\x18\t \x01(\t\x12\x38\n\raddons_config\x18\n \x01(\x0b\x32!.google.container.v1.AddonsConfig\x12\x12\n\nsubnetwork\x18\x0b \x01(\t\x12\x31\n\nnode_pools\x18\x0c \x03(\x0b\x32\x1d.google.container.v1.NodePool\x12\x11\n\tlocations\x18\r \x03(\t\x12\x1f\n\x17\x65nable_kubernetes_alpha\x18\x0e \x01(\x08\x12I\n\x0fresource_labels\x18\x0f \x03(\x0b\x32\x30.google.container.v1.Cluster.ResourceLabelsEntry\x12\x19\n\x11label_fingerprint\x18\x10 \x01(\t\x12\x34\n\x0blegacy_abac\x18\x12 \x01(\x0b\x32\x1f.google.container.v1.LegacyAbac\x12:\n\x0enetwork_policy\x18\x13 \x01(\x0b\x32\".google.container.v1.NetworkPolicy\x12\x45\n\x14ip_allocation_policy\x18\x14 \x01(\x0b\x32\'.google.container.v1.IPAllocationPolicy\x12^\n!master_authorized_networks_config\x18\x16 \x01(\x0b\x32\x33.google.container.v1.MasterAuthorizedNetworksConfig\x12\x42\n\x12maintenance_policy\x18\x17 \x01(\x0b\x32&.google.container.v1.MaintenancePolicy\x12\x46\n\x14\x62inary_authorization\x18\x18 \x01(\x0b\x32(.google.container.v1.BinaryAuthorization\x12<\n\x0b\x61utoscaling\x18\x1a \x01(\x0b\x32\'.google.container.v1.ClusterAutoscaling\x12:\n\x0enetwork_config\x18\x1b \x01(\x0b\x32\".google.container.v1.NetworkConfig\x12K\n\x1b\x64\x65\x66\x61ult_max_pods_constraint\x18\x1e \x01(\x0b\x32&.google.container.v1.MaxPodsConstraint\x12T\n\x1cresource_usage_export_config\x18! \x01(\x0b\x32..google.container.v1.ResourceUsageExportConfig\x12S\n\x1b\x61uthenticator_groups_config\x18\" \x01(\x0b\x32..google.container.v1.AuthenticatorGroupsConfig\x12I\n\x16private_cluster_config\x18% \x01(\x0b\x32).google.container.v1.PrivateClusterConfig\x12\x44\n\x13\x64\x61tabase_encryption\x18& \x01(\x0b\x32\'.google.container.v1.DatabaseEncryption\x12M\n\x18vertical_pod_autoscaling\x18\' \x01(\x0b\x32+.google.container.v1.VerticalPodAutoscaling\x12:\n\x0eshielded_nodes\x18( \x01(\x0b\x32\".google.container.v1.ShieldedNodes\x12<\n\x0frelease_channel\x18) \x01(\x0b\x32#.google.container.v1.ReleaseChannel\x12M\n\x18workload_identity_config\x18+ \x01(\x0b\x32+.google.container.v1.WorkloadIdentityConfig\x12@\n\x11mesh_certificates\x18\x43 \x01(\x0b\x32%.google.container.v1.MeshCertificates\x12I\n\x16\x63ost_management_config\x18- \x01(\x0b\x32).google.container.v1.CostManagementConfig\x12\x44\n\x13notification_config\x18\x31 \x01(\x0b\x32\'.google.container.v1.NotificationConfig\x12\x42\n\x12\x63onfidential_nodes\x18\x32 \x01(\x0b\x32&.google.container.v1.ConfidentialNodes\x12K\n\x17identity_service_config\x18\x36 \x01(\x0b\x32*.google.container.v1.IdentityServiceConfig\x12\x11\n\tself_link\x18\x64 \x01(\t\x12\x10\n\x04zone\x18\x65 \x01(\tB\x02\x18\x01\x12\x10\n\x08\x65ndpoint\x18\x66 \x01(\t\x12\x1f\n\x17initial_cluster_version\x18g \x01(\t\x12\x1e\n\x16\x63urrent_master_version\x18h \x01(\t\x12 \n\x14\x63urrent_node_version\x18i \x01(\tB\x02\x18\x01\x12\x13\n\x0b\x63reate_time\x18j \x01(\t\x12\x33\n\x06status\x18k \x01(\x0e\x32#.google.container.v1.Cluster.Status\x12\x1a\n\x0estatus_message\x18l \x01(\tB\x02\x18\x01\x12\x1b\n\x13node_ipv4_cidr_size\x18m \x01(\x05\x12\x1a\n\x12services_ipv4_cidr\x18n \x01(\t\x12\x1f\n\x13instance_group_urls\x18o \x03(\tB\x02\x18\x01\x12\x1e\n\x12\x63urrent_node_count\x18p \x01(\x05\x42\x02\x18\x01\x12\x13\n\x0b\x65xpire_time\x18q \x01(\t\x12\x10\n\x08location\x18r \x01(\t\x12\x12\n\nenable_tpu\x18s \x01(\x08\x12\x1b\n\x13tpu_ipv4_cidr_block\x18t \x01(\t\x12\x38\n\nconditions\x18v \x03(\x0b\x32$.google.container.v1.StatusCondition\x12\x32\n\tautopilot\x18\x80\x01 \x01(\x0b\x32\x1e.google.container.v1.Autopilot\x12\x10\n\x02id\x18\x81\x01 \x01(\tB\x03\xe0\x41\x03\x12G\n\x12node_pool_defaults\x18\x83\x01 \x01(\x0b\x32%.google.container.v1.NodePoolDefaultsH\x00\x88\x01\x01\x12;\n\x0elogging_config\x18\x84\x01 \x01(\x0b\x32\".google.container.v1.LoggingConfig\x12\x41\n\x11monitoring_config\x18\x85\x01 \x01(\x0b\x32%.google.container.v1.MonitoringConfig\x12G\n\x15node_pool_auto_config\x18\x88\x01 \x01(\x0b\x32\'.google.container.v1.NodePoolAutoConfig\x12\r\n\x04\x65tag\x18\x8b\x01 \x01(\t\x12*\n\x05\x66leet\x18\x8c\x01 \x01(\x0b\x32\x1a.google.container.v1.Fleet\x12L\n\x17security_posture_config\x18\x91\x01 \x01(\x0b\x32*.google.container.v1.SecurityPostureConfig\x12\x44\n\x14\x65nable_k8s_beta_apis\x18\x8f\x01 \x01(\x0b\x32%.google.container.v1.K8sBetaAPIConfig\x12\x41\n\x11\x65nterprise_config\x18\x95\x01 \x01(\x0b\x32%.google.container.v1.EnterpriseConfig\x12 \n\rsatisfies_pzs\x18\x98\x01 \x01(\x08\x42\x03\xe0\x41\x03H\x01\x88\x01\x01\x12 \n\rsatisfies_pzi\x18\x99\x01 \x01(\x08\x42\x03\xe0\x41\x03H\x02\x88\x01\x01\x1a\x35\n\x13ResourceLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"w\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x10\n\x0cPROVISIONING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\x0f\n\x0bRECONCILING\x10\x03\x12\x0c\n\x08STOPPING\x10\x04\x12\t\n\x05\x45RROR\x10\x05\x12\x0c\n\x08\x44\x45GRADED\x10\x06\x42\x15\n\x13_node_pool_defaultsB\x10\n\x0e_satisfies_pzsB\x10\n\x0e_satisfies_pzi\"(\n\x10K8sBetaAPIConfig\x12\x14\n\x0c\x65nabled_apis\x18\x01 \x03(\t\"\xae\x03\n\x15SecurityPostureConfig\x12\x42\n\x04mode\x18\x01 \x01(\x0e\x32/.google.container.v1.SecurityPostureConfig.ModeH\x00\x88\x01\x01\x12]\n\x12vulnerability_mode\x18\x02 \x01(\x0e\x32<.google.container.v1.SecurityPostureConfig.VulnerabilityModeH\x01\x88\x01\x01\"E\n\x04Mode\x12\x14\n\x10MODE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x44ISABLED\x10\x01\x12\t\n\x05\x42\x41SIC\x10\x02\x12\x0e\n\nENTERPRISE\x10\x03\"\x8a\x01\n\x11VulnerabilityMode\x12\"\n\x1eVULNERABILITY_MODE_UNSPECIFIED\x10\x00\x12\x1a\n\x16VULNERABILITY_DISABLED\x10\x01\x12\x17\n\x13VULNERABILITY_BASIC\x10\x02\x12\x1c\n\x18VULNERABILITY_ENTERPRISE\x10\x03\x42\x07\n\x05_modeB\x15\n\x13_vulnerability_mode\"\xda\x01\n\x12NodePoolAutoConfig\x12\x36\n\x0cnetwork_tags\x18\x01 \x01(\x0b\x32 .google.container.v1.NetworkTags\x12G\n\x15resource_manager_tags\x18\x02 \x01(\x0b\x32(.google.container.v1.ResourceManagerTags\x12\x43\n\x13node_kubelet_config\x18\x03 \x01(\x0b\x32&.google.container.v1.NodeKubeletConfig\"Y\n\x10NodePoolDefaults\x12\x45\n\x14node_config_defaults\x18\x01 \x01(\x0b\x32\'.google.container.v1.NodeConfigDefaults\"\x95\x02\n\x12NodeConfigDefaults\x12\x34\n\x0bgcfs_config\x18\x01 \x01(\x0b\x32\x1f.google.container.v1.GcfsConfig\x12\x42\n\x0elogging_config\x18\x03 \x01(\x0b\x32*.google.container.v1.NodePoolLoggingConfig\x12@\n\x11\x63ontainerd_config\x18\x04 \x01(\x0b\x32%.google.container.v1.ContainerdConfig\x12\x43\n\x13node_kubelet_config\x18\x06 \x01(\x0b\x32&.google.container.v1.NodeKubeletConfig\"\x90!\n\rClusterUpdate\x12\x1c\n\x14\x64\x65sired_node_version\x18\x04 \x01(\t\x12\"\n\x1a\x64\x65sired_monitoring_service\x18\x05 \x01(\t\x12@\n\x15\x64\x65sired_addons_config\x18\x06 \x01(\x0b\x32!.google.container.v1.AddonsConfig\x12\x1c\n\x14\x64\x65sired_node_pool_id\x18\x07 \x01(\t\x12\x1a\n\x12\x64\x65sired_image_type\x18\x08 \x01(\t\x12L\n\x1b\x64\x65sired_database_encryption\x18. \x01(\x0b\x32\'.google.container.v1.DatabaseEncryption\x12U\n desired_workload_identity_config\x18/ \x01(\x0b\x32+.google.container.v1.WorkloadIdentityConfig\x12H\n\x19\x64\x65sired_mesh_certificates\x18\x43 \x01(\x0b\x32%.google.container.v1.MeshCertificates\x12\x42\n\x16\x64\x65sired_shielded_nodes\x18\x30 \x01(\x0b\x32\".google.container.v1.ShieldedNodes\x12Q\n\x1e\x64\x65sired_cost_management_config\x18\x31 \x01(\x0b\x32).google.container.v1.CostManagementConfig\x12:\n\x12\x64\x65sired_dns_config\x18\x35 \x01(\x0b\x32\x1e.google.container.v1.DNSConfig\x12O\n\x1d\x64\x65sired_node_pool_autoscaling\x18\t \x01(\x0b\x32(.google.container.v1.NodePoolAutoscaling\x12\x19\n\x11\x64\x65sired_locations\x18\n \x03(\t\x12\x66\n)desired_master_authorized_networks_config\x18\x0c \x01(\x0b\x32\x33.google.container.v1.MasterAuthorizedNetworksConfig\x12L\n\x1b\x64\x65sired_cluster_autoscaling\x18\x0f \x01(\x0b\x32\'.google.container.v1.ClusterAutoscaling\x12N\n\x1c\x64\x65sired_binary_authorization\x18\x10 \x01(\x0b\x32(.google.container.v1.BinaryAuthorization\x12\x1f\n\x17\x64\x65sired_logging_service\x18\x13 \x01(\t\x12\\\n$desired_resource_usage_export_config\x18\x15 \x01(\x0b\x32..google.container.v1.ResourceUsageExportConfig\x12U\n desired_vertical_pod_autoscaling\x18\x16 \x01(\x0b\x32+.google.container.v1.VerticalPodAutoscaling\x12Q\n\x1e\x64\x65sired_private_cluster_config\x18\x19 \x01(\x0b\x32).google.container.v1.PrivateClusterConfig\x12\\\n$desired_intra_node_visibility_config\x18\x1a \x01(\x0b\x32..google.container.v1.IntraNodeVisibilityConfig\x12K\n\x1b\x64\x65sired_default_snat_status\x18\x1c \x01(\x0b\x32&.google.container.v1.DefaultSnatStatus\x12\x44\n\x17\x64\x65sired_release_channel\x18\x1f \x01(\x0b\x32#.google.container.v1.ReleaseChannel\x12Q\n\x1f\x64\x65sired_l4ilb_subsetting_config\x18\' \x01(\x0b\x32(.google.container.v1.ILBSubsettingConfig\x12H\n\x19\x64\x65sired_datapath_provider\x18\x32 \x01(\x0e\x32%.google.container.v1.DatapathProvider\x12X\n\"desired_private_ipv6_google_access\x18\x33 \x01(\x0e\x32,.google.container.v1.PrivateIPv6GoogleAccess\x12L\n\x1b\x64\x65sired_notification_config\x18\x37 \x01(\x0b\x32\'.google.container.v1.NotificationConfig\x12[\n#desired_authenticator_groups_config\x18? \x01(\x0b\x32..google.container.v1.AuthenticatorGroupsConfig\x12\x42\n\x16\x64\x65sired_logging_config\x18@ \x01(\x0b\x32\".google.container.v1.LoggingConfig\x12H\n\x19\x64\x65sired_monitoring_config\x18\x41 \x01(\x0b\x32%.google.container.v1.MonitoringConfig\x12S\n\x1f\x64\x65sired_identity_service_config\x18\x42 \x01(\x0b\x32*.google.container.v1.IdentityServiceConfig\x12Z\n#desired_service_external_ips_config\x18< \x01(\x0b\x32-.google.container.v1.ServiceExternalIPsConfig\x12,\n\x1f\x64\x65sired_enable_private_endpoint\x18G \x01(\x08H\x00\x88\x01\x01\x12\x1e\n\x16\x64\x65sired_master_version\x18\x64 \x01(\t\x12<\n\x13\x64\x65sired_gcfs_config\x18m \x01(\x0b\x32\x1f.google.container.v1.GcfsConfig\x12T\n*desired_node_pool_auto_config_network_tags\x18n \x01(\x0b\x32 .google.container.v1.NetworkTags\x12I\n\x1a\x64\x65sired_gateway_api_config\x18r \x01(\x0b\x32%.google.container.v1.GatewayAPIConfig\x12\x0c\n\x04\x65tag\x18s \x01(\t\x12T\n desired_node_pool_logging_config\x18t \x01(\x0b\x32*.google.container.v1.NodePoolLoggingConfig\x12\x31\n\rdesired_fleet\x18u \x01(\x0b\x32\x1a.google.container.v1.Fleet\x12:\n\x12\x64\x65sired_stack_type\x18w \x01(\x0e\x32\x1e.google.container.v1.StackType\x12T\n\x1c\x61\x64\x64itional_pod_ranges_config\x18x \x01(\x0b\x32..google.container.v1.AdditionalPodRangesConfig\x12\\\n$removed_additional_pod_ranges_config\x18y \x01(\x0b\x32..google.container.v1.AdditionalPodRangesConfig\x12\x43\n\x14\x65nable_k8s_beta_apis\x18z \x01(\x0b\x32%.google.container.v1.K8sBetaAPIConfig\x12S\n\x1f\x64\x65sired_security_posture_config\x18| \x01(\x0b\x32*.google.container.v1.SecurityPostureConfig\x12n\n\"desired_network_performance_config\x18} \x01(\x0b\x32\x42.google.container.v1.NetworkConfig.ClusterNetworkPerformanceConfig\x12/\n\"desired_enable_fqdn_network_policy\x18~ \x01(\x08H\x01\x88\x01\x01\x12\\\n(desired_autopilot_workload_policy_config\x18\x80\x01 \x01(\x0b\x32).google.container.v1.WorkloadPolicyConfig\x12\x45\n\x15\x64\x65sired_k8s_beta_apis\x18\x83\x01 \x01(\x0b\x32%.google.container.v1.K8sBetaAPIConfig\x12I\n\x19\x64\x65sired_containerd_config\x18\x86\x01 \x01(\x0b\x32%.google.container.v1.ContainerdConfig\x12-\n\x1f\x64\x65sired_enable_multi_networking\x18\x87\x01 \x01(\x08H\x02\x88\x01\x01\x12\x66\n3desired_node_pool_auto_config_resource_manager_tags\x18\x88\x01 \x01(\x0b\x32(.google.container.v1.ResourceManagerTags\x12\x62\n$desired_in_transit_encryption_config\x18\x89\x01 \x01(\x0e\x32..google.container.v1.InTransitEncryptionConfigH\x03\x88\x01\x01\x12>\n0desired_enable_cilium_clusterwide_network_policy\x18\x8a\x01 \x01(\x08H\x04\x88\x01\x01\x12L\n\x1b\x64\x65sired_node_kubelet_config\x18\x8d\x01 \x01(\x0b\x32&.google.container.v1.NodeKubeletConfig\x12]\n,desired_node_pool_auto_config_kubelet_config\x18\x8e\x01 \x01(\x0b\x32&.google.container.v1.NodeKubeletConfigB\"\n _desired_enable_private_endpointB%\n#_desired_enable_fqdn_network_policyB\"\n _desired_enable_multi_networkingB\'\n%_desired_in_transit_encryption_configB3\n1_desired_enable_cilium_clusterwide_network_policy\"q\n\x19\x41\x64\x64itionalPodRangesConfig\x12\x17\n\x0fpod_range_names\x18\x01 \x03(\t\x12;\n\x0epod_range_info\x18\x02 \x03(\x0b\x32\x1e.google.container.v1.RangeInfoB\x03\xe0\x41\x03\">\n\tRangeInfo\x12\x17\n\nrange_name\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x18\n\x0butilization\x18\x02 \x01(\x01\x42\x03\xe0\x41\x03\"\xb4\x08\n\tOperation\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12;\n\x0eoperation_type\x18\x03 \x01(\x0e\x32#.google.container.v1.Operation.Type\x12\x35\n\x06status\x18\x04 \x01(\x0e\x32%.google.container.v1.Operation.Status\x12\x0e\n\x06\x64\x65tail\x18\x08 \x01(\t\x12\x1d\n\x0estatus_message\x18\x05 \x01(\tB\x05\x18\x01\xe0\x41\x03\x12\x11\n\tself_link\x18\x06 \x01(\t\x12\x13\n\x0btarget_link\x18\x07 \x01(\t\x12\x10\n\x08location\x18\t \x01(\t\x12\x12\n\nstart_time\x18\n \x01(\t\x12\x10\n\x08\x65nd_time\x18\x0b \x01(\t\x12=\n\x08progress\x18\x0c \x01(\x0b\x32&.google.container.v1.OperationProgressB\x03\xe0\x41\x03\x12\x44\n\x12\x63luster_conditions\x18\r \x03(\x0b\x32$.google.container.v1.StatusConditionB\x02\x18\x01\x12\x45\n\x13nodepool_conditions\x18\x0e \x03(\x0b\x32$.google.container.v1.StatusConditionB\x02\x18\x01\x12!\n\x05\x65rror\x18\x0f \x01(\x0b\x32\x12.google.rpc.Status\"R\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0b\n\x07PENDING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\x08\n\x04\x44ONE\x10\x03\x12\x0c\n\x08\x41\x42ORTING\x10\x04\"\xc0\x03\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x12\n\x0e\x43REATE_CLUSTER\x10\x01\x12\x12\n\x0e\x44\x45LETE_CLUSTER\x10\x02\x12\x12\n\x0eUPGRADE_MASTER\x10\x03\x12\x11\n\rUPGRADE_NODES\x10\x04\x12\x12\n\x0eREPAIR_CLUSTER\x10\x05\x12\x12\n\x0eUPDATE_CLUSTER\x10\x06\x12\x14\n\x10\x43REATE_NODE_POOL\x10\x07\x12\x14\n\x10\x44\x45LETE_NODE_POOL\x10\x08\x12\x1c\n\x18SET_NODE_POOL_MANAGEMENT\x10\t\x12\x15\n\x11\x41UTO_REPAIR_NODES\x10\n\x12\x1a\n\x12\x41UTO_UPGRADE_NODES\x10\x0b\x1a\x02\x08\x01\x12\x12\n\nSET_LABELS\x10\x0c\x1a\x02\x08\x01\x12\x17\n\x0fSET_MASTER_AUTH\x10\r\x1a\x02\x08\x01\x12\x16\n\x12SET_NODE_POOL_SIZE\x10\x0e\x12\x1a\n\x12SET_NETWORK_POLICY\x10\x0f\x1a\x02\x08\x01\x12\x1e\n\x16SET_MAINTENANCE_POLICY\x10\x10\x1a\x02\x08\x01\x12\x12\n\x0eRESIZE_CLUSTER\x10\x12\x12\x19\n\x15\x46LEET_FEATURE_UPGRADE\x10\x13\"\xbb\x02\n\x11OperationProgress\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x35\n\x06status\x18\x02 \x01(\x0e\x32%.google.container.v1.Operation.Status\x12>\n\x07metrics\x18\x03 \x03(\x0b\x32-.google.container.v1.OperationProgress.Metric\x12\x36\n\x06stages\x18\x04 \x03(\x0b\x32&.google.container.v1.OperationProgress\x1ai\n\x06Metric\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x13\n\tint_value\x18\x02 \x01(\x03H\x00\x12\x16\n\x0c\x64ouble_value\x18\x03 \x01(\x01H\x00\x12\x16\n\x0cstring_value\x18\x04 \x01(\tH\x00\x42\x07\n\x05value\"\x84\x01\n\x14\x43reateClusterRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x32\n\x07\x63luster\x18\x03 \x01(\x0b\x32\x1c.google.container.v1.ClusterB\x03\xe0\x41\x02\x12\x0e\n\x06parent\x18\x05 \x01(\t\"c\n\x11GetClusterRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x0c\n\x04name\x18\x05 \x01(\t\"\x9f\x01\n\x14UpdateClusterRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x37\n\x06update\x18\x04 \x01(\x0b\x32\".google.container.v1.ClusterUpdateB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x05 \x01(\t\"\xd3\x0b\n\x15UpdateNodePoolRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x18\n\x0cnode_pool_id\x18\x04 \x01(\tB\x02\x18\x01\x12\x19\n\x0cnode_version\x18\x05 \x01(\tB\x03\xe0\x41\x02\x12\x17\n\nimage_type\x18\x06 \x01(\tB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x08 \x01(\t\x12\x11\n\tlocations\x18\r \x03(\t\x12M\n\x18workload_metadata_config\x18\x0e \x01(\x0b\x32+.google.container.v1.WorkloadMetadataConfig\x12G\n\x10upgrade_settings\x18\x0f \x01(\x0b\x32-.google.container.v1.NodePool.UpgradeSettings\x12.\n\x04tags\x18\x10 \x01(\x0b\x32 .google.container.v1.NetworkTags\x12/\n\x06taints\x18\x11 \x01(\x0b\x32\x1f.google.container.v1.NodeTaints\x12/\n\x06labels\x18\x12 \x01(\x0b\x32\x1f.google.container.v1.NodeLabels\x12?\n\x11linux_node_config\x18\x13 \x01(\x0b\x32$.google.container.v1.LinuxNodeConfig\x12>\n\x0ekubelet_config\x18\x14 \x01(\x0b\x32&.google.container.v1.NodeKubeletConfig\x12\x43\n\x13node_network_config\x18\x15 \x01(\x0b\x32&.google.container.v1.NodeNetworkConfig\x12\x34\n\x0bgcfs_config\x18\x16 \x01(\x0b\x32\x1f.google.container.v1.GcfsConfig\x12\x42\n\x12\x63onfidential_nodes\x18\x17 \x01(\x0b\x32&.google.container.v1.ConfidentialNodes\x12.\n\x05gvnic\x18\x1d \x01(\x0b\x32\x1f.google.container.v1.VirtualNIC\x12\x0c\n\x04\x65tag\x18\x1e \x01(\t\x12\x34\n\x0b\x66\x61st_socket\x18\x1f \x01(\x0b\x32\x1f.google.container.v1.FastSocket\x12\x42\n\x0elogging_config\x18 \x01(\x0b\x32*.google.container.v1.NodePoolLoggingConfig\x12<\n\x0fresource_labels\x18! \x01(\x0b\x32#.google.container.v1.ResourceLabels\x12\x43\n\x13windows_node_config\x18\" \x01(\x0b\x32&.google.container.v1.WindowsNodeConfig\x12<\n\x0c\x61\x63\x63\x65lerators\x18# \x03(\x0b\x32&.google.container.v1.AcceleratorConfig\x12\x19\n\x0cmachine_type\x18$ \x01(\tB\x03\xe0\x41\x01\x12\x16\n\tdisk_type\x18% \x01(\tB\x03\xe0\x41\x01\x12\x19\n\x0c\x64isk_size_gb\x18& \x01(\x03\x42\x03\xe0\x41\x01\x12G\n\x15resource_manager_tags\x18\' \x01(\x0b\x32(.google.container.v1.ResourceManagerTags\x12@\n\x11\x63ontainerd_config\x18( \x01(\x0b\x32%.google.container.v1.ContainerdConfig\x12M\n\x13queued_provisioning\x18* \x01(\x0b\x32\x30.google.container.v1.NodePool.QueuedProvisioning\"\xcd\x01\n\x1dSetNodePoolAutoscalingRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x18\n\x0cnode_pool_id\x18\x04 \x01(\tB\x02\x18\x01\x12\x42\n\x0b\x61utoscaling\x18\x05 \x01(\x0b\x32(.google.container.v1.NodePoolAutoscalingB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x06 \x01(\t\"\x88\x01\n\x18SetLoggingServiceRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x1c\n\x0flogging_service\x18\x04 \x01(\tB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x05 \x01(\t\"\x8e\x01\n\x1bSetMonitoringServiceRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x1f\n\x12monitoring_service\x18\x04 \x01(\tB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x06 \x01(\t\"\xa7\x01\n\x16SetAddonsConfigRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12=\n\raddons_config\x18\x04 \x01(\x0b\x32!.google.container.v1.AddonsConfigB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x06 \x01(\t\"}\n\x13SetLocationsRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x16\n\tlocations\x18\x04 \x03(\tB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x06 \x01(\t\"\x82\x01\n\x13UpdateMasterRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x1b\n\x0emaster_version\x18\x04 \x01(\tB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x07 \x01(\t\"\xb5\x02\n\x14SetMasterAuthRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x45\n\x06\x61\x63tion\x18\x04 \x01(\x0e\x32\x30.google.container.v1.SetMasterAuthRequest.ActionB\x03\xe0\x41\x02\x12\x34\n\x06update\x18\x05 \x01(\x0b\x32\x1f.google.container.v1.MasterAuthB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x07 \x01(\t\"P\n\x06\x41\x63tion\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x10\n\x0cSET_PASSWORD\x10\x01\x12\x15\n\x11GENERATE_PASSWORD\x10\x02\x12\x10\n\x0cSET_USERNAME\x10\x03\"f\n\x14\x44\x65leteClusterRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x0c\n\x04name\x18\x04 \x01(\t\"O\n\x13ListClustersRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x0e\n\x06parent\x18\x04 \x01(\t\"]\n\x14ListClustersResponse\x12.\n\x08\x63lusters\x18\x01 \x03(\x0b\x32\x1c.google.container.v1.Cluster\x12\x15\n\rmissing_zones\x18\x02 \x03(\t\"g\n\x13GetOperationRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x18\n\x0coperation_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x0c\n\x04name\x18\x05 \x01(\t\"Q\n\x15ListOperationsRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x0e\n\x06parent\x18\x04 \x01(\t\"j\n\x16\x43\x61ncelOperationRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x18\n\x0coperation_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x0c\n\x04name\x18\x04 \x01(\t\"c\n\x16ListOperationsResponse\x12\x32\n\noperations\x18\x01 \x03(\x0b\x32\x1e.google.container.v1.Operation\x12\x15\n\rmissing_zones\x18\x02 \x03(\t\"P\n\x16GetServerConfigRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x0c\n\x04name\x18\x04 \x01(\t\"\xf4\x02\n\x0cServerConfig\x12\x1f\n\x17\x64\x65\x66\x61ult_cluster_version\x18\x01 \x01(\t\x12\x1b\n\x13valid_node_versions\x18\x03 \x03(\t\x12\x1a\n\x12\x64\x65\x66\x61ult_image_type\x18\x04 \x01(\t\x12\x19\n\x11valid_image_types\x18\x05 \x03(\t\x12\x1d\n\x15valid_master_versions\x18\x06 \x03(\t\x12H\n\x08\x63hannels\x18\t \x03(\x0b\x32\x36.google.container.v1.ServerConfig.ReleaseChannelConfig\x1a\x85\x01\n\x14ReleaseChannelConfig\x12<\n\x07\x63hannel\x18\x01 \x01(\x0e\x32+.google.container.v1.ReleaseChannel.Channel\x12\x17\n\x0f\x64\x65\x66\x61ult_version\x18\x02 \x01(\t\x12\x16\n\x0evalid_versions\x18\x04 \x03(\t\"\xa0\x01\n\x15\x43reateNodePoolRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x35\n\tnode_pool\x18\x04 \x01(\x0b\x32\x1d.google.container.v1.NodePoolB\x03\xe0\x41\x02\x12\x0e\n\x06parent\x18\x06 \x01(\t\"\x81\x01\n\x15\x44\x65leteNodePoolRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x18\n\x0cnode_pool_id\x18\x04 \x01(\tB\x02\x18\x01\x12\x0c\n\x04name\x18\x06 \x01(\t\"h\n\x14ListNodePoolsRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x0e\n\x06parent\x18\x05 \x01(\t\"~\n\x12GetNodePoolRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x18\n\x0cnode_pool_id\x18\x04 \x01(\tB\x02\x18\x01\x12\x0c\n\x04name\x18\x06 \x01(\t\"\x9f\x03\n\x11\x42lueGreenSettings\x12_\n\x17standard_rollout_policy\x18\x01 \x01(\x0b\x32<.google.container.v1.BlueGreenSettings.StandardRolloutPolicyH\x00\x12?\n\x17node_pool_soak_duration\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationH\x01\x88\x01\x01\x1a\xb9\x01\n\x15StandardRolloutPolicy\x12\x1a\n\x10\x62\x61tch_percentage\x18\x01 \x01(\x02H\x00\x12\x1a\n\x10\x62\x61tch_node_count\x18\x02 \x01(\x05H\x00\x12;\n\x13\x62\x61tch_soak_duration\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationH\x01\x88\x01\x01\x42\x13\n\x11update_batch_sizeB\x16\n\x14_batch_soak_durationB\x10\n\x0erollout_policyB\x1a\n\x18_node_pool_soak_duration\"\xba\x10\n\x08NodePool\x12\x0c\n\x04name\x18\x01 \x01(\t\x12/\n\x06\x63onfig\x18\x02 \x01(\x0b\x32\x1f.google.container.v1.NodeConfig\x12\x1a\n\x12initial_node_count\x18\x03 \x01(\x05\x12\x11\n\tlocations\x18\r \x03(\t\x12>\n\x0enetwork_config\x18\x0e \x01(\x0b\x32&.google.container.v1.NodeNetworkConfig\x12\x11\n\tself_link\x18\x64 \x01(\t\x12\x0f\n\x07version\x18\x65 \x01(\t\x12\x1b\n\x13instance_group_urls\x18\x66 \x03(\t\x12\x34\n\x06status\x18g \x01(\x0e\x32$.google.container.v1.NodePool.Status\x12\x1a\n\x0estatus_message\x18h \x01(\tB\x02\x18\x01\x12=\n\x0b\x61utoscaling\x18\x04 \x01(\x0b\x32(.google.container.v1.NodePoolAutoscaling\x12\x37\n\nmanagement\x18\x05 \x01(\x0b\x32#.google.container.v1.NodeManagement\x12\x43\n\x13max_pods_constraint\x18\x06 \x01(\x0b\x32&.google.container.v1.MaxPodsConstraint\x12\x38\n\nconditions\x18i \x03(\x0b\x32$.google.container.v1.StatusCondition\x12\x1a\n\x12pod_ipv4_cidr_size\x18\x07 \x01(\x05\x12G\n\x10upgrade_settings\x18k \x01(\x0b\x32-.google.container.v1.NodePool.UpgradeSettings\x12G\n\x10placement_policy\x18l \x01(\x0b\x32-.google.container.v1.NodePool.PlacementPolicy\x12\x42\n\x0bupdate_info\x18m \x01(\x0b\x32(.google.container.v1.NodePool.UpdateInfoB\x03\xe0\x41\x03\x12\x0c\n\x04\x65tag\x18n \x01(\t\x12M\n\x13queued_provisioning\x18p \x01(\x0b\x32\x30.google.container.v1.NodePool.QueuedProvisioning\x12M\n\x18\x62\x65st_effort_provisioning\x18q \x01(\x0b\x32+.google.container.v1.BestEffortProvisioning\x1a\xf0\x01\n\x0fUpgradeSettings\x12\x11\n\tmax_surge\x18\x01 \x01(\x05\x12\x17\n\x0fmax_unavailable\x18\x02 \x01(\x05\x12\x42\n\x08strategy\x18\x03 \x01(\x0e\x32+.google.container.v1.NodePoolUpdateStrategyH\x00\x88\x01\x01\x12H\n\x13\x62lue_green_settings\x18\x04 \x01(\x0b\x32&.google.container.v1.BlueGreenSettingsH\x01\x88\x01\x01\x42\x0b\n\t_strategyB\x16\n\x14_blue_green_settings\x1a\x88\x04\n\nUpdateInfo\x12O\n\x0f\x62lue_green_info\x18\x01 \x01(\x0b\x32\x36.google.container.v1.NodePool.UpdateInfo.BlueGreenInfo\x1a\xa8\x03\n\rBlueGreenInfo\x12K\n\x05phase\x18\x01 \x01(\x0e\x32<.google.container.v1.NodePool.UpdateInfo.BlueGreenInfo.Phase\x12 \n\x18\x62lue_instance_group_urls\x18\x02 \x03(\t\x12!\n\x19green_instance_group_urls\x18\x03 \x03(\t\x12%\n\x1d\x62lue_pool_deletion_start_time\x18\x04 \x01(\t\x12\x1a\n\x12green_pool_version\x18\x05 \x01(\t\"\xc1\x01\n\x05Phase\x12\x15\n\x11PHASE_UNSPECIFIED\x10\x00\x12\x12\n\x0eUPDATE_STARTED\x10\x01\x12\x17\n\x13\x43REATING_GREEN_POOL\x10\x02\x12\x17\n\x13\x43ORDONING_BLUE_POOL\x10\x03\x12\x16\n\x12\x44RAINING_BLUE_POOL\x10\x04\x12\x15\n\x11NODE_POOL_SOAKING\x10\x05\x12\x16\n\x12\x44\x45LETING_BLUE_POOL\x10\x06\x12\x14\n\x10ROLLBACK_STARTED\x10\x07\x1a\xae\x01\n\x0fPlacementPolicy\x12@\n\x04type\x18\x01 \x01(\x0e\x32\x32.google.container.v1.NodePool.PlacementPolicy.Type\x12\x19\n\x0ctpu_topology\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x0bpolicy_name\x18\x03 \x01(\t\")\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x43OMPACT\x10\x01\x1a%\n\x12QueuedProvisioning\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\x81\x01\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x10\n\x0cPROVISIONING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\x16\n\x12RUNNING_WITH_ERROR\x10\x03\x12\x0f\n\x0bRECONCILING\x10\x04\x12\x0c\n\x08STOPPING\x10\x05\x12\t\n\x05\x45RROR\x10\x06\"}\n\x0eNodeManagement\x12\x14\n\x0c\x61uto_upgrade\x18\x01 \x01(\x08\x12\x13\n\x0b\x61uto_repair\x18\x02 \x01(\x08\x12@\n\x0fupgrade_options\x18\n \x01(\x0b\x32\'.google.container.v1.AutoUpgradeOptions\"F\n\x16\x42\x65stEffortProvisioning\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12\x1b\n\x13min_provision_nodes\x18\x02 \x01(\x05\"J\n\x12\x41utoUpgradeOptions\x12\x1f\n\x17\x61uto_upgrade_start_time\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\"e\n\x11MaintenancePolicy\x12\x36\n\x06window\x18\x01 \x01(\x0b\x32&.google.container.v1.MaintenanceWindow\x12\x18\n\x10resource_version\x18\x03 \x01(\t\"\xf6\x02\n\x11MaintenanceWindow\x12O\n\x18\x64\x61ily_maintenance_window\x18\x02 \x01(\x0b\x32+.google.container.v1.DailyMaintenanceWindowH\x00\x12\x44\n\x10recurring_window\x18\x03 \x01(\x0b\x32(.google.container.v1.RecurringTimeWindowH\x00\x12\x61\n\x16maintenance_exclusions\x18\x04 \x03(\x0b\x32\x41.google.container.v1.MaintenanceWindow.MaintenanceExclusionsEntry\x1a]\n\x1aMaintenanceExclusionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12.\n\x05value\x18\x02 \x01(\x0b\x32\x1f.google.container.v1.TimeWindow:\x02\x38\x01\x42\x08\n\x06policy\"\xd0\x01\n\nTimeWindow\x12Y\n\x1dmaintenance_exclusion_options\x18\x03 \x01(\x0b\x32\x30.google.container.v1.MaintenanceExclusionOptionsH\x00\x12.\n\nstart_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\t\n\x07options\"\xb4\x01\n\x1bMaintenanceExclusionOptions\x12\x45\n\x05scope\x18\x01 \x01(\x0e\x32\x36.google.container.v1.MaintenanceExclusionOptions.Scope\"N\n\x05Scope\x12\x0f\n\x0bNO_UPGRADES\x10\x00\x12\x15\n\x11NO_MINOR_UPGRADES\x10\x01\x12\x1d\n\x19NO_MINOR_OR_NODE_UPGRADES\x10\x02\"Z\n\x13RecurringTimeWindow\x12/\n\x06window\x18\x01 \x01(\x0b\x32\x1f.google.container.v1.TimeWindow\x12\x12\n\nrecurrence\x18\x02 \x01(\t\">\n\x16\x44\x61ilyMaintenanceWindow\x12\x12\n\nstart_time\x18\x02 \x01(\t\x12\x10\n\x08\x64uration\x18\x03 \x01(\t\"\xc6\x01\n\x1cSetNodePoolManagementRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x18\n\x0cnode_pool_id\x18\x04 \x01(\tB\x02\x18\x01\x12<\n\nmanagement\x18\x05 \x01(\x0b\x32#.google.container.v1.NodeManagementB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x07 \x01(\t\"\x9b\x01\n\x16SetNodePoolSizeRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x18\n\x0cnode_pool_id\x18\x04 \x01(\tB\x02\x18\x01\x12\x17\n\nnode_count\x18\x05 \x01(\x05\x42\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x07 \x01(\t\".\n\x1e\x43ompleteNodePoolUpgradeRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\"\x9f\x01\n\x1eRollbackNodePoolUpgradeRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x18\n\x0cnode_pool_id\x18\x04 \x01(\tB\x02\x18\x01\x12\x0c\n\x04name\x18\x06 \x01(\t\x12\x13\n\x0brespect_pdb\x18\x07 \x01(\x08\"J\n\x15ListNodePoolsResponse\x12\x31\n\nnode_pools\x18\x01 \x03(\x0b\x32\x1d.google.container.v1.NodePool\"\xaf\x03\n\x12\x43lusterAutoscaling\x12$\n\x1c\x65nable_node_autoprovisioning\x18\x01 \x01(\x08\x12;\n\x0fresource_limits\x18\x02 \x03(\x0b\x32\".google.container.v1.ResourceLimit\x12W\n\x13\x61utoscaling_profile\x18\x03 \x01(\x0e\x32:.google.container.v1.ClusterAutoscaling.AutoscalingProfile\x12\x62\n#autoprovisioning_node_pool_defaults\x18\x04 \x01(\x0b\x32\x35.google.container.v1.AutoprovisioningNodePoolDefaults\x12\"\n\x1a\x61utoprovisioning_locations\x18\x05 \x03(\t\"U\n\x12\x41utoscalingProfile\x12\x17\n\x13PROFILE_UNSPECIFIED\x10\x00\x12\x18\n\x14OPTIMIZE_UTILIZATION\x10\x01\x12\x0c\n\x08\x42\x41LANCED\x10\x02\"\xf8\x03\n AutoprovisioningNodePoolDefaults\x12\x14\n\x0coauth_scopes\x18\x01 \x03(\t\x12\x17\n\x0fservice_account\x18\x02 \x01(\t\x12G\n\x10upgrade_settings\x18\x03 \x01(\x0b\x32-.google.container.v1.NodePool.UpgradeSettings\x12\x37\n\nmanagement\x18\x04 \x01(\x0b\x32#.google.container.v1.NodeManagement\x12\x1c\n\x10min_cpu_platform\x18\x05 \x01(\tB\x02\x18\x01\x12\x14\n\x0c\x64isk_size_gb\x18\x06 \x01(\x05\x12\x11\n\tdisk_type\x18\x07 \x01(\t\x12M\n\x18shielded_instance_config\x18\x08 \x01(\x0b\x32+.google.container.v1.ShieldedInstanceConfig\x12\x19\n\x11\x62oot_disk_kms_key\x18\t \x01(\t\x12\x12\n\nimage_type\x18\n \x01(\t\x12\x33\n&insecure_kubelet_readonly_port_enabled\x18\r \x01(\x08H\x00\x88\x01\x01\x42)\n\'_insecure_kubelet_readonly_port_enabled\"H\n\rResourceLimit\x12\x15\n\rresource_type\x18\x01 \x01(\t\x12\x0f\n\x07minimum\x18\x02 \x01(\x03\x12\x0f\n\x07maximum\x18\x03 \x01(\x03\"\xc7\x02\n\x13NodePoolAutoscaling\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12\x16\n\x0emin_node_count\x18\x02 \x01(\x05\x12\x16\n\x0emax_node_count\x18\x03 \x01(\x05\x12\x17\n\x0f\x61utoprovisioned\x18\x04 \x01(\x08\x12P\n\x0flocation_policy\x18\x05 \x01(\x0e\x32\x37.google.container.v1.NodePoolAutoscaling.LocationPolicy\x12\x1c\n\x14total_min_node_count\x18\x06 \x01(\x05\x12\x1c\n\x14total_max_node_count\x18\x07 \x01(\x05\"H\n\x0eLocationPolicy\x12\x1f\n\x1bLOCATION_POLICY_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x42\x41LANCED\x10\x01\x12\x07\n\x03\x41NY\x10\x02\"\x92\x02\n\x10SetLabelsRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12W\n\x0fresource_labels\x18\x04 \x03(\x0b\x32\x39.google.container.v1.SetLabelsRequest.ResourceLabelsEntryB\x03\xe0\x41\x02\x12\x1e\n\x11label_fingerprint\x18\x05 \x01(\tB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x07 \x01(\t\x1a\x35\n\x13ResourceLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"|\n\x14SetLegacyAbacRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x14\n\x07\x65nabled\x18\x04 \x01(\x08\x42\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x06 \x01(\t\"\x84\x01\n\x16StartIPRotationRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x0c\n\x04name\x18\x06 \x01(\t\x12\x1a\n\x12rotate_credentials\x18\x07 \x01(\x08\"k\n\x19\x43ompleteIPRotationRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x0c\n\x04name\x18\x07 \x01(\t\"\xc5\x02\n\x11\x41\x63\x63\x65leratorConfig\x12\x19\n\x11\x61\x63\x63\x65lerator_count\x18\x01 \x01(\x03\x12\x18\n\x10\x61\x63\x63\x65lerator_type\x18\x02 \x01(\t\x12\x1a\n\x12gpu_partition_size\x18\x03 \x01(\t\x12\x46\n\x12gpu_sharing_config\x18\x05 \x01(\x0b\x32%.google.container.v1.GPUSharingConfigH\x00\x88\x01\x01\x12]\n\x1egpu_driver_installation_config\x18\x06 \x01(\x0b\x32\x30.google.container.v1.GPUDriverInstallationConfigH\x01\x88\x01\x01\x42\x15\n\x13_gpu_sharing_configB!\n\x1f_gpu_driver_installation_config\"\x83\x02\n\x10GPUSharingConfig\x12\"\n\x1amax_shared_clients_per_gpu\x18\x01 \x01(\x03\x12[\n\x14gpu_sharing_strategy\x18\x02 \x01(\x0e\x32\x38.google.container.v1.GPUSharingConfig.GPUSharingStrategyH\x00\x88\x01\x01\"U\n\x12GPUSharingStrategy\x12$\n GPU_SHARING_STRATEGY_UNSPECIFIED\x10\x00\x12\x10\n\x0cTIME_SHARING\x10\x01\x12\x07\n\x03MPS\x10\x02\x42\x17\n\x15_gpu_sharing_strategy\"\x84\x02\n\x1bGPUDriverInstallationConfig\x12\x62\n\x12gpu_driver_version\x18\x01 \x01(\x0e\x32\x41.google.container.v1.GPUDriverInstallationConfig.GPUDriverVersionH\x00\x88\x01\x01\"j\n\x10GPUDriverVersion\x12\"\n\x1eGPU_DRIVER_VERSION_UNSPECIFIED\x10\x00\x12\x19\n\x15INSTALLATION_DISABLED\x10\x01\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x02\x12\n\n\x06LATEST\x10\x03\x42\x15\n\x13_gpu_driver_version\"\x9a\x01\n\x16WorkloadMetadataConfig\x12>\n\x04mode\x18\x02 \x01(\x0e\x32\x30.google.container.v1.WorkloadMetadataConfig.Mode\"@\n\x04Mode\x12\x14\n\x10MODE_UNSPECIFIED\x10\x00\x12\x10\n\x0cGCE_METADATA\x10\x01\x12\x10\n\x0cGKE_METADATA\x10\x02\"\xaa\x01\n\x17SetNetworkPolicyRequest\x12\x16\n\nproject_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\ncluster_id\x18\x03 \x01(\tB\x02\x18\x01\x12?\n\x0enetwork_policy\x18\x04 \x01(\x0b\x32\".google.container.v1.NetworkPolicyB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x06 \x01(\t\"\xb9\x01\n\x1bSetMaintenancePolicyRequest\x12\x17\n\nproject_id\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x11\n\x04zone\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x17\n\ncluster_id\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12G\n\x12maintenance_policy\x18\x04 \x01(\x0b\x32&.google.container.v1.MaintenancePolicyB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x05 \x01(\t\"\xa9\x02\n\x0fStatusCondition\x12;\n\x04\x63ode\x18\x01 \x01(\x0e\x32).google.container.v1.StatusCondition.CodeB\x02\x18\x01\x12\x0f\n\x07message\x18\x02 \x01(\t\x12(\n\x0e\x63\x61nonical_code\x18\x03 \x01(\x0e\x32\x10.google.rpc.Code\"\x9d\x01\n\x04\x43ode\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x10\n\x0cGCE_STOCKOUT\x10\x01\x12\x1f\n\x1bGKE_SERVICE_ACCOUNT_DELETED\x10\x02\x12\x16\n\x12GCE_QUOTA_EXCEEDED\x10\x03\x12\x13\n\x0fSET_BY_OPERATOR\x10\x04\x12\x17\n\x13\x43LOUD_KMS_KEY_ERROR\x10\x07\x12\x0f\n\x0b\x43\x41_EXPIRING\x10\t\"\xb1\t\n\rNetworkConfig\x12\x0f\n\x07network\x18\x01 \x01(\t\x12\x12\n\nsubnetwork\x18\x02 \x01(\t\x12$\n\x1c\x65nable_intra_node_visibility\x18\x05 \x01(\x08\x12\x43\n\x13\x64\x65\x66\x61ult_snat_status\x18\x07 \x01(\x0b\x32&.google.container.v1.DefaultSnatStatus\x12\x1f\n\x17\x65nable_l4ilb_subsetting\x18\n \x01(\x08\x12@\n\x11\x64\x61tapath_provider\x18\x0b \x01(\x0e\x32%.google.container.v1.DatapathProvider\x12P\n\x1aprivate_ipv6_google_access\x18\x0c \x01(\x0e\x32,.google.container.v1.PrivateIPv6GoogleAccess\x12\x32\n\ndns_config\x18\r \x01(\x0b\x32\x1e.google.container.v1.DNSConfig\x12R\n\x1bservice_external_ips_config\x18\x0f \x01(\x0b\x32-.google.container.v1.ServiceExternalIPsConfig\x12\x41\n\x12gateway_api_config\x18\x10 \x01(\x0b\x32%.google.container.v1.GatewayAPIConfig\x12\x1f\n\x17\x65nable_multi_networking\x18\x11 \x01(\x08\x12\x66\n\x1anetwork_performance_config\x18\x12 \x01(\x0b\x32\x42.google.container.v1.NetworkConfig.ClusterNetworkPerformanceConfig\x12\'\n\x1a\x65nable_fqdn_network_policy\x18\x13 \x01(\x08H\x00\x88\x01\x01\x12Y\n\x1cin_transit_encryption_config\x18\x14 \x01(\x0e\x32..google.container.v1.InTransitEncryptionConfigH\x01\x88\x01\x01\x12\x35\n(enable_cilium_clusterwide_network_policy\x18\x15 \x01(\x08H\x02\x88\x01\x01\x1a\xde\x01\n\x1f\x43lusterNetworkPerformanceConfig\x12q\n\x1btotal_egress_bandwidth_tier\x18\x01 \x01(\x0e\x32G.google.container.v1.NetworkConfig.ClusterNetworkPerformanceConfig.TierH\x00\x88\x01\x01\"(\n\x04Tier\x12\x14\n\x10TIER_UNSPECIFIED\x10\x00\x12\n\n\x06TIER_1\x10\x01\x42\x1e\n\x1c_total_egress_bandwidth_tierB\x1d\n\x1b_enable_fqdn_network_policyB\x1f\n\x1d_in_transit_encryption_configB+\n)_enable_cilium_clusterwide_network_policy\"\xbc\x01\n\x10GatewayAPIConfig\x12>\n\x07\x63hannel\x18\x01 \x01(\x0e\x32-.google.container.v1.GatewayAPIConfig.Channel\"h\n\x07\x43hannel\x12\x17\n\x13\x43HANNEL_UNSPECIFIED\x10\x00\x12\x14\n\x10\x43HANNEL_DISABLED\x10\x01\x12\x18\n\x14\x43HANNEL_EXPERIMENTAL\x10\x03\x12\x14\n\x10\x43HANNEL_STANDARD\x10\x04\"+\n\x18ServiceExternalIPsConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"(\n\x16GetOpenIDConfigRequest\x12\x0e\n\x06parent\x18\x01 \x01(\t\"\xdc\x01\n\x17GetOpenIDConfigResponse\x12\x0e\n\x06issuer\x18\x01 \x01(\t\x12\x10\n\x08jwks_uri\x18\x02 \x01(\t\x12 \n\x18response_types_supported\x18\x03 \x03(\t\x12\x1f\n\x17subject_types_supported\x18\x04 \x03(\t\x12-\n%id_token_signing_alg_values_supported\x18\x05 \x03(\t\x12\x18\n\x10\x63laims_supported\x18\x06 \x03(\t\x12\x13\n\x0bgrant_types\x18\x07 \x03(\t\"\'\n\x15GetJSONWebKeysRequest\x12\x0e\n\x06parent\x18\x01 \x01(\t\"r\n\x03Jwk\x12\x0b\n\x03kty\x18\x01 \x01(\t\x12\x0b\n\x03\x61lg\x18\x02 \x01(\t\x12\x0b\n\x03use\x18\x03 \x01(\t\x12\x0b\n\x03kid\x18\x04 \x01(\t\x12\t\n\x01n\x18\x05 \x01(\t\x12\t\n\x01\x65\x18\x06 \x01(\t\x12\t\n\x01x\x18\x07 \x01(\t\x12\t\n\x01y\x18\x08 \x01(\t\x12\x0b\n\x03\x63rv\x18\t \x01(\t\"@\n\x16GetJSONWebKeysResponse\x12&\n\x04keys\x18\x01 \x03(\x0b\x32\x18.google.container.v1.Jwk\"2\n\"CheckAutopilotCompatibilityRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\"\xfc\x02\n\x1b\x41utopilotCompatibilityIssue\x12\x34\n\x10last_observation\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x17\n\x0f\x63onstraint_type\x18\x02 \x01(\t\x12X\n\x14incompatibility_type\x18\x03 \x01(\x0e\x32:.google.container.v1.AutopilotCompatibilityIssue.IssueType\x12\x10\n\x08subjects\x18\x04 \x03(\t\x12\x19\n\x11\x64ocumentation_url\x18\x05 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x06 \x01(\t\"r\n\tIssueType\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x13\n\x0fINCOMPATIBILITY\x10\x01\x12\x1e\n\x1a\x41\x44\x44ITIONAL_CONFIG_REQUIRED\x10\x02\x12\x1f\n\x1bPASSED_WITH_OPTIONAL_CONFIG\x10\x03\"x\n#CheckAutopilotCompatibilityResponse\x12@\n\x06issues\x18\x01 \x03(\x0b\x32\x30.google.container.v1.AutopilotCompatibilityIssue\x12\x0f\n\x07summary\x18\x02 \x01(\t\"\x8e\x01\n\x0eReleaseChannel\x12<\n\x07\x63hannel\x18\x01 \x01(\x0e\x32+.google.container.v1.ReleaseChannel.Channel\">\n\x07\x43hannel\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\t\n\x05RAPID\x10\x01\x12\x0b\n\x07REGULAR\x10\x02\x12\n\n\x06STABLE\x10\x03\"\'\n\x14\x43ostManagementConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\",\n\x19IntraNodeVisibilityConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"&\n\x13ILBSubsettingConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\xf7\x02\n\tDNSConfig\x12<\n\x0b\x63luster_dns\x18\x01 \x01(\x0e\x32\'.google.container.v1.DNSConfig.Provider\x12\x42\n\x11\x63luster_dns_scope\x18\x02 \x01(\x0e\x32\'.google.container.v1.DNSConfig.DNSScope\x12\x1a\n\x12\x63luster_dns_domain\x18\x03 \x01(\t\x12*\n\x1d\x61\x64\x64itive_vpc_scope_dns_domain\x18\x05 \x01(\tB\x03\xe0\x41\x01\"W\n\x08Provider\x12\x18\n\x14PROVIDER_UNSPECIFIED\x10\x00\x12\x14\n\x10PLATFORM_DEFAULT\x10\x01\x12\r\n\tCLOUD_DNS\x10\x02\x12\x0c\n\x08KUBE_DNS\x10\x03\"G\n\x08\x44NSScope\x12\x19\n\x15\x44NS_SCOPE_UNSPECIFIED\x10\x00\x12\x11\n\rCLUSTER_SCOPE\x10\x01\x12\r\n\tVPC_SCOPE\x10\x02\".\n\x11MaxPodsConstraint\x12\x19\n\x11max_pods_per_node\x18\x01 \x01(\x03\"/\n\x16WorkloadIdentityConfig\x12\x15\n\rworkload_pool\x18\x02 \x01(\t\"(\n\x15IdentityServiceConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"K\n\x10MeshCertificates\x12\x37\n\x13\x65nable_certificates\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"\xe3\x05\n\x12\x44\x61tabaseEncryption\x12\x10\n\x08key_name\x18\x01 \x01(\t\x12<\n\x05state\x18\x02 \x01(\x0e\x32-.google.container.v1.DatabaseEncryption.State\x12U\n\rcurrent_state\x18\x03 \x01(\x0e\x32\x34.google.container.v1.DatabaseEncryption.CurrentStateB\x03\xe0\x41\x03H\x00\x88\x01\x01\x12\x1c\n\x0f\x64\x65\x63ryption_keys\x18\x04 \x03(\tB\x03\xe0\x41\x03\x12Z\n\x15last_operation_errors\x18\x05 \x03(\x0b\x32\x36.google.container.v1.DatabaseEncryption.OperationErrorB\x03\xe0\x41\x03\x1ah\n\x0eOperationError\x12\x10\n\x08key_name\x18\x01 \x01(\t\x12\x15\n\rerror_message\x18\x02 \x01(\t\x12-\n\ttimestamp\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"2\n\x05State\x12\x0b\n\x07UNKNOWN\x10\x00\x12\r\n\tENCRYPTED\x10\x01\x12\r\n\tDECRYPTED\x10\x02\"\xfb\x01\n\x0c\x43urrentState\x12\x1d\n\x19\x43URRENT_STATE_UNSPECIFIED\x10\x00\x12\x1b\n\x17\x43URRENT_STATE_ENCRYPTED\x10\x07\x12\x1b\n\x17\x43URRENT_STATE_DECRYPTED\x10\x02\x12$\n CURRENT_STATE_ENCRYPTION_PENDING\x10\x03\x12\"\n\x1e\x43URRENT_STATE_ENCRYPTION_ERROR\x10\x04\x12$\n CURRENT_STATE_DECRYPTION_PENDING\x10\x05\x12\"\n\x1e\x43URRENT_STATE_DECRYPTION_ERROR\x10\x06\x42\x10\n\x0e_current_state\"e\n\x1cListUsableSubnetworksRequest\x12\x0e\n\x06parent\x18\x01 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x02 \x01(\t\x12\x11\n\tpage_size\x18\x03 \x01(\x05\x12\x12\n\npage_token\x18\x04 \x01(\t\"t\n\x1dListUsableSubnetworksResponse\x12:\n\x0bsubnetworks\x18\x01 \x03(\x0b\x32%.google.container.v1.UsableSubnetwork\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x80\x02\n\x1eUsableSubnetworkSecondaryRange\x12\x12\n\nrange_name\x18\x01 \x01(\t\x12\x15\n\rip_cidr_range\x18\x02 \x01(\t\x12J\n\x06status\x18\x03 \x01(\x0e\x32:.google.container.v1.UsableSubnetworkSecondaryRange.Status\"g\n\x06Status\x12\x0b\n\x07UNKNOWN\x10\x00\x12\n\n\x06UNUSED\x10\x01\x12\x12\n\x0eIN_USE_SERVICE\x10\x02\x12\x18\n\x14IN_USE_SHAREABLE_POD\x10\x03\x12\x16\n\x12IN_USE_MANAGED_POD\x10\x04\"\xb8\x01\n\x10UsableSubnetwork\x12\x12\n\nsubnetwork\x18\x01 \x01(\t\x12\x0f\n\x07network\x18\x02 \x01(\t\x12\x15\n\rip_cidr_range\x18\x03 \x01(\t\x12P\n\x13secondary_ip_ranges\x18\x04 \x03(\x0b\x32\x33.google.container.v1.UsableSubnetworkSecondaryRange\x12\x16\n\x0estatus_message\x18\x05 \x01(\t\"\xed\x02\n\x19ResourceUsageExportConfig\x12`\n\x14\x62igquery_destination\x18\x01 \x01(\x0b\x32\x42.google.container.v1.ResourceUsageExportConfig.BigQueryDestination\x12&\n\x1e\x65nable_network_egress_metering\x18\x02 \x01(\x08\x12m\n\x1b\x63onsumption_metering_config\x18\x03 \x01(\x0b\x32H.google.container.v1.ResourceUsageExportConfig.ConsumptionMeteringConfig\x1a)\n\x13\x42igQueryDestination\x12\x12\n\ndataset_id\x18\x01 \x01(\t\x1a,\n\x19\x43onsumptionMeteringConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\")\n\x16VerticalPodAutoscaling\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"%\n\x11\x44\x65\x66\x61ultSnatStatus\x12\x10\n\x08\x64isabled\x18\x01 \x01(\x08\" \n\rShieldedNodes\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\x1d\n\nVirtualNIC\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\x1d\n\nFastSocket\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\xa8\x03\n\x12NotificationConfig\x12>\n\x06pubsub\x18\x01 \x01(\x0b\x32..google.container.v1.NotificationConfig.PubSub\x1a\x8a\x01\n\x06PubSub\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12/\n\x05topic\x18\x02 \x01(\tB \xfa\x41\x1d\n\x1bpubsub.googleapis.com/Topic\x12>\n\x06\x66ilter\x18\x03 \x01(\x0b\x32..google.container.v1.NotificationConfig.Filter\x1aO\n\x06\x46ilter\x12\x45\n\nevent_type\x18\x01 \x03(\x0e\x32\x31.google.container.v1.NotificationConfig.EventType\"t\n\tEventType\x12\x1a\n\x16\x45VENT_TYPE_UNSPECIFIED\x10\x00\x12\x1b\n\x17UPGRADE_AVAILABLE_EVENT\x10\x01\x12\x11\n\rUPGRADE_EVENT\x10\x02\x12\x1b\n\x17SECURITY_BULLETIN_EVENT\x10\x03\"$\n\x11\x43onfidentialNodes\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\xdf\x01\n\x0cUpgradeEvent\x12?\n\rresource_type\x18\x01 \x01(\x0e\x32(.google.container.v1.UpgradeResourceType\x12\x11\n\toperation\x18\x02 \x01(\t\x12\x38\n\x14operation_start_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x17\n\x0f\x63urrent_version\x18\x04 \x01(\t\x12\x16\n\x0etarget_version\x18\x05 \x01(\t\x12\x10\n\x08resource\x18\x06 \x01(\t\"\xb9\x01\n\x15UpgradeAvailableEvent\x12\x0f\n\x07version\x18\x01 \x01(\t\x12?\n\rresource_type\x18\x02 \x01(\x0e\x32(.google.container.v1.UpgradeResourceType\x12<\n\x0frelease_channel\x18\x03 \x01(\x0b\x32#.google.container.v1.ReleaseChannel\x12\x10\n\x08resource\x18\x04 \x01(\t\"\x9e\x02\n\x15SecurityBulletinEvent\x12\x1e\n\x16resource_type_affected\x18\x01 \x01(\t\x12\x13\n\x0b\x62ulletin_id\x18\x02 \x01(\t\x12\x0f\n\x07\x63ve_ids\x18\x03 \x03(\t\x12\x10\n\x08severity\x18\x04 \x01(\t\x12\x14\n\x0c\x62ulletin_uri\x18\x05 \x01(\t\x12\x19\n\x11\x62rief_description\x18\x06 \x01(\t\x12!\n\x19\x61\x66\x66\x65\x63ted_supported_minors\x18\x07 \x03(\t\x12\x18\n\x10patched_versions\x18\x08 \x03(\t\x12 \n\x18suggested_upgrade_target\x18\t \x01(\t\x12\x1d\n\x15manual_steps_required\x18\n \x01(\x08\"g\n\tAutopilot\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12I\n\x16workload_policy_config\x18\x02 \x01(\x0b\x32).google.container.v1.WorkloadPolicyConfig\"H\n\x14WorkloadPolicyConfig\x12\x1c\n\x0f\x61llow_net_admin\x18\x01 \x01(\x08H\x00\x88\x01\x01\x42\x12\n\x10_allow_net_admin\"V\n\rLoggingConfig\x12\x45\n\x10\x63omponent_config\x18\x01 \x01(\x0b\x32+.google.container.v1.LoggingComponentConfig\"\xef\x01\n\x16LoggingComponentConfig\x12P\n\x11\x65nable_components\x18\x01 \x03(\x0e\x32\x35.google.container.v1.LoggingComponentConfig.Component\"\x82\x01\n\tComponent\x12\x19\n\x15\x43OMPONENT_UNSPECIFIED\x10\x00\x12\x15\n\x11SYSTEM_COMPONENTS\x10\x01\x12\r\n\tWORKLOADS\x10\x02\x12\r\n\tAPISERVER\x10\x03\x12\r\n\tSCHEDULER\x10\x04\x12\x16\n\x12\x43ONTROLLER_MANAGER\x10\x05\"\x97\x02\n\x10MonitoringConfig\x12H\n\x10\x63omponent_config\x18\x01 \x01(\x0b\x32..google.container.v1.MonitoringComponentConfig\x12O\n\x19managed_prometheus_config\x18\x02 \x01(\x0b\x32,.google.container.v1.ManagedPrometheusConfig\x12h\n&advanced_datapath_observability_config\x18\x03 \x01(\x0b\x32\x38.google.container.v1.AdvancedDatapathObservabilityConfig\"\x9e\x02\n#AdvancedDatapathObservabilityConfig\x12\x16\n\x0e\x65nable_metrics\x18\x01 \x01(\x08\x12V\n\nrelay_mode\x18\x02 \x01(\x0e\x32\x42.google.container.v1.AdvancedDatapathObservabilityConfig.RelayMode\x12\x19\n\x0c\x65nable_relay\x18\x03 \x01(\x08H\x00\x88\x01\x01\"[\n\tRelayMode\x12\x1a\n\x16RELAY_MODE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x44ISABLED\x10\x01\x12\x13\n\x0fINTERNAL_VPC_LB\x10\x03\x12\x0f\n\x0b\x45XTERNAL_LB\x10\x04\x42\x0f\n\r_enable_relay\"Z\n\x15NodePoolLoggingConfig\x12\x41\n\x0evariant_config\x18\x01 \x01(\x0b\x32).google.container.v1.LoggingVariantConfig\"\x9f\x01\n\x14LoggingVariantConfig\x12\x42\n\x07variant\x18\x01 \x01(\x0e\x32\x31.google.container.v1.LoggingVariantConfig.Variant\"C\n\x07Variant\x12\x17\n\x13VARIANT_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x01\x12\x12\n\x0eMAX_THROUGHPUT\x10\x02\"\xd0\x02\n\x19MonitoringComponentConfig\x12S\n\x11\x65nable_components\x18\x01 \x03(\x0e\x32\x38.google.container.v1.MonitoringComponentConfig.Component\"\xdd\x01\n\tComponent\x12\x19\n\x15\x43OMPONENT_UNSPECIFIED\x10\x00\x12\x15\n\x11SYSTEM_COMPONENTS\x10\x01\x12\r\n\tAPISERVER\x10\x03\x12\r\n\tSCHEDULER\x10\x04\x12\x16\n\x12\x43ONTROLLER_MANAGER\x10\x05\x12\x0b\n\x07STORAGE\x10\x07\x12\x07\n\x03HPA\x10\x08\x12\x07\n\x03POD\x10\t\x12\r\n\tDAEMONSET\x10\n\x12\x0e\n\nDEPLOYMENT\x10\x0b\x12\x0f\n\x0bSTATEFULSET\x10\x0c\x12\x0c\n\x08\x43\x41\x44VISOR\x10\r\x12\x0b\n\x07KUBELET\x10\x0e\"*\n\x17ManagedPrometheusConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"D\n\x05\x46leet\x12\x0f\n\x07project\x18\x01 \x01(\t\x12\x12\n\nmembership\x18\x02 \x01(\t\x12\x16\n\x0epre_registered\x18\x03 \x01(\x08\"2\n\x17LocalNvmeSsdBlockConfig\x12\x17\n\x0flocal_ssd_count\x18\x01 \x01(\x05\"9\n\x1e\x45phemeralStorageLocalSsdConfig\x12\x17\n\x0flocal_ssd_count\x18\x01 \x01(\x05\"\x84\x01\n\x13ResourceManagerTags\x12@\n\x04tags\x18\x01 \x03(\x0b\x32\x32.google.container.v1.ResourceManagerTags.TagsEntry\x1a+\n\tTagsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xab\x01\n\x10\x45nterpriseConfig\x12L\n\x0c\x63luster_tier\x18\x01 \x01(\x0e\x32\x31.google.container.v1.EnterpriseConfig.ClusterTierB\x03\xe0\x41\x03\"I\n\x0b\x43lusterTier\x12\x1c\n\x18\x43LUSTER_TIER_UNSPECIFIED\x10\x00\x12\x0c\n\x08STANDARD\x10\x01\x12\x0e\n\nENTERPRISE\x10\x02\"\x9b\x01\n\x11SecondaryBootDisk\x12\x39\n\x04mode\x18\x01 \x01(\x0e\x32+.google.container.v1.SecondaryBootDisk.Mode\x12\x12\n\ndisk_image\x18\x02 \x01(\t\"7\n\x04Mode\x12\x14\n\x10MODE_UNSPECIFIED\x10\x00\x12\x19\n\x15\x43ONTAINER_IMAGE_CACHE\x10\x01\"!\n\x1fSecondaryBootDiskUpdateStrategy*\xc6\x01\n\x17PrivateIPv6GoogleAccess\x12*\n&PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED\x10\x00\x12\'\n#PRIVATE_IPV6_GOOGLE_ACCESS_DISABLED\x10\x01\x12(\n$PRIVATE_IPV6_GOOGLE_ACCESS_TO_GOOGLE\x10\x02\x12,\n(PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL\x10\x03*W\n\x13UpgradeResourceType\x12%\n!UPGRADE_RESOURCE_TYPE_UNSPECIFIED\x10\x00\x12\n\n\x06MASTER\x10\x01\x12\r\n\tNODE_POOL\x10\x02*a\n\x10\x44\x61tapathProvider\x12!\n\x1d\x44\x41TAPATH_PROVIDER_UNSPECIFIED\x10\x00\x12\x13\n\x0fLEGACY_DATAPATH\x10\x01\x12\x15\n\x11\x41\x44VANCED_DATAPATH\x10\x02*^\n\x16NodePoolUpdateStrategy\x12)\n%NODE_POOL_UPDATE_STRATEGY_UNSPECIFIED\x10\x00\x12\x0e\n\nBLUE_GREEN\x10\x02\x12\t\n\x05SURGE\x10\x03*@\n\tStackType\x12\x1a\n\x16STACK_TYPE_UNSPECIFIED\x10\x00\x12\x08\n\x04IPV4\x10\x01\x12\r\n\tIPV4_IPV6\x10\x02*N\n\x0eIPv6AccessType\x12 \n\x1cIPV6_ACCESS_TYPE_UNSPECIFIED\x10\x00\x12\x0c\n\x08INTERNAL\x10\x01\x12\x0c\n\x08\x45XTERNAL\x10\x02*\x9f\x01\n\x19InTransitEncryptionConfig\x12,\n(IN_TRANSIT_ENCRYPTION_CONFIG_UNSPECIFIED\x10\x00\x12\"\n\x1eIN_TRANSIT_ENCRYPTION_DISABLED\x10\x01\x12\x30\n,IN_TRANSIT_ENCRYPTION_INTER_NODE_TRANSPARENT\x10\x02\x32\xb2I\n\x0e\x43lusterManager\x12\xe8\x01\n\x0cListClusters\x12(.google.container.v1.ListClustersRequest\x1a).google.container.v1.ListClustersResponse\"\x82\x01\xda\x41\x0fproject_id,zone\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x61\x12,/v1/{parent=projects/*/locations/*}/clustersZ1\x12//v1/projects/{project_id}/zones/{zone}/clusters\x12\xed\x01\n\nGetCluster\x12&.google.container.v1.GetClusterRequest\x1a\x1c.google.container.v1.Cluster\"\x98\x01\xda\x41\x1aproject_id,zone,cluster_id\xda\x41\x04name\x82\xd3\xe4\x93\x02n\x12,/v1/{name=projects/*/locations/*/clusters/*}Z>\x12</v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}\x12\xf5\x01\n\rCreateCluster\x12).google.container.v1.CreateClusterRequest\x1a\x1e.google.container.v1.Operation\"\x98\x01\xda\x41\x17project_id,zone,cluster\xda\x41\x0eparent,cluster\x82\xd3\xe4\x93\x02g\",/v1/{parent=projects/*/locations/*}/clusters:\x01*Z4\"//v1/projects/{project_id}/zones/{zone}/clusters:\x01*\x12\x89\x02\n\rUpdateCluster\x12).google.container.v1.UpdateClusterRequest\x1a\x1e.google.container.v1.Operation\"\xac\x01\xda\x41!project_id,zone,cluster_id,update\xda\x41\x0bname,update\x82\xd3\xe4\x93\x02t\x1a,/v1/{name=projects/*/locations/*/clusters/*}:\x01*ZA\x1a</v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}:\x01*\x12\x86\x02\n\x0eUpdateNodePool\x12*.google.container.v1.UpdateNodePoolRequest\x1a\x1e.google.container.v1.Operation\"\xa7\x01\x82\xd3\xe4\x93\x02\xa0\x01\x1a\x38/v1/{name=projects/*/locations/*/clusters/*/nodePools/*}:\x01*Za\"\\/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools/{node_pool_id}/update:\x01*\x12\xaa\x02\n\x16SetNodePoolAutoscaling\x12\x32.google.container.v1.SetNodePoolAutoscalingRequest\x1a\x1e.google.container.v1.Operation\"\xbb\x01\x82\xd3\xe4\x93\x02\xb4\x01\"G/v1/{name=projects/*/locations/*/clusters/*/nodePools/*}:setAutoscaling:\x01*Zf\"a/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools/{node_pool_id}/autoscaling:\x01*\x12\xb7\x02\n\x11SetLoggingService\x12-.google.container.v1.SetLoggingServiceRequest\x1a\x1e.google.container.v1.Operation\"\xd2\x01\xda\x41*project_id,zone,cluster_id,logging_service\xda\x41\x14name,logging_service\x82\xd3\xe4\x93\x02\x87\x01\"7/v1/{name=projects/*/locations/*/clusters/*}:setLogging:\x01*ZI\"D/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/logging:\x01*\x12\xc9\x02\n\x14SetMonitoringService\x12\x30.google.container.v1.SetMonitoringServiceRequest\x1a\x1e.google.container.v1.Operation\"\xde\x01\xda\x41-project_id,zone,cluster_id,monitoring_service\xda\x41\x17name,monitoring_service\x82\xd3\xe4\x93\x02\x8d\x01\":/v1/{name=projects/*/locations/*/clusters/*}:setMonitoring:\x01*ZL\"G/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/monitoring:\x01*\x12\xad\x02\n\x0fSetAddonsConfig\x12+.google.container.v1.SetAddonsConfigRequest\x1a\x1e.google.container.v1.Operation\"\xcc\x01\xda\x41(project_id,zone,cluster_id,addons_config\xda\x41\x12name,addons_config\x82\xd3\xe4\x93\x02\x85\x01\"6/v1/{name=projects/*/locations/*/clusters/*}:setAddons:\x01*ZH\"C/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/addons:\x01*\x12\xa8\x02\n\x0cSetLocations\x12(.google.container.v1.SetLocationsRequest\x1a\x1e.google.container.v1.Operation\"\xcd\x01\x88\x02\x01\xda\x41$project_id,zone,cluster_id,locations\xda\x41\x0ename,locations\x82\xd3\xe4\x93\x02\x8b\x01\"9/v1/{name=projects/*/locations/*/clusters/*}:setLocations:\x01*ZK\"F/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/locations:\x01*\x12\xac\x02\n\x0cUpdateMaster\x12(.google.container.v1.UpdateMasterRequest\x1a\x1e.google.container.v1.Operation\"\xd1\x01\xda\x41)project_id,zone,cluster_id,master_version\xda\x41\x13name,master_version\x82\xd3\xe4\x93\x02\x88\x01\"9/v1/{name=projects/*/locations/*/clusters/*}:updateMaster:\x01*ZH\"C/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/master:\x01*\x12\xf4\x01\n\rSetMasterAuth\x12).google.container.v1.SetMasterAuthRequest\x1a\x1e.google.container.v1.Operation\"\x97\x01\x82\xd3\xe4\x93\x02\x90\x01\":/v1/{name=projects/*/locations/*/clusters/*}:setMasterAuth:\x01*ZO\"J/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}:setMasterAuth:\x01*\x12\xf5\x01\n\rDeleteCluster\x12).google.container.v1.DeleteClusterRequest\x1a\x1e.google.container.v1.Operation\"\x98\x01\xda\x41\x1aproject_id,zone,cluster_id\xda\x41\x04name\x82\xd3\xe4\x93\x02n*,/v1/{name=projects/*/locations/*/clusters/*}Z>*</v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}\x12\xf2\x01\n\x0eListOperations\x12*.google.container.v1.ListOperationsRequest\x1a+.google.container.v1.ListOperationsResponse\"\x86\x01\xda\x41\x0fproject_id,zone\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x65\x12./v1/{parent=projects/*/locations/*}/operationsZ3\x12\x31/v1/projects/{project_id}/zones/{zone}/operations\x12\xfb\x01\n\x0cGetOperation\x12(.google.container.v1.GetOperationRequest\x1a\x1e.google.container.v1.Operation\"\xa0\x01\xda\x41\x1cproject_id,zone,operation_id\xda\x41\x04name\x82\xd3\xe4\x93\x02t\x12./v1/{name=projects/*/locations/*/operations/*}ZB\x12@/v1/projects/{project_id}/zones/{zone}/operations/{operation_id}\x12\x8e\x02\n\x0f\x43\x61ncelOperation\x12+.google.container.v1.CancelOperationRequest\x1a\x16.google.protobuf.Empty\"\xb5\x01\xda\x41\x1cproject_id,zone,operation_id\xda\x41\x04name\x82\xd3\xe4\x93\x02\x88\x01\"5/v1/{name=projects/*/locations/*/operations/*}:cancel:\x01*ZL\"G/v1/projects/{project_id}/zones/{zone}/operations/{operation_id}:cancel:\x01*\x12\xea\x01\n\x0fGetServerConfig\x12+.google.container.v1.GetServerConfigRequest\x1a!.google.container.v1.ServerConfig\"\x86\x01\xda\x41\x0fproject_id,zone\xda\x41\x04name\x82\xd3\xe4\x93\x02g\x12./v1/{name=projects/*/locations/*}/serverConfigZ5\x12\x33/v1/projects/{project_id}/zones/{zone}/serverconfig\x12\xa6\x01\n\x0eGetJSONWebKeys\x12*.google.container.v1.GetJSONWebKeysRequest\x1a+.google.container.v1.GetJSONWebKeysResponse\";\x82\xd3\xe4\x93\x02\x35\x12\x33/v1/{parent=projects/*/locations/*/clusters/*}/jwks\x12\x9a\x02\n\rListNodePools\x12).google.container.v1.ListNodePoolsRequest\x1a*.google.container.v1.ListNodePoolsResponse\"\xb1\x01\xda\x41\x1aproject_id,zone,cluster_id\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x84\x01\x12\x38/v1/{parent=projects/*/locations/*/clusters/*}/nodePoolsZH\x12\x46/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools\x12\xa3\x02\n\x0bGetNodePool\x12\'.google.container.v1.GetNodePoolRequest\x1a\x1d.google.container.v1.NodePool\"\xcb\x01\xda\x41\'project_id,zone,cluster_id,node_pool_id\xda\x41\x04name\x82\xd3\xe4\x93\x02\x93\x01\x12\x38/v1/{name=projects/*/locations/*/clusters/*/nodePools/*}ZW\x12U/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools/{node_pool_id}\x12\xaa\x02\n\x0e\x43reateNodePool\x12*.google.container.v1.CreateNodePoolRequest\x1a\x1e.google.container.v1.Operation\"\xcb\x01\xda\x41$project_id,zone,cluster_id,node_pool\xda\x41\x10parent,node_pool\x82\xd3\xe4\x93\x02\x8a\x01\"8/v1/{parent=projects/*/locations/*/clusters/*}/nodePools:\x01*ZK\"F/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools:\x01*\x12\xaa\x02\n\x0e\x44\x65leteNodePool\x12*.google.container.v1.DeleteNodePoolRequest\x1a\x1e.google.container.v1.Operation\"\xcb\x01\xda\x41\'project_id,zone,cluster_id,node_pool_id\xda\x41\x04name\x82\xd3\xe4\x93\x02\x93\x01*8/v1/{name=projects/*/locations/*/clusters/*/nodePools/*}ZW*U/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools/{node_pool_id}\x12\xbb\x01\n\x17\x43ompleteNodePoolUpgrade\x12\x33.google.container.v1.CompleteNodePoolUpgradeRequest\x1a\x16.google.protobuf.Empty\"S\x82\xd3\xe4\x93\x02M\"H/v1/{name=projects/*/locations/*/clusters/*/nodePools/*}:completeUpgrade:\x01*\x12\xd4\x02\n\x17RollbackNodePoolUpgrade\x12\x33.google.container.v1.RollbackNodePoolUpgradeRequest\x1a\x1e.google.container.v1.Operation\"\xe3\x01\xda\x41\'project_id,zone,cluster_id,node_pool_id\xda\x41\x04name\x82\xd3\xe4\x93\x02\xab\x01\"A/v1/{name=projects/*/locations/*/clusters/*/nodePools/*}:rollback:\x01*Zc\"^/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools/{node_pool_id}:rollback:\x01*\x12\xa9\x02\n\x15SetNodePoolManagement\x12\x31.google.container.v1.SetNodePoolManagementRequest\x1a\x1e.google.container.v1.Operation\"\xbc\x01\x82\xd3\xe4\x93\x02\xb5\x01\"F/v1/{name=projects/*/locations/*/clusters/*/nodePools/*}:setManagement:\x01*Zh\"c/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools/{node_pool_id}/setManagement:\x01*\x12\xf1\x01\n\tSetLabels\x12%.google.container.v1.SetLabelsRequest\x1a\x1e.google.container.v1.Operation\"\x9c\x01\x82\xd3\xe4\x93\x02\x95\x01\">/v1/{name=projects/*/locations/*/clusters/*}:setResourceLabels:\x01*ZP\"K/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/resourceLabels:\x01*\x12\xa5\x02\n\rSetLegacyAbac\x12).google.container.v1.SetLegacyAbacRequest\x1a\x1e.google.container.v1.Operation\"\xc8\x01\xda\x41\"project_id,zone,cluster_id,enabled\xda\x41\x0cname,enabled\x82\xd3\xe4\x93\x02\x8d\x01\":/v1/{name=projects/*/locations/*/clusters/*}:setLegacyAbac:\x01*ZL\"G/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/legacyAbac:\x01*\x12\xa0\x02\n\x0fStartIPRotation\x12+.google.container.v1.StartIPRotationRequest\x1a\x1e.google.container.v1.Operation\"\xbf\x01\xda\x41\x1aproject_id,zone,cluster_id\xda\x41\x04name\x82\xd3\xe4\x93\x02\x94\x01\"</v1/{name=projects/*/locations/*/clusters/*}:startIpRotation:\x01*ZQ\"L/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}:startIpRotation:\x01*\x12\xac\x02\n\x12\x43ompleteIPRotation\x12..google.container.v1.CompleteIPRotationRequest\x1a\x1e.google.container.v1.Operation\"\xc5\x01\xda\x41\x1aproject_id,zone,cluster_id\xda\x41\x04name\x82\xd3\xe4\x93\x02\x9a\x01\"?/v1/{name=projects/*/locations/*/clusters/*}:completeIpRotation:\x01*ZT\"O/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}:completeIpRotation:\x01*\x12\x91\x02\n\x0fSetNodePoolSize\x12+.google.container.v1.SetNodePoolSizeRequest\x1a\x1e.google.container.v1.Operation\"\xb0\x01\x82\xd3\xe4\x93\x02\xa9\x01\"@/v1/{name=projects/*/locations/*/clusters/*/nodePools/*}:setSize:\x01*Zb\"]/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools/{node_pool_id}/setSize:\x01*\x12\xc2\x02\n\x10SetNetworkPolicy\x12,.google.container.v1.SetNetworkPolicyRequest\x1a\x1e.google.container.v1.Operation\"\xdf\x01\xda\x41)project_id,zone,cluster_id,network_policy\xda\x41\x13name,network_policy\x82\xd3\xe4\x93\x02\x96\x01\"=/v1/{name=projects/*/locations/*/clusters/*}:setNetworkPolicy:\x01*ZR\"M/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}:setNetworkPolicy:\x01*\x12\xda\x02\n\x14SetMaintenancePolicy\x12\x30.google.container.v1.SetMaintenancePolicyRequest\x1a\x1e.google.container.v1.Operation\"\xef\x01\xda\x41-project_id,zone,cluster_id,maintenance_policy\xda\x41\x17name,maintenance_policy\x82\xd3\xe4\x93\x02\x9e\x01\"A/v1/{name=projects/*/locations/*/clusters/*}:setMaintenancePolicy:\x01*ZV\"Q/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}:setMaintenancePolicy:\x01*\x12\xbc\x01\n\x15ListUsableSubnetworks\x12\x31.google.container.v1.ListUsableSubnetworksRequest\x1a\x32.google.container.v1.ListUsableSubnetworksResponse\"<\x82\xd3\xe4\x93\x02\x36\x12\x34/v1/{parent=projects/*}/aggregated/usableSubnetworks\x12\xe2\x01\n\x1b\x43heckAutopilotCompatibility\x12\x37.google.container.v1.CheckAutopilotCompatibilityRequest\x1a\x38.google.container.v1.CheckAutopilotCompatibilityResponse\"P\x82\xd3\xe4\x93\x02J\x12H/v1/{name=projects/*/locations/*/clusters/*}:checkAutopilotCompatibility\x1aL\xca\x41\x18\x63ontainer.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\x87\x02\n\x17\x63om.google.container.v1B\x13\x43lusterServiceProtoP\x01Z;cloud.google.com/go/container/apiv1/containerpb;containerpb\xaa\x02\x19Google.Cloud.Container.V1\xca\x02\x19Google\\Cloud\\Container\\V1\xea\x02\x1cGoogle::Cloud::Container::V1\xea\x41@\n\x1bpubsub.googleapis.com/Topic\x12!projects/{project}/topics/{topic}b\x06proto3"
20
20
 
21
21
  pool = Google::Protobuf::DescriptorPool.generated_pool
22
22
 
@@ -51,6 +51,7 @@ module Google
51
51
  module Container
52
52
  module V1
53
53
  LinuxNodeConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.LinuxNodeConfig").msgclass
54
+ LinuxNodeConfig::HugepagesConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.LinuxNodeConfig.HugepagesConfig").msgclass
54
55
  LinuxNodeConfig::CgroupMode = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.LinuxNodeConfig.CgroupMode").enummodule
55
56
  WindowsNodeConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.WindowsNodeConfig").msgclass
56
57
  WindowsNodeConfig::OSVersion = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.WindowsNodeConfig.OSVersion").enummodule
@@ -71,6 +72,10 @@ module Google
71
72
  SoleTenantConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.SoleTenantConfig").msgclass
72
73
  SoleTenantConfig::NodeAffinity = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.SoleTenantConfig.NodeAffinity").msgclass
73
74
  SoleTenantConfig::NodeAffinity::Operator = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.SoleTenantConfig.NodeAffinity.Operator").enummodule
75
+ ContainerdConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.ContainerdConfig").msgclass
76
+ ContainerdConfig::PrivateRegistryAccessConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.ContainerdConfig.PrivateRegistryAccessConfig").msgclass
77
+ ContainerdConfig::PrivateRegistryAccessConfig::CertificateAuthorityDomainConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.ContainerdConfig.PrivateRegistryAccessConfig.CertificateAuthorityDomainConfig").msgclass
78
+ ContainerdConfig::PrivateRegistryAccessConfig::CertificateAuthorityDomainConfig::GCPSecretManagerCertificateConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.ContainerdConfig.PrivateRegistryAccessConfig.CertificateAuthorityDomainConfig.GCPSecretManagerCertificateConfig").msgclass
74
79
  NodeTaint = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.NodeTaint").msgclass
75
80
  NodeTaint::Effect = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.NodeTaint.Effect").enummodule
76
81
  NodeTaints = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.NodeTaints").msgclass
@@ -43,10 +43,25 @@ module Google
43
43
  # @!attribute [rw] cgroup_mode
44
44
  # @return [::Google::Cloud::Container::V1::LinuxNodeConfig::CgroupMode]
45
45
  # cgroup_mode specifies the cgroup mode to be used on the node.
46
+ # @!attribute [rw] hugepages
47
+ # @return [::Google::Cloud::Container::V1::LinuxNodeConfig::HugepagesConfig]
48
+ # Optional. Amounts for 2M and 1G hugepages
46
49
  class LinuxNodeConfig
47
50
  include ::Google::Protobuf::MessageExts
48
51
  extend ::Google::Protobuf::MessageExts::ClassMethods
49
52
 
53
+ # Hugepages amount in both 2m and 1g size
54
+ # @!attribute [rw] hugepage_size2m
55
+ # @return [::Integer]
56
+ # Optional. Amount of 2M hugepages
57
+ # @!attribute [rw] hugepage_size1g
58
+ # @return [::Integer]
59
+ # Optional. Amount of 1G hugepages
60
+ class HugepagesConfig
61
+ include ::Google::Protobuf::MessageExts
62
+ extend ::Google::Protobuf::MessageExts::ClassMethods
63
+ end
64
+
50
65
  # @!attribute [rw] key
51
66
  # @return [::String]
52
67
  # @!attribute [rw] value
@@ -353,6 +368,9 @@ module Google
353
368
  # @!attribute [rw] sole_tenant_config
354
369
  # @return [::Google::Cloud::Container::V1::SoleTenantConfig]
355
370
  # Parameters for node pools to be backed by shared sole tenant node groups.
371
+ # @!attribute [rw] containerd_config
372
+ # @return [::Google::Cloud::Container::V1::ContainerdConfig]
373
+ # Parameters for containerd customization.
356
374
  # @!attribute [rw] resource_manager_tags
357
375
  # @return [::Google::Cloud::Container::V1::ResourceManagerTags]
358
376
  # A map of resource manager tag keys and values to be attached to the nodes.
@@ -403,6 +421,9 @@ module Google
403
421
  # The number of threads per physical core. To disable simultaneous
404
422
  # multithreading (SMT) set this to 1. If unset, the maximum number of threads
405
423
  # supported per core by the underlying processor is assumed.
424
+ # @!attribute [rw] enable_nested_virtualization
425
+ # @return [::Boolean]
426
+ # Whether or not to enable nested virtualization (defaults to false).
406
427
  class AdvancedMachineFeatures
407
428
  include ::Google::Protobuf::MessageExts
408
429
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -663,6 +684,59 @@ module Google
663
684
  end
664
685
  end
665
686
 
687
+ # ContainerdConfig contains configuration to customize containerd.
688
+ # @!attribute [rw] private_registry_access_config
689
+ # @return [::Google::Cloud::Container::V1::ContainerdConfig::PrivateRegistryAccessConfig]
690
+ # PrivateRegistryAccessConfig is used to configure access configuration
691
+ # for private container registries.
692
+ class ContainerdConfig
693
+ include ::Google::Protobuf::MessageExts
694
+ extend ::Google::Protobuf::MessageExts::ClassMethods
695
+
696
+ # PrivateRegistryAccessConfig contains access configuration for
697
+ # private container registries.
698
+ # @!attribute [rw] enabled
699
+ # @return [::Boolean]
700
+ # Private registry access is enabled.
701
+ # @!attribute [rw] certificate_authority_domain_config
702
+ # @return [::Array<::Google::Cloud::Container::V1::ContainerdConfig::PrivateRegistryAccessConfig::CertificateAuthorityDomainConfig>]
703
+ # Private registry access configuration.
704
+ class PrivateRegistryAccessConfig
705
+ include ::Google::Protobuf::MessageExts
706
+ extend ::Google::Protobuf::MessageExts::ClassMethods
707
+
708
+ # CertificateAuthorityDomainConfig configures one or more fully qualified
709
+ # domain names (FQDN) to a specific certificate.
710
+ # @!attribute [rw] fqdns
711
+ # @return [::Array<::String>]
712
+ # List of fully qualified domain names (FQDN).
713
+ # Specifying port is supported.
714
+ # Wilcards are NOT supported.
715
+ # Examples:
716
+ # - my.customdomain.com
717
+ # - 10.0.1.2:5000
718
+ # @!attribute [rw] gcp_secret_manager_certificate_config
719
+ # @return [::Google::Cloud::Container::V1::ContainerdConfig::PrivateRegistryAccessConfig::CertificateAuthorityDomainConfig::GCPSecretManagerCertificateConfig]
720
+ # Google Secret Manager (GCP) certificate configuration.
721
+ class CertificateAuthorityDomainConfig
722
+ include ::Google::Protobuf::MessageExts
723
+ extend ::Google::Protobuf::MessageExts::ClassMethods
724
+
725
+ # GCPSecretManagerCertificateConfig configures a secret from
726
+ # [Google Secret Manager](https://cloud.google.com/secret-manager).
727
+ # @!attribute [rw] secret_uri
728
+ # @return [::String]
729
+ # Secret URI, in the form
730
+ # "projects/$PROJECT_ID/secrets/$SECRET_NAME/versions/$VERSION".
731
+ # Version can be fixed (e.g. "2") or "latest"
732
+ class GCPSecretManagerCertificateConfig
733
+ include ::Google::Protobuf::MessageExts
734
+ extend ::Google::Protobuf::MessageExts::ClassMethods
735
+ end
736
+ end
737
+ end
738
+ end
739
+
666
740
  # Kubernetes taint is composed of three fields: key, value, and effect. Effect
667
741
  # can only be one of three types: NoSchedule, PreferNoSchedule or NoExecute.
668
742
  #
@@ -1669,6 +1743,12 @@ module Google
1669
1743
  # @!attribute [rw] enterprise_config
1670
1744
  # @return [::Google::Cloud::Container::V1::EnterpriseConfig]
1671
1745
  # GKE Enterprise Configuration.
1746
+ # @!attribute [r] satisfies_pzs
1747
+ # @return [::Boolean]
1748
+ # Output only. Reserved for future use.
1749
+ # @!attribute [r] satisfies_pzi
1750
+ # @return [::Boolean]
1751
+ # Output only. Reserved for future use.
1672
1752
  class Cluster
1673
1753
  include ::Google::Protobuf::MessageExts
1674
1754
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -1743,6 +1823,9 @@ module Google
1743
1823
 
1744
1824
  # Applies Security Posture features on the cluster.
1745
1825
  BASIC = 2
1826
+
1827
+ # Applies the Security Posture off cluster Enterprise level features.
1828
+ ENTERPRISE = 3
1746
1829
  end
1747
1830
 
1748
1831
  # VulnerabilityMode defines enablement mode for vulnerability scanning.
@@ -1774,6 +1857,11 @@ module Google
1774
1857
  # @return [::Google::Cloud::Container::V1::ResourceManagerTags]
1775
1858
  # Resource manager tag keys and values to be attached to the nodes
1776
1859
  # for managing Compute Engine firewalls using Network Firewall Policies.
1860
+ # @!attribute [rw] node_kubelet_config
1861
+ # @return [::Google::Cloud::Container::V1::NodeKubeletConfig]
1862
+ # NodeKubeletConfig controls the defaults for autoprovisioned node-pools.
1863
+ #
1864
+ # Currently only `insecure_kubelet_readonly_port_enabled` can be set here.
1777
1865
  class NodePoolAutoConfig
1778
1866
  include ::Google::Protobuf::MessageExts
1779
1867
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -1795,6 +1883,14 @@ module Google
1795
1883
  # @!attribute [rw] logging_config
1796
1884
  # @return [::Google::Cloud::Container::V1::NodePoolLoggingConfig]
1797
1885
  # Logging configuration for node pools.
1886
+ # @!attribute [rw] containerd_config
1887
+ # @return [::Google::Cloud::Container::V1::ContainerdConfig]
1888
+ # Parameters for containerd customization.
1889
+ # @!attribute [rw] node_kubelet_config
1890
+ # @return [::Google::Cloud::Container::V1::NodeKubeletConfig]
1891
+ # NodeKubeletConfig controls the defaults for new node-pools.
1892
+ #
1893
+ # Currently only `insecure_kubelet_readonly_port_enabled` can be set here.
1798
1894
  class NodeConfigDefaults
1799
1895
  include ::Google::Protobuf::MessageExts
1800
1896
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -1907,7 +2003,12 @@ module Google
1907
2003
  # Cluster-level Vertical Pod Autoscaling configuration.
1908
2004
  # @!attribute [rw] desired_private_cluster_config
1909
2005
  # @return [::Google::Cloud::Container::V1::PrivateClusterConfig]
1910
- # The desired private cluster configuration.
2006
+ # The desired private cluster configuration. master_global_access_config is
2007
+ # the only field that can be changed via this field.
2008
+ # See also
2009
+ # {::Google::Cloud::Container::V1::ClusterUpdate#desired_enable_private_endpoint ClusterUpdate.desired_enable_private_endpoint}
2010
+ # for modifying other fields within
2011
+ # {::Google::Cloud::Container::V1::PrivateClusterConfig PrivateClusterConfig}.
1911
2012
  # @!attribute [rw] desired_intra_node_visibility_config
1912
2013
  # @return [::Google::Cloud::Container::V1::IntraNodeVisibilityConfig]
1913
2014
  # The desired config of Intra-node visibility.
@@ -2013,6 +2114,9 @@ module Google
2013
2114
  # @!attribute [rw] desired_k8s_beta_apis
2014
2115
  # @return [::Google::Cloud::Container::V1::K8sBetaAPIConfig]
2015
2116
  # Desired Beta APIs to be enabled for cluster.
2117
+ # @!attribute [rw] desired_containerd_config
2118
+ # @return [::Google::Cloud::Container::V1::ContainerdConfig]
2119
+ # The desired containerd config for the cluster.
2016
2120
  # @!attribute [rw] desired_enable_multi_networking
2017
2121
  # @return [::Boolean]
2018
2122
  # Enable/Disable Multi-Networking for the cluster
@@ -2026,6 +2130,13 @@ module Google
2026
2130
  # @!attribute [rw] desired_enable_cilium_clusterwide_network_policy
2027
2131
  # @return [::Boolean]
2028
2132
  # Enable/Disable Cilium Clusterwide Network Policy for the cluster.
2133
+ # @!attribute [rw] desired_node_kubelet_config
2134
+ # @return [::Google::Cloud::Container::V1::NodeKubeletConfig]
2135
+ # The desired node kubelet config for the cluster.
2136
+ # @!attribute [rw] desired_node_pool_auto_config_kubelet_config
2137
+ # @return [::Google::Cloud::Container::V1::NodeKubeletConfig]
2138
+ # The desired node kubelet config for all auto-provisioned node pools
2139
+ # in autopilot clusters and node auto-provisioning enabled clusters.
2029
2140
  class ClusterUpdate
2030
2141
  include ::Google::Protobuf::MessageExts
2031
2142
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -2522,6 +2633,11 @@ module Google
2522
2633
  # @!attribute [rw] windows_node_config
2523
2634
  # @return [::Google::Cloud::Container::V1::WindowsNodeConfig]
2524
2635
  # Parameters that can be configured on Windows nodes.
2636
+ # @!attribute [rw] accelerators
2637
+ # @return [::Array<::Google::Cloud::Container::V1::AcceleratorConfig>]
2638
+ # A list of hardware accelerators to be attached to each node.
2639
+ # See https://cloud.google.com/compute/docs/gpus for more information about
2640
+ # support for GPUs.
2525
2641
  # @!attribute [rw] machine_type
2526
2642
  # @return [::String]
2527
2643
  # Optional. The desired [Google Compute Engine machine
@@ -2545,6 +2661,11 @@ module Google
2545
2661
  # Desired resource manager tag keys and values to be attached to the nodes
2546
2662
  # for managing Compute Engine firewalls using Network Firewall Policies.
2547
2663
  # Existing tags will be replaced with new values.
2664
+ # @!attribute [rw] containerd_config
2665
+ # @return [::Google::Cloud::Container::V1::ContainerdConfig]
2666
+ # The desired containerd config for nodes in the node pool.
2667
+ # Initiates an upgrade operation that recreates the nodes with the new
2668
+ # config.
2548
2669
  # @!attribute [rw] queued_provisioning
2549
2670
  # @return [::Google::Cloud::Container::V1::NodePool::QueuedProvisioning]
2550
2671
  # Specifies the configuration of queued provisioning.
@@ -4203,6 +4324,9 @@ module Google
4203
4324
 
4204
4325
  # GPUs are time-shared between containers.
4205
4326
  TIME_SHARING = 1
4327
+
4328
+ # GPUs are shared between containers with NVIDIA MPS.
4329
+ MPS = 2
4206
4330
  end
4207
4331
  end
4208
4332
 
@@ -4420,6 +4544,7 @@ module Google
4420
4544
  # @!attribute [rw] in_transit_encryption_config
4421
4545
  # @return [::Google::Cloud::Container::V1::InTransitEncryptionConfig]
4422
4546
  # Specify the details of in-transit encryption.
4547
+ # Now named inter-node transparent encryption.
4423
4548
  # @!attribute [rw] enable_cilium_clusterwide_network_policy
4424
4549
  # @return [::Boolean]
4425
4550
  # Whether CiliumClusterwideNetworkPolicy is enabled on this cluster.
@@ -4718,6 +4843,9 @@ module Google
4718
4843
  # @!attribute [rw] cluster_dns_domain
4719
4844
  # @return [::String]
4720
4845
  # cluster_dns_domain is the suffix used for all cluster service records.
4846
+ # @!attribute [rw] additive_vpc_scope_dns_domain
4847
+ # @return [::String]
4848
+ # Optional. The domain used in Additive VPC scope.
4721
4849
  class DNSConfig
4722
4850
  include ::Google::Protobuf::MessageExts
4723
4851
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -5409,6 +5537,12 @@ module Google
5409
5537
 
5410
5538
  # Statefulset
5411
5539
  STATEFULSET = 12
5540
+
5541
+ # CADVISOR
5542
+ CADVISOR = 13
5543
+
5544
+ # KUBELET
5545
+ KUBELET = 14
5412
5546
  end
5413
5547
  end
5414
5548
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-container-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.40.0
4
+ version: 0.41.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-04-15 00:00:00.000000000 Z
11
+ date: 2024-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common