google-cloud-container-v1 0.31.0 → 0.33.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -751,6 +751,7 @@ module Google
751
751
  # Authentication can be done using HTTP basic auth or using client
752
752
  # certificates.
753
753
  # @!attribute [rw] username
754
+ # @deprecated This field is deprecated and may be removed in the next major version update.
754
755
  # @return [::String]
755
756
  # The username to use for HTTP basic authentication to the master endpoint.
756
757
  # For clusters v1.6.0 and later, basic authentication can be disabled by
@@ -761,6 +762,7 @@ module Google
761
762
  # authentication methods, see:
762
763
  # https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication
763
764
  # @!attribute [rw] password
765
+ # @deprecated This field is deprecated and may be removed in the next major version update.
764
766
  # @return [::String]
765
767
  # The password to use for HTTP basic authentication to the master endpoint.
766
768
  # Because the master endpoint is open to the Internet, you should create a
@@ -814,6 +816,7 @@ module Google
814
816
  # increases or decreases the number of replica pods a replication controller
815
817
  # has based on the resource usage of the existing pods.
816
818
  # @!attribute [rw] kubernetes_dashboard
819
+ # @deprecated This field is deprecated and may be removed in the next major version update.
817
820
  # @return [::Google::Cloud::Container::V1::KubernetesDashboard]
818
821
  # Configuration for the Kubernetes Dashboard.
819
822
  # This addon is deprecated, and will be disabled in 1.15. It is recommended
@@ -1103,6 +1106,7 @@ module Google
1103
1106
 
1104
1107
  # Configuration for Binary Authorization.
1105
1108
  # @!attribute [rw] enabled
1109
+ # @deprecated This field is deprecated and may be removed in the next major version update.
1106
1110
  # @return [::Boolean]
1107
1111
  # This field is deprecated. Leave this unset and instead configure
1108
1112
  # BinaryAuthorization using evaluation_mode. If evaluation_mode is set to
@@ -1159,12 +1163,15 @@ module Google
1159
1163
  # this field is empty, then an automatic name will be chosen for the new
1160
1164
  # subnetwork.
1161
1165
  # @!attribute [rw] cluster_ipv4_cidr
1166
+ # @deprecated This field is deprecated and may be removed in the next major version update.
1162
1167
  # @return [::String]
1163
1168
  # This field is deprecated, use cluster_ipv4_cidr_block.
1164
1169
  # @!attribute [rw] node_ipv4_cidr
1170
+ # @deprecated This field is deprecated and may be removed in the next major version update.
1165
1171
  # @return [::String]
1166
1172
  # This field is deprecated, use node_ipv4_cidr_block.
1167
1173
  # @!attribute [rw] services_ipv4_cidr
1174
+ # @deprecated This field is deprecated and may be removed in the next major version update.
1168
1175
  # @return [::String]
1169
1176
  # This field is deprecated, use services_ipv4_cidr_block.
1170
1177
  # @!attribute [rw] cluster_secondary_range_name
@@ -1315,6 +1322,7 @@ module Google
1315
1322
  # @return [::String]
1316
1323
  # An optional description of this cluster.
1317
1324
  # @!attribute [rw] initial_node_count
1325
+ # @deprecated This field is deprecated and may be removed in the next major version update.
1318
1326
  # @return [::Integer]
1319
1327
  # The number of nodes to create in this cluster. You must ensure that your
1320
1328
  # Compute Engine [resource quota](https://cloud.google.com/compute/quotas)
@@ -1327,6 +1335,7 @@ module Google
1327
1335
  #
1328
1336
  # This field is deprecated, use node_pool.initial_node_count instead.
1329
1337
  # @!attribute [rw] node_config
1338
+ # @deprecated This field is deprecated and may be removed in the next major version update.
1330
1339
  # @return [::Google::Cloud::Container::V1::NodeConfig]
1331
1340
  # Parameters used in creating the cluster's nodes.
1332
1341
  # For requests, this field should only be used in lieu of a
@@ -1506,6 +1515,7 @@ module Google
1506
1515
  # @return [::String]
1507
1516
  # [Output only] Server-defined URL for the resource.
1508
1517
  # @!attribute [rw] zone
1518
+ # @deprecated This field is deprecated and may be removed in the next major version update.
1509
1519
  # @return [::String]
1510
1520
  # [Output only] The name of the Google Compute Engine
1511
1521
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the
@@ -1537,6 +1547,7 @@ module Google
1537
1547
  # @return [::String]
1538
1548
  # [Output only] The current software version of the master endpoint.
1539
1549
  # @!attribute [rw] current_node_version
1550
+ # @deprecated This field is deprecated and may be removed in the next major version update.
1540
1551
  # @return [::String]
1541
1552
  # [Output only] Deprecated, use
1542
1553
  # [NodePools.version](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools)
@@ -1551,6 +1562,7 @@ module Google
1551
1562
  # @return [::Google::Cloud::Container::V1::Cluster::Status]
1552
1563
  # [Output only] The current status of this cluster.
