46 lines
1.3 KiB
YAML
46 lines
1.3 KiB
YAML
$schema: "http://json-schema.org/draft-06/schema#"
|
|
|
|
title: gkeonprem v1 VmwareControlPlaneNodeConfig export schema
|
|
description: A gcloud export/import command YAML validation schema.
|
|
type: object
|
|
additionalProperties: false
|
|
properties:
|
|
COMMENT:
|
|
type: object
|
|
description: User specified info ignored by gcloud import.
|
|
additionalProperties: false
|
|
properties:
|
|
template-id:
|
|
type: string
|
|
region:
|
|
type: string
|
|
description:
|
|
type: string
|
|
date:
|
|
type: string
|
|
version:
|
|
type: string
|
|
UNKNOWN:
|
|
type: array
|
|
description: Unknown API fields that cannot be imported.
|
|
items:
|
|
type: string
|
|
autoResizeConfig:
|
|
description: AutoResizeConfig provides auto resizing configurations.
|
|
$ref: VmwareAutoResizeConfig.yaml
|
|
cpus:
|
|
description: |-
|
|
The number of CPUs for each admin cluster node that serve as control
|
|
planes for this VMware user cluster. (default: 4 CPUs)
|
|
type: integer
|
|
memory:
|
|
description: |-
|
|
The megabytes of memory for each admin cluster node that serves as a
|
|
control plane for this VMware user cluster (default: 8192 MB memory).
|
|
type: integer
|
|
replicas:
|
|
description: |-
|
|
The number of control plane nodes for this VMware user cluster. (default:
|
|
1 replica).
|
|
type: integer
|