46 lines
1.3 KiB
YAML
46 lines
1.3 KiB
YAML
$schema: "http://json-schema.org/draft-06/schema#"
|
|
|
|
title: networkservices v1alpha1 ServiceBinding 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
|
|
description:
|
|
description: |-
|
|
A free-text description of the resource. Max length 1024 characters.
|
|
type: string
|
|
labels:
|
|
description: Set of label tags associated with the ServiceBinding resource.
|
|
$ref: LabelsValue.yaml
|
|
name:
|
|
description: |-
|
|
Identifier. Name of the ServiceBinding resource. It matches pattern
|
|
`projects/*/locations/*/serviceBindings/`.
|
|
type: string
|
|
service:
|
|
description: |-
|
|
The full Service Directory Service name of the format
|
|
`projects/*/locations/*/namespaces/*/services/*`. This field is for
|
|
Service Directory integration which will be deprecated soon.
|
|
type: string
|