1553
1564
  # @!attribute [rw] status_message
1565
+ # @deprecated This field is deprecated and may be removed in the next major version update.
1554
1566
  # @return [::String]
1555
1567
  # [Output only] Deprecated. Use conditions instead.
1556
1568
  # Additional information about the current status of this
@@ -1569,9 +1581,11 @@ module Google
1569
1581
  # notation (e.g. `1.2.3.4/29`). Service addresses are
1570
1582
  # typically put in the last `/16` from the container CIDR.
1571
1583
  # @!attribute [rw] instance_group_urls
1584
+ # @deprecated This field is deprecated and may be removed in the next major version update.
1572
1585
  # @return [::Array<::String>]
1573
1586
  # Deprecated. Use node_pools.instance_group_urls.
1574
1587
  # @!attribute [rw] current_node_count
1588
+ # @deprecated This field is deprecated and may be removed in the next major version update.
1575
1589
  # @return [::Integer]
1576
1590
  # [Output only] The number of nodes currently in the cluster. Deprecated.
1577
1591
  # Call Kubernetes API directly to retrieve node information.
@@ -1720,6 +1734,10 @@ module Google
1720
1734
 
1721
1735
  # Applies basic vulnerability scanning on the cluster.
1722
1736
  VULNERABILITY_BASIC = 2
1737
+
1738
+ # Applies the Security Posture's vulnerability on cluster Enterprise level
1739
+ # features.
1740
+ VULNERABILITY_ENTERPRISE = 3
1723
1741
  end
1724
1742
  end
1725
1743
 
@@ -2014,6 +2032,7 @@ module Google
2014
2032
  # @return [::String]
2015
2033
  # The server-assigned ID for the operation.
2016
2034
  # @!attribute [rw] zone
2035
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2017
2036
  # @return [::String]
2018
2037
  # The name of the Google Compute Engine
2019
2038
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the
@@ -2028,6 +2047,7 @@ module Google
2028
2047
  # @return [::String]
2029
2048
  # Detailed operation progress, if available.
2030
2049
  # @!attribute [r] status_message
2050
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2031
2051
  # @return [::String]
2032
2052
  # Output only. If an error has occurred, a textual description of the error.
2033
2053
  # Deprecated. Use the field error instead.
@@ -2071,10 +2091,12 @@ module Google
2071
2091
  # @return [::Google::Cloud::Container::V1::OperationProgress]
2072
2092
  # Output only. [Output only] Progress information for an operation.
2073
2093
  # @!attribute [rw] cluster_conditions
2094
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2074
2095
  # @return [::Array<::Google::Cloud::Container::V1::StatusCondition>]
2075
2096
  # Which conditions caused the current cluster state.
2076
2097
  # Deprecated. Use field error instead.
2077
2098
  # @!attribute [rw] nodepool_conditions
2099
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2078
2100
  # @return [::Array<::Google::Cloud::Container::V1::StatusCondition>]
2079
2101
  # Which conditions caused the current node pool state.
2080
2102
  # Deprecated. Use field error instead.
@@ -2274,11 +2296,13 @@ module Google
2274
2296
 
2275
2297
  # CreateClusterRequest creates a cluster.
2276
2298
  # @!attribute [rw] project_id
2299
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2277
2300
  # @return [::String]
2278
2301
  # Deprecated. The Google Developers Console [project ID or project
2279
2302
  # number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
2280
2303
  # This field has been deprecated and replaced by the parent field.
2281
2304
  # @!attribute [rw] zone
2305
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2282
2306
  # @return [::String]
2283
2307
  # Deprecated. The name of the Google Compute Engine
2284
2308
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the
@@ -2299,17 +2323,20 @@ module Google
2299
2323
 
2300
2324
  # GetClusterRequest gets the settings of a cluster.
2301
2325
  # @!attribute [rw] project_id
2326
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2302
2327
  # @return [::String]
2303
2328
  # Deprecated. The Google Developers Console [project ID or project
2304
2329
  # number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
2305
2330
  # This field has been deprecated and replaced by the name field.
2306
2331
  # @!attribute [rw] zone
2332
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2307
2333
  # @return [::String]
2308
2334
  # Deprecated. The name of the Google Compute Engine
2309
2335
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the
2310
2336
  # cluster resides. This field has been deprecated and replaced by the name
2311
2337
  # field.
2312
2338
  # @!attribute [rw] cluster_id
2339
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2313
2340
  # @return [::String]
2314
2341
  # Deprecated. The name of the cluster to retrieve.
2315
2342
  # This field has been deprecated and replaced by the name field.
@@ -2324,17 +2351,20 @@ module Google
2324
2351
 
2325
2352
  # UpdateClusterRequest updates the settings of a cluster.
2326
2353
  # @!attribute [rw] project_id
2354
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2327
2355
  # @return [::String]
2328
2356
  # Deprecated. The Google Developers Console [project ID or project
2329
2357
  # number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
2330
2358
  # This field has been deprecated and replaced by the name field.
