|
2117 | 2117 | } |
2118 | 2118 | } |
2119 | 2119 | }, |
2120 | | - "revision": "20250715", |
| 2120 | + "revision": "20250720", |
2121 | 2121 | "rootUrl": "https://gkehub.googleapis.com/", |
2122 | 2122 | "schemas": { |
2123 | 2123 | "AppDevExperienceFeatureSpec": { |
|
6420 | 6420 | "ACTIVE", |
6421 | 6421 | "STALLED", |
6422 | 6422 | "NEEDS_ATTENTION", |
6423 | | - "DEGRADED" |
| 6423 | + "DEGRADED", |
| 6424 | + "DEPROVISIONING" |
6424 | 6425 | ], |
6425 | 6426 | "enumDescriptions": [ |
6426 | 6427 | "Unspecified", |
|
6430 | 6431 | "ACTIVE means that the component is ready for use.", |
6431 | 6432 | "STALLED means that provisioning could not be done.", |
6432 | 6433 | "NEEDS_ATTENTION means that the component is ready, but some user intervention is required. (For example that the user should migrate workloads to a new control plane revision.)", |
6433 | | - "DEGRADED means that the component is ready, but operating in a degraded state." |
| 6434 | + "DEGRADED means that the component is ready, but operating in a degraded state.", |
| 6435 | + "DEPROVISIONING means that deprovisioning is in progress." |
6434 | 6436 | ], |
6435 | 6437 | "type": "string" |
6436 | 6438 | } |
|
6458 | 6460 | "ACTIVE", |
6459 | 6461 | "STALLED", |
6460 | 6462 | "NEEDS_ATTENTION", |
6461 | | - "DEGRADED" |
| 6463 | + "DEGRADED", |
| 6464 | + "DEPROVISIONING" |
6462 | 6465 | ], |
6463 | 6466 | "enumDescriptions": [ |
6464 | 6467 | "Unspecified", |
|
6468 | 6471 | "ACTIVE means that the component is ready for use.", |
6469 | 6472 | "STALLED means that provisioning could not be done.", |
6470 | 6473 | "NEEDS_ATTENTION means that the component is ready, but some user intervention is required. (For example that the user should migrate workloads to a new control plane revision.)", |
6471 | | - "DEGRADED means that the component is ready, but operating in a degraded state." |
| 6474 | + "DEGRADED means that the component is ready, but operating in a degraded state.", |
| 6475 | + "DEPROVISIONING means that deprovisioning is in progress." |
6472 | 6476 | ], |
6473 | 6477 | "type": "string" |
6474 | 6478 | } |
|
6513 | 6517 | "enum": [ |
6514 | 6518 | "MANAGEMENT_UNSPECIFIED", |
6515 | 6519 | "MANAGEMENT_AUTOMATIC", |
6516 | | - "MANAGEMENT_MANUAL" |
| 6520 | + "MANAGEMENT_MANUAL", |
| 6521 | + "MANAGEMENT_NOT_INSTALLED" |
6517 | 6522 | ], |
6518 | 6523 | "enumDescriptions": [ |
6519 | 6524 | "Unspecified", |
6520 | 6525 | "Google should manage my Service Mesh for the cluster.", |
6521 | | - "User will manually configure their service mesh components." |
| 6526 | + "User will manually configure their service mesh components.", |
| 6527 | + "Google should remove any managed Service Mesh components from this cluster and deprovision any resources." |
6522 | 6528 | ], |
6523 | 6529 | "type": "string" |
6524 | 6530 | } |
|
0 commit comments