48 lines
1.5 KiB
YAML
48 lines
1.5 KiB
YAML
$schema: "http://json-schema.org/draft-06/schema#"
|
|
|
|
title: gkeonprem v1 VmwareManualLbConfig 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
|
|
controlPlaneNodePort:
|
|
description: |-
|
|
NodePort for control plane service. The Kubernetes API server in the admin
|
|
cluster is implemented as a Service of type NodePort (ex. 30968).
|
|
type: integer
|
|
ingressHttpNodePort:
|
|
description: |-
|
|
NodePort for ingress service's http. The ingress service in the admin
|
|
cluster is implemented as a Service of type NodePort (ex. 32527).
|
|
type: integer
|
|
ingressHttpsNodePort:
|
|
description: |-
|
|
NodePort for ingress service's https. The ingress service in the admin
|
|
cluster is implemented as a Service of type NodePort (ex. 30139).
|
|
type: integer
|
|
konnectivityServerNodePort:
|
|
description: |-
|
|
NodePort for konnectivity server service running as a sidecar in each
|
|
kube-apiserver pod (ex. 30564).
|
|
type: integer
|