2331
2359
  # @!attribute [rw] zone
2360
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2332
2361
  # @return [::String]
2333
2362
  # Deprecated. The name of the Google Compute Engine
2334
2363
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the
2335
2364
  # cluster resides. This field has been deprecated and replaced by the name
2336
2365
  # field.
2337
2366
  # @!attribute [rw] cluster_id
2367
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2338
2368
  # @return [::String]
2339
2369
  # Deprecated. The name of the cluster to upgrade.
2340
2370
  # This field has been deprecated and replaced by the name field.
@@ -2352,21 +2382,25 @@ module Google
2352
2382
 
2353
2383
  # UpdateNodePoolRequests update a node pool's image and/or version.
2354
2384
  # @!attribute [rw] project_id
2385
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2355
2386
  # @return [::String]
2356
2387
  # Deprecated. The Google Developers Console [project ID or project
2357
2388
  # number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
2358
2389
  # This field has been deprecated and replaced by the name field.
2359
2390
  # @!attribute [rw] zone
2391
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2360
2392
  # @return [::String]
2361
2393
  # Deprecated. The name of the Google Compute Engine
2362
2394
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the
2363
2395
  # cluster resides. This field has been deprecated and replaced by the name
2364
2396
  # field.
2365
2397
  # @!attribute [rw] cluster_id
2398
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2366
2399
  # @return [::String]
2367
2400
  # Deprecated. The name of the cluster to upgrade.
2368
2401
  # This field has been deprecated and replaced by the name field.
2369
2402
  # @!attribute [rw] node_pool_id
2403
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2370
2404
  # @return [::String]
2371
2405
  # Deprecated. The name of the node pool to upgrade.
2372
2406
  # This field has been deprecated and replaced by the name field.
@@ -2488,21 +2522,25 @@ module Google
2488
2522
 
2489
2523
  # SetNodePoolAutoscalingRequest sets the autoscaler settings of a node pool.
2490
2524
  # @!attribute [rw] project_id
2525
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2491
2526
  # @return [::String]
2492
2527
  # Deprecated. The Google Developers Console [project ID or project
2493
2528
  # number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
2494
2529
  # This field has been deprecated and replaced by the name field.
2495
2530
  # @!attribute [rw] zone
2531
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2496
2532
  # @return [::String]
2497
2533
  # Deprecated. The name of the Google Compute Engine
2498
2534
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the
2499
2535
  # cluster resides. This field has been deprecated and replaced by the name
2500
2536
  # field.
2501
2537
  # @!attribute [rw] cluster_id
2538
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2502
2539
  # @return [::String]
2503
2540
  # Deprecated. The name of the cluster to upgrade.
2504
2541
  # This field has been deprecated and replaced by the name field.
2505
2542
  # @!attribute [rw] node_pool_id
2543
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2506
2544
  # @return [::String]
2507
2545
  # Deprecated. The name of the node pool to upgrade.
2508
2546
  # This field has been deprecated and replaced by the name field.
@@ -2521,17 +2559,20 @@ module Google
2521
2559
 
2522
2560
  # SetLoggingServiceRequest sets the logging service of a cluster.
2523
2561
  # @!attribute [rw] project_id
2562
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2524
2563
  # @return [::String]
2525
2564
  # Deprecated. The Google Developers Console [project ID or project
2526
2565
  # number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
2527
2566
  # This field has been deprecated and replaced by the name field.
2528
2567
  # @!attribute [rw] zone
2568
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2529
2569
  # @return [::String]
2530
2570
  # Deprecated. The name of the Google Compute Engine
2531
2571
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the
2532
2572
  # cluster resides. This field has been deprecated and replaced by the name
2533
2573
  # field.
2534
2574
  # @!attribute [rw] cluster_id
2575
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2535
2576
  # @return [::String]
2536
2577
  # Deprecated. The name of the cluster to upgrade.
2537
2578
  # This field has been deprecated and replaced by the name field.
@@ -2559,17 +2600,20 @@ module Google
2559
2600
 
2560
2601
  # SetMonitoringServiceRequest sets the monitoring service of a cluster.
2561
2602
  # @!attribute [rw] project_id
2603
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2562
2604
  # @return [::String]
2563
2605
  # Deprecated. The Google Developers Console [project ID or project
2564
2606
  # number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
2565
2607
  # This field has been deprecated and replaced by the name field.
2566
2608
  # @!attribute [rw] zone
2609
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2567
2610
  # @return [::String]
2568
2611
  # Deprecated. The name of the Google Compute Engine
2569
2612
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the
2570
2613
  # cluster resides. This field has been deprecated and replaced by the name
2571
2614
  # field.
2572
2615
  # @!attribute [rw] cluster_id
2616
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2573
2617
  # @return [::String]
2574
2618
  # Deprecated. The name of the cluster to upgrade.
2575
2619
  # This field has been deprecated and replaced by the name field.
@@ -2597,17 +2641,20 @@ module Google
2597
2641
 
2598
2642
  # SetAddonsConfigRequest sets the addons associated with the cluster.
