18 lines
607 B
YAML
18 lines
607 B
YAML
$schema: "http://json-schema.org/draft-06/schema#"
|
|
|
|
title: gkebackup v1 GroupKind export schema
|
|
description: Backup for GKE GroupKind schema.
|
|
type: object
|
|
additionalProperties: false
|
|
properties:
|
|
resourceGroup:
|
|
description: |-
|
|
API group string of a Kubernetes resource, e.g. "apiextensions.k8s.io",
|
|
"storage.k8s.io", etc. Note: use empty string for core API group.
|
|
type: string
|
|
resourceKind:
|
|
description: |-
|
|
Kind of a Kubernetes resource, must be in UpperCamelCase (PascalCase) and
|
|
singular form. E.g. "CustomResourceDefinition", "StorageClass", etc.
|
|
type: string
|