46 lines
1.4 KiB
YAML
46 lines
1.4 KiB
YAML
$schema: "http://json-schema.org/draft-06/schema#"
|
|
|
|
title: networkservices v1alpha1 RouterProxySettings 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
|
|
addresses:
|
|
description: |-
|
|
Zero or more addresses with ports in format of ":" that the Router must
|
|
receive traffic on. The proxy binds to the ports specified. IP address can
|
|
be anything that is allowed by the underlying infrastructure (auto-
|
|
allocation, static IP, BYOIP). Must be unset if the interceptionPort is
|
|
set as interceptionPort configures the Router to listen on the localhost
|
|
address instead.
|
|
type: array
|
|
items:
|
|
type: string
|
|
interceptionPort:
|
|
description: |-
|
|
If set to a valid TCP port (1-65535), instructs Router to listen on
|
|
the specified port of localhost (127.0.0.1) address. Router will
|
|
expect all traffic to be redirected to this port regardless of its
|
|
actual ip:port destination.
|
|
type: integer
|