2599
2643
  # @!attribute [rw] project_id
2644
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2600
2645
  # @return [::String]
2601
2646
  # Deprecated. The Google Developers Console [project ID or project
2602
2647
  # number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
2603
2648
  # This field has been deprecated and replaced by the name field.
2604
2649
  # @!attribute [rw] zone
2650
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2605
2651
  # @return [::String]
2606
2652
  # Deprecated. The name of the Google Compute Engine
2607
2653
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the
2608
2654
  # cluster resides. This field has been deprecated and replaced by the name
2609
2655
  # field.
2610
2656
  # @!attribute [rw] cluster_id
2657
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2611
2658
  # @return [::String]
2612
2659
  # Deprecated. The name of the cluster to upgrade.
2613
2660
  # This field has been deprecated and replaced by the name field.
@@ -2626,17 +2673,20 @@ module Google
2626
2673
 
2627
2674
  # SetLocationsRequest sets the locations of the cluster.
2628
2675
  # @!attribute [rw] project_id
2676
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2629
2677
  # @return [::String]
2630
2678
  # Deprecated. The Google Developers Console [project ID or project
2631
2679
  # number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
2632
2680
  # This field has been deprecated and replaced by the name field.
2633
2681
  # @!attribute [rw] zone
2682
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2634
2683
  # @return [::String]
2635
2684
  # Deprecated. The name of the Google Compute Engine
2636
2685
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the
2637
2686
  # cluster resides. This field has been deprecated and replaced by the name
2638
2687
  # field.
2639
2688
  # @!attribute [rw] cluster_id
2689
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2640
2690
  # @return [::String]
2641
2691
  # Deprecated. The name of the cluster to upgrade.
2642
2692
  # This field has been deprecated and replaced by the name field.
@@ -2660,17 +2710,20 @@ module Google
2660
2710
 
2661
2711
  # UpdateMasterRequest updates the master of the cluster.
2662
2712
  # @!attribute [rw] project_id
2713
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2663
2714
  # @return [::String]
2664
2715
  # Deprecated. The Google Developers Console [project ID or project
2665
2716
  # number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
2666
2717
  # This field has been deprecated and replaced by the name field.
2667
2718
  # @!attribute [rw] zone
2719
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2668
2720
  # @return [::String]
2669
2721
  # Deprecated. The name of the Google Compute Engine
2670
2722
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the
2671
2723
  # cluster resides. This field has been deprecated and replaced by the name
2672
2724
  # field.
2673
2725
  # @!attribute [rw] cluster_id
2726
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2674
2727
  # @return [::String]
2675
2728
  # Deprecated. The name of the cluster to upgrade.
2676
2729
  # This field has been deprecated and replaced by the name field.
@@ -2697,17 +2750,20 @@ module Google
2697
2750
 
2698
2751
  # SetMasterAuthRequest updates the admin password of a cluster.
2699
2752
  # @!attribute [rw] project_id
2753
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2700
2754
  # @return [::String]
2701
2755
  # Deprecated. The Google Developers Console [project ID or project
2702
2756
  # number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
2703
2757
  # This field has been deprecated and replaced by the name field.
2704
2758
  # @!attribute [rw] zone
2759
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2705
2760
  # @return [::String]
2706
2761
  # Deprecated. The name of the Google Compute Engine
2707
2762
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the
2708
2763
  # cluster resides. This field has been deprecated and replaced by the name
2709
2764
  # field.
2710
2765
  # @!attribute [rw] cluster_id
2766
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2711
2767
  # @return [::String]
2712
2768
  # Deprecated. The name of the cluster to upgrade.
2713
2769
  # This field has been deprecated and replaced by the name field.
@@ -2746,17 +2802,20 @@ module Google
2746
2802
 
2747
2803
  # DeleteClusterRequest deletes a cluster.
2748
2804
  # @!attribute [rw] project_id
2805
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2749
2806
  # @return [::String]
2750
2807
  # Deprecated. The Google Developers Console [project ID or project
2751
2808
  # number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
2752
2809
  # This field has been deprecated and replaced by the name field.
2753
2810
  # @!attribute [rw] zone
2811
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2754
2812
  # @return [::String]
2755
2813
  # Deprecated. The name of the Google Compute Engine
2756
2814
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the
2757
2815
  # cluster resides. This field has been deprecated and replaced by the name
2758
2816
  # field.
2759
2817
  # @!attribute [rw] cluster_id
2818
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2760
2819
  # @return [::String]
2761
2820
  # Deprecated. The name of the cluster to delete.
2762
2821
  # This field has been deprecated and replaced by the name field.
@@ -2771,11 +2830,13 @@ module Google
2771
2830
 
2772
2831
  # ListClustersRequest lists clusters.
2773
2832
  # @!attribute [rw] project_id
2833
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2774
2834
  # @return [::String]
2775
2835
  # Deprecated. The Google Developers Console [project ID or project
2776
2836
  # number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
2777
2837
  # This field has been deprecated and replaced by the parent field.
