|
2685 | 2685 | }
|
2686 | 2686 | }
|
2687 | 2687 | },
|
2688 |
| - "revision": "20250311", |
| 2688 | + "revision": "20250318", |
2689 | 2689 | "rootUrl": "https://container.googleapis.com/",
|
2690 | 2690 | "schemas": {
|
2691 | 2691 | "AcceleratorConfig": {
|
|
4780 | 4780 | "description": "EphemeralStorageLocalSsdConfig contains configuration for the node ephemeral storage using Local SSDs.",
|
4781 | 4781 | "id": "EphemeralStorageLocalSsdConfig",
|
4782 | 4782 | "properties": {
|
| 4783 | + "dataCacheCount": { |
| 4784 | + "description": "Number of local SSDs to use for GKE Data Cache.", |
| 4785 | + "format": "int32", |
| 4786 | + "type": "integer" |
| 4787 | + }, |
4783 | 4788 | "localSsdCount": {
|
4784 | 4789 | "description": "Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. A zero (or unset) value has different meanings depending on machine type being used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds, zero (or unset) means to disable using local SSDs as ephemeral storage. The limit for this value is dependent upon the maximum number of disk available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information. 2. For Gen3 machines which dictate a specific number of local ssds, zero (or unset) means to use the default number of local ssds that goes with that machine type. For example, for a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn't support local ssds), 0 will be provisioned. See https://cloud.google.com/compute/docs/disks/local-ssd#choose_number_local_ssds for more info.",
|
4785 | 4790 | "format": "int32",
|
|
6250 | 6255 | "$ref": "FastSocket",
|
6251 | 6256 | "description": "Enable or disable NCCL fast socket for the node pool."
|
6252 | 6257 | },
|
| 6258 | + "flexStart": { |
| 6259 | + "description": "Flex Start flag for enabling Flex Start VM.", |
| 6260 | + "type": "boolean" |
| 6261 | + }, |
6253 | 6262 | "gcfsConfig": {
|
6254 | 6263 | "$ref": "GcfsConfig",
|
6255 | 6264 | "description": "GCFS (Google Container File System) configs."
|
|
6600 | 6609 | "properties": {
|
6601 | 6610 | "autopilotConfig": {
|
6602 | 6611 | "$ref": "AutopilotConfig",
|
6603 |
| - "description": "Specifies the autopilot configuration for this node pool. This field is exclusively reserved for Cluster Autoscaler to implement go/gke-managed-nodes-ccc-api" |
| 6612 | + "description": "Specifies the autopilot configuration for this node pool. This field is exclusively reserved for Cluster Autoscaler." |
6604 | 6613 | },
|
6605 | 6614 | "autoscaling": {
|
6606 | 6615 | "$ref": "NodePoolAutoscaling",
|
|
7738 | 7747 | },
|
7739 | 7748 | "type": "object"
|
7740 | 7749 | },
|
| 7750 | + "RotationConfig": { |
| 7751 | + "description": "RotationConfig is config for secret manager auto rotation.", |
| 7752 | + "id": "RotationConfig", |
| 7753 | + "properties": { |
| 7754 | + "enabled": { |
| 7755 | + "description": "Whether the rotation is enabled.", |
| 7756 | + "type": "boolean" |
| 7757 | + }, |
| 7758 | + "rotationInterval": { |
| 7759 | + "description": "The interval between two consecutive rotations. Default rotation interval is 2 minutes.", |
| 7760 | + "format": "google-duration", |
| 7761 | + "type": "string" |
| 7762 | + } |
| 7763 | + }, |
| 7764 | + "type": "object" |
| 7765 | + }, |
7741 | 7766 | "SandboxConfig": {
|
7742 | 7767 | "description": "SandboxConfig contains configurations of the sandbox to use for the node.",
|
7743 | 7768 | "id": "SandboxConfig",
|
|
7798 | 7823 | "enabled": {
|
7799 | 7824 | "description": "Enable/Disable Secret Manager Config.",
|
7800 | 7825 | "type": "boolean"
|
| 7826 | + }, |
| 7827 | + "rotationConfig": { |
| 7828 | + "$ref": "RotationConfig", |
| 7829 | + "description": "Rotation config for secret manager." |
7801 | 7830 | }
|
7802 | 7831 | },
|
7803 | 7832 | "type": "object"
|
|
8725 | 8754 | "$ref": "FastSocket",
|
8726 | 8755 | "description": "Enable or disable NCCL fast socket for the node pool."
|
8727 | 8756 | },
|
| 8757 | + "flexStart": { |
| 8758 | + "description": "Flex Start flag for enabling Flex Start VM.", |
| 8759 | + "type": "boolean" |
| 8760 | + }, |
8728 | 8761 | "gcfsConfig": {
|
8729 | 8762 | "$ref": "GcfsConfig",
|
8730 | 8763 | "description": "GCFS config."
|
|
0 commit comments