|
2185 | 2185 | } |
2186 | 2186 | } |
2187 | 2187 | }, |
2188 | | - "revision": "20240825", |
| 2188 | + "revision": "20240902", |
2189 | 2189 | "rootUrl": "https://gkehub.googleapis.com/", |
2190 | 2190 | "schemas": { |
2191 | 2191 | "AnthosObservabilityFeatureSpec": { |
|
4477 | 4477 | }, |
4478 | 4478 | "type": "object" |
4479 | 4479 | }, |
| 4480 | + "IdentityServiceDiagnosticInterface": { |
| 4481 | + "description": "Configuration options for the AIS diagnostic interface.", |
| 4482 | + "id": "IdentityServiceDiagnosticInterface", |
| 4483 | + "properties": { |
| 4484 | + "enabled": { |
| 4485 | + "description": "Determines whether to enable the diagnostic interface.", |
| 4486 | + "type": "boolean" |
| 4487 | + }, |
| 4488 | + "expirationTime": { |
| 4489 | + "description": "Determines the expiration time of the diagnostic interface enablement. When reached, requests to the interface would be automatically rejected.", |
| 4490 | + "format": "google-datetime", |
| 4491 | + "type": "string" |
| 4492 | + } |
| 4493 | + }, |
| 4494 | + "type": "object" |
| 4495 | + }, |
4480 | 4496 | "IdentityServiceGoogleConfig": { |
4481 | 4497 | "description": "Configuration for the Google Plugin Auth flow.", |
4482 | 4498 | "id": "IdentityServiceGoogleConfig", |
|
4511 | 4527 | "description": "Holds non-protocol-related configuration options.", |
4512 | 4528 | "id": "IdentityServiceIdentityServiceOptions", |
4513 | 4529 | "properties": { |
| 4530 | + "diagnosticInterface": { |
| 4531 | + "$ref": "IdentityServiceDiagnosticInterface", |
| 4532 | + "description": "Configuration options for the AIS diagnostic interface." |
| 4533 | + }, |
4514 | 4534 | "sessionDuration": { |
4515 | | - "description": "Optional. Determines the lifespan of STS tokens issued by Anthos Identity Service.", |
| 4535 | + "description": "Determines the lifespan of STS tokens issued by Anthos Identity Service.", |
4516 | 4536 | "format": "google-duration", |
4517 | 4537 | "type": "string" |
4518 | 4538 | } |
|
6606 | 6626 | "NODEPOOL_WORKLOAD_IDENTITY_FEDERATION_REQUIRED", |
6607 | 6627 | "CNI_INSTALLATION_FAILED", |
6608 | 6628 | "CNI_POD_UNSCHEDULABLE", |
| 6629 | + "CLUSTER_HAS_ZERO_NODES", |
6609 | 6630 | "UNSUPPORTED_MULTIPLE_CONTROL_PLANES", |
6610 | 6631 | "VPCSC_GA_SUPPORTED", |
6611 | 6632 | "CONFIG_APPLY_INTERNAL_ERROR", |
|
6636 | 6657 | "Nodepool workload identity federation required error code", |
6637 | 6658 | "CNI installation failed error code", |
6638 | 6659 | "CNI pod unschedulable error code", |
| 6660 | + "Cluster has zero node code", |
6639 | 6661 | "Multiple control planes unsupported error code", |
6640 | 6662 | "VPC-SC GA is supported for this control plane.", |
6641 | 6663 | "Configuration (Istio/k8s resources) failed to apply due to internal error.", |
|
0 commit comments