2778
2838
  # @!attribute [rw] zone
2839
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2779
2840
  # @return [::String]
2780
2841
  # Deprecated. The name of the Google Compute Engine
2781
2842
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the
@@ -2807,17 +2868,20 @@ module Google
2807
2868
 
2808
2869
  # GetOperationRequest gets a single operation.
2809
2870
  # @!attribute [rw] project_id
2871
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2810
2872
  # @return [::String]
2811
2873
  # Deprecated. The Google Developers Console [project ID or project
2812
2874
  # number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
2813
2875
  # This field has been deprecated and replaced by the name field.
2814
2876
  # @!attribute [rw] zone
2877
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2815
2878
  # @return [::String]
2816
2879
  # Deprecated. The name of the Google Compute Engine
2817
2880
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the
2818
2881
  # cluster resides. This field has been deprecated and replaced by the name
2819
2882
  # field.
2820
2883
  # @!attribute [rw] operation_id
2884
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2821
2885
  # @return [::String]
2822
2886
  # Deprecated. The server-assigned `name` of the operation.
2823
2887
  # This field has been deprecated and replaced by the name field.
@@ -2832,11 +2896,13 @@ module Google
2832
2896
 
2833
2897
  # ListOperationsRequest lists operations.
2834
2898
  # @!attribute [rw] project_id
2899
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2835
2900
  # @return [::String]
2836
2901
  # Deprecated. The Google Developers Console [project ID or project
2837
2902
  # number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
2838
2903
  # This field has been deprecated and replaced by the parent field.
2839
2904
  # @!attribute [rw] zone
2905
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2840
2906
  # @return [::String]
2841
2907
  # Deprecated. The name of the Google Compute Engine
2842
2908
  # [zone](https://cloud.google.com/compute/docs/zones#available) to return
@@ -2854,17 +2920,20 @@ module Google
2854
2920
 
2855
2921
  # CancelOperationRequest cancels a single operation.
2856
2922
  # @!attribute [rw] project_id
2923
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2857
2924
  # @return [::String]
2858
2925
  # Deprecated. The Google Developers Console [project ID or project
2859
2926
  # number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
2860
2927
  # This field has been deprecated and replaced by the name field.
2861
2928
  # @!attribute [rw] zone
2929
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2862
2930
  # @return [::String]
2863
2931
  # Deprecated. The name of the Google Compute Engine
2864
2932
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the
2865
2933
  # operation resides. This field has been deprecated and replaced by the name
2866
2934
  # field.
2867
2935
  # @!attribute [rw] operation_id
2936
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2868
2937
  # @return [::String]
2869
2938
  # Deprecated. The server-assigned `name` of the operation.
2870
2939
  # This field has been deprecated and replaced by the name field.
@@ -2892,11 +2961,13 @@ module Google
2892
2961
 
2893
2962
  # Gets the current Kubernetes Engine service configuration.
2894
2963
  # @!attribute [rw] project_id
2964
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2895
2965
  # @return [::String]
2896
2966
  # Deprecated. The Google Developers Console [project ID or project
2897
2967
  # number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
2898
2968
  # This field has been deprecated and replaced by the name field.
2899
2969
  # @!attribute [rw] zone
2970
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2900
2971
  # @return [::String]
2901
2972
  # Deprecated. The name of the Google Compute Engine
2902
2973
  # [zone](https://cloud.google.com/compute/docs/zones#available) to return
@@ -2952,17 +3023,20 @@ module Google
2952
3023
 
2953
3024
  # CreateNodePoolRequest creates a node pool for a cluster.
2954
3025
  # @!attribute [rw] project_id
3026
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2955
3027
  # @return [::String]
2956
3028
  # Deprecated. The Google Developers Console [project ID or project
2957
3029
  # number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
2958
3030
  # This field has been deprecated and replaced by the parent field.
2959
3031
  # @!attribute [rw] zone
3032
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2960
3033
  # @return [::String]
2961
3034
  # Deprecated. The name of the Google Compute Engine
2962
3035
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the
2963
3036
  # cluster resides. This field has been deprecated and replaced by the parent
2964
3037
  # field.
2965
3038
  # @!attribute [rw] cluster_id
3039
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2966
3040
  # @return [::String]
2967
3041
  # Deprecated. The name of the cluster.
2968
3042
  # This field has been deprecated and replaced by the parent field.
@@ -2981,21 +3055,25 @@ module Google
2981
3055
 
2982
3056
  # DeleteNodePoolRequest deletes a node pool for a cluster.
2983
3057
  # @!attribute [rw] project_id
3058
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2984
3059
  # @return [::String]
2985
3060
  # Deprecated. The Google Developers Console [project ID or project
2986
3061
  # number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
2987
3062
  # This field has been deprecated and replaced by the name field.
2988
3063
  # @!attribute [rw] zone
3064
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2989
3065
  # @return [::String]
2990
3066
  # Deprecated. The name of the Google Compute Engine
2991
3067
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the
2992
3068
  # cluster resides. This field has been deprecated and replaced by the name
