45 lines
1.3 KiB
YAML
45 lines
1.3 KiB
YAML
$schema: "http://json-schema.org/draft-06/schema#"
|
|
|
|
title: gkeonprem v1 BareMetalLoadBalancerConfig 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
|
|
bgpLbConfig:
|
|
description: |-
|
|
Configuration for BGP typed load balancers. When set
|
|
network_config.advanced_networking is automatically set to true.
|
|
$ref: BareMetalBgpLbConfig.yaml
|
|
manualLbConfig:
|
|
description: Manually configured load balancers.
|
|
$ref: BareMetalManualLbConfig.yaml
|
|
metalLbConfig:
|
|
description: Configuration for MetalLB load balancers.
|
|
$ref: BareMetalMetalLbConfig.yaml
|
|
portConfig:
|
|
description: Configures the ports that the load balancer will listen on.
|
|
$ref: BareMetalPortConfig.yaml
|
|
vipConfig:
|
|
description: The VIPs used by the load balancer.
|
|
$ref: BareMetalVipConfig.yaml
|