2993
3069
  # field.
2994
3070
  # @!attribute [rw] cluster_id
3071
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2995
3072
  # @return [::String]
2996
3073
  # Deprecated. The name of the cluster.
2997
3074
  # This field has been deprecated and replaced by the name field.
2998
3075
  # @!attribute [rw] node_pool_id
3076
+ # @deprecated This field is deprecated and may be removed in the next major version update.
2999
3077
  # @return [::String]
3000
3078
  # Deprecated. The name of the node pool to delete.
3001
3079
  # This field has been deprecated and replaced by the name field.
@@ -3011,17 +3089,20 @@ module Google
3011
3089
 
3012
3090
  # ListNodePoolsRequest lists the node pool(s) for a cluster.
3013
3091
  # @!attribute [rw] project_id
3092
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3014
3093
  # @return [::String]
3015
3094
  # Deprecated. The Google Developers Console [project ID or project
3016
3095
  # number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
3017
3096
  # This field has been deprecated and replaced by the parent field.
3018
3097
  # @!attribute [rw] zone
3098
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3019
3099
  # @return [::String]
3020
3100
  # Deprecated. The name of the Google Compute Engine
3021
3101
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the
3022
3102
  # cluster resides. This field has been deprecated and replaced by the parent
3023
3103
  # field.
3024
3104
  # @!attribute [rw] cluster_id
3105
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3025
3106
  # @return [::String]
3026
3107
  # Deprecated. The name of the cluster.
3027
3108
  # This field has been deprecated and replaced by the parent field.
@@ -3036,21 +3117,25 @@ module Google
3036
3117
 
3037
3118
  # GetNodePoolRequest retrieves a node pool for a cluster.
3038
3119
  # @!attribute [rw] project_id
3120
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3039
3121
  # @return [::String]
3040
3122
  # Deprecated. The Google Developers Console [project ID or project
3041
3123
  # number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
3042
3124
  # This field has been deprecated and replaced by the name field.
3043
3125
  # @!attribute [rw] zone
3126
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3044
3127
  # @return [::String]
3045
3128
  # Deprecated. The name of the Google Compute Engine
3046
3129
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the
3047
3130
  # cluster resides. This field has been deprecated and replaced by the name
3048
3131
  # field.
3049
3132
  # @!attribute [rw] cluster_id
3133
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3050
3134
  # @return [::String]
3051
3135
  # Deprecated. The name of the cluster.
3052
3136
  # This field has been deprecated and replaced by the name field.
3053
3137
  # @!attribute [rw] node_pool_id
3138
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3054
3139
  # @return [::String]
3055
3140
  # Deprecated. The name of the node pool.
3056
3141
  # This field has been deprecated and replaced by the name field.
@@ -3146,6 +3231,7 @@ module Google
3146
3231
  # @return [::Google::Cloud::Container::V1::NodePool::Status]
3147
3232
  # [Output only] The status of the nodes in this pool instance.
3148
3233
  # @!attribute [rw] status_message
3234
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3149
3235
  # @return [::String]
3150
3236
  # [Output only] Deprecated. Use conditions instead.
3151
3237
  # Additional information about the current status of this
@@ -3182,6 +3268,9 @@ module Google
3182
3268
  # This checksum is computed by the server based on the value of node pool
3183
3269
  # fields, and may be sent on update requests to ensure the client has an
3184
3270
  # up-to-date value before proceeding.
3271
+ # @!attribute [rw] queued_provisioning
3272
+ # @return [::Google::Cloud::Container::V1::NodePool::QueuedProvisioning]
3273
+ # Specifies the configuration of queued provisioning.
3185
3274
  # @!attribute [rw] best_effort_provisioning
3186
3275
  # @return [::Google::Cloud::Container::V1::BestEffortProvisioning]
3187
3276
  # Enable best effort provisioning for nodes
@@ -3347,6 +3436,17 @@ module Google
3347
3436
  end
3348
3437
  end
3349
3438
 
3439
+ # QueuedProvisioning defines the queued provisioning used by the node pool.
3440
+ # @!attribute [rw] enabled
3441
+ # @return [::Boolean]
3442
+ # Denotes that this nodepool is QRM specific, meaning nodes can be only
3443
+ # obtained through queuing via the Cluster Autoscaler ProvisioningRequest
3444
+ # API.
3445
+ class QueuedProvisioning
3446
+ include ::Google::Protobuf::MessageExts
3447
+ extend ::Google::Protobuf::MessageExts::ClassMethods
3448
+ end
3449
+
3350
3450
  # The current status of the node pool instance.
3351
3451
  module Status
3352
3452
  # Not set.
@@ -3582,21 +3682,25 @@ module Google
3582
3682
  # SetNodePoolManagementRequest sets the node management properties of a node
3583
3683
  # pool.
3584
3684
  # @!attribute [rw] project_id
3685
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3585
3686
  # @return [::String]
3586
3687
  # Deprecated. The Google Developers Console [project ID or project
3587
3688
  # number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
3588
3689
  # This field has been deprecated and replaced by the name field.
3589
3690
  # @!attribute [rw] zone
3691
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3590
3692
  # @return [::String]
3591
3693
  # Deprecated. The name of the Google Compute Engine
3592
3694
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the
3593
3695
  # cluster resides. This field has been deprecated and replaced by the name
3594
3696
  # field.
3595
3697
  # @!attribute [rw] cluster_id
3698
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3596
3699
  # @return [::String]
3597
3700
  # Deprecated. The name of the cluster to update.
3598
3701
  # This field has been deprecated and replaced by the name field.
3599
3702
  # @!attribute [rw] node_pool_id
3703
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3600
3704
  # @return [::String]
3601
3705
  # Deprecated. The name of the node pool to update.
3602
3706
  # This field has been deprecated and replaced by the name field.
@@ -3615,21 +3719,25 @@ module Google
3615
3719
 
3616
3720
  # SetNodePoolSizeRequest sets the size of a node pool.
3617
3721
  # @!attribute [rw] project_id
3722
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3618
3723
  # @return [::String]
3619
3724
  # Deprecated. The Google Developers Console [project ID or project
3620
3725
  # number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
3621
3726
  # This field has been deprecated and replaced by the name field.
3622
3727
  # @!attribute [rw] zone
3728
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3623
3729
  # @return [::String]
3624
3730
  # Deprecated. The name of the Google Compute Engine
3625
3731
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the
3626
3732
  # cluster resides. This field has been deprecated and replaced by the name
3627
3733
  # field.
3628
3734
  # @!attribute [rw] cluster_id
3735
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3629
3736
  # @return [::String]
3630
3737
  # Deprecated. The name of the cluster to update.
3631
3738
  # This field has been deprecated and replaced by the name field.
3632
3739
  # @!attribute [rw] node_pool_id
3740
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3633
3741
  # @return [::String]
3634
3742
  # Deprecated. The name of the node pool to update.
3635
3743
  # This field has been deprecated and replaced by the name field.
@@ -3662,21 +3770,25 @@ module Google
3662
3770
  # NodePool upgrade. This will be an no-op if the last upgrade successfully
3663
3771
  # completed.
3664
3772
  # @!attribute [rw] project_id
3773
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3665
3774
  # @return [::String]
3666
3775
  # Deprecated. The Google Developers Console [project ID or project
3667
3776
  # number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
3668
3777
  # This field has been deprecated and replaced by the name field.
3669
3778
  # @!attribute [rw] zone
3779
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3670
3780
  # @return [::String]
3671
3781
  # Deprecated. The name of the Google Compute Engine
3672
3782
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the
3673
3783
  # cluster resides. This field has been deprecated and replaced by the name
3674
3784
  # field.
3675
3785
  # @!attribute [rw] cluster_id
3786
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3676
3787
  # @return [::String]
3677
3788
  # Deprecated. The name of the cluster to rollback.
3678
3789
  # This field has been deprecated and replaced by the name field.
3679
3790
  # @!attribute [rw] node_pool_id
3791
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3680
3792
  # @return [::String]
3681
3793
  # Deprecated. The name of the node pool to rollback.
3682
3794
  # This field has been deprecated and replaced by the name field.
@@ -3758,6 +3870,7 @@ module Google
3758
3870
  # @return [::Google::Cloud::Container::V1::NodeManagement]
3759
3871
  # Specifies the node management options for NAP created node-pools.
3760
3872
  # @!attribute [rw] min_cpu_platform
3873
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3761
3874
  # @return [::String]
3762
3875
  # Deprecated. Minimum CPU platform to be used for NAP created node pools.
3763
3876
  # The instance may be scheduled on the specified or newer CPU platform.
@@ -3876,17 +3989,20 @@ module Google
3876
3989
  # Engine cluster, which will in turn set them for Google Compute Engine
3877
3990
  # resources used by that cluster
3878
3991
  # @!attribute [rw] project_id
3992
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3879
3993
  # @return [::String]
3880
3994
  # Deprecated. The Google Developers Console [project ID or project
3881
3995
  # number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
3882
3996
  # This field has been deprecated and replaced by the name field.
3883
3997
  # @!attribute [rw] zone
3998
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3884
3999
  # @return [::String]
3885
4000
  # Deprecated. The name of the Google Compute Engine
3886
4001
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the
3887
4002
  # cluster resides. This field has been deprecated and replaced by the name
3888
4003
  # field.
3889
4004
  # @!attribute [rw] cluster_id
4005
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3890
4006
  # @return [::String]
3891
4007
  # Deprecated. The name of the cluster.
3892
4008
  # This field has been deprecated and replaced by the name field.
@@ -3922,17 +4038,20 @@ module Google
3922
4038
  # SetLegacyAbacRequest enables or disables the ABAC authorization mechanism for
3923
4039
  # a cluster.
3924
4040
  # @!attribute [rw] project_id
4041
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3925
4042
  # @return [::String]
3926
4043
  # Deprecated. The Google Developers Console [project ID or project
3927
4044
  # number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
3928
4045
  # This field has been deprecated and replaced by the name field.
3929
4046
  # @!attribute [rw] zone
4047
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3930
4048
  # @return [::String]
3931
4049
  # Deprecated. The name of the Google Compute Engine
3932
4050
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the
3933
4051
  # cluster resides. This field has been deprecated and replaced by the name
3934
4052
  # field.
3935
4053
  # @!attribute [rw] cluster_id
4054
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3936
4055
  # @return [::String]
3937
4056
  # Deprecated. The name of the cluster to update.
3938
4057
  # This field has been deprecated and replaced by the name field.
@@ -3951,17 +4070,20 @@ module Google
3951
4070
  # StartIPRotationRequest creates a new IP for the cluster and then performs
3952
4071
  # a node upgrade on each node pool to point to the new IP.
3953
4072
  # @!attribute [rw] project_id
4073
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3954
4074
  # @return [::String]
3955
4075
  # Deprecated. The Google Developers Console [project ID or project
3956
4076
  # number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
3957
4077
  # This field has been deprecated and replaced by the name field.
3958
4078
  # @!attribute [rw] zone
4079
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3959
4080
  # @return [::String]
3960
4081
  # Deprecated. The name of the Google Compute Engine
3961
4082
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the
3962
4083
  # cluster resides. This field has been deprecated and replaced by the name
3963
4084
  # field.
3964
4085
  # @!attribute [rw] cluster_id
4086
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3965
4087
  # @return [::String]
3966
4088
  # Deprecated. The name of the cluster.
3967
4089
  # This field has been deprecated and replaced by the name field.
@@ -3979,17 +4101,20 @@ module Google
3979
4101
 
3980
4102
  # CompleteIPRotationRequest moves the cluster master back into single-IP mode.
3981
4103
  # @!attribute [rw] project_id
4104
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3982
4105
  # @return [::String]
3983
4106
  # Deprecated. The Google Developers Console [project ID or project
3984
4107
  # number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
3985
4108
  # This field has been deprecated and replaced by the name field.
3986
4109
  # @!attribute [rw] zone
4110
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3987
4111
  # @return [::String]
3988
4112
  # Deprecated. The name of the Google Compute Engine
3989
4113
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the
3990
4114
  # cluster resides. This field has been deprecated and replaced by the name
3991
4115
  # field.
3992
4116
  # @!attribute [rw] cluster_id
4117
+ # @deprecated This field is deprecated and may be removed in the next major version update.
3993
4118
  # @return [::String]
3994
4119
  # Deprecated. The name of the cluster.
3995
4120
  # This field has been deprecated and replaced by the name field.
@@ -4103,17 +4228,20 @@ module Google
4103
4228
 
4104
4229
  # SetNetworkPolicyRequest enables/disables network policy for a cluster.
4105
4230
  # @!attribute [rw] project_id
4231
+ # @deprecated This field is deprecated and may be removed in the next major version update.
4106
4232
  # @return [::String]
4107
4233
  # Deprecated. The Google Developers Console [project ID or project
4108
4234
  # number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
4109
4235
  # This field has been deprecated and replaced by the name field.
4110
4236
  # @!attribute [rw] zone
4237
+ # @deprecated This field is deprecated and may be removed in the next major version update.
4111
4238
  # @return [::String]
4112
4239
  # Deprecated. The name of the Google Compute Engine
4113
4240
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the
4114
4241
  # cluster resides. This field has been deprecated and replaced by the name
4115
4242
  # field.
4116
4243
  # @!attribute [rw] cluster_id
4244
+ # @deprecated This field is deprecated and may be removed in the next major version update.
4117
4245
  # @return [::String]
4118
4246
  # Deprecated. The name of the cluster.
4119
4247
  # This field has been deprecated and replaced by the name field.
@@ -4159,6 +4287,7 @@ module Google
4159
4287
  # StatusCondition describes why a cluster or a node pool has a certain status
4160
4288
  # (e.g., ERROR or DEGRADED).
4161
4289
  # @!attribute [rw] code
4290
+ # @deprecated This field is deprecated and may be removed in the next major version update.
4162
4291
  # @return [::Google::Cloud::Container::V1::StatusCondition::Code]
4163
4292
  # Machine-friendly representation of the condition
4164
4293
  # Deprecated. Use canonical_code instead.
@@ -5089,6 +5218,9 @@ module Google
5089
5218
  # @!attribute [rw] relay_mode
5090
5219
  # @return [::Google::Cloud::Container::V1::AdvancedDatapathObservabilityConfig::RelayMode]
5091
5220
  # Method used to make Relay available
5221
+ # @!attribute [rw] enable_relay
5222
+ # @return [::Boolean]
5223
+ # Enable Relay component
5092
5224
  class AdvancedDatapathObservabilityConfig
5093
5225
  include ::Google::Protobuf::MessageExts
5094
5226
  extend ::Google::Protobuf::MessageExts::ClassMethods