commit generated schema-openapi.yml

This commit is contained in:
Benjamin A. Petersen 2023-08-24 14:53:42 -04:00
parent 55a8141e08
commit 7d7597e2a8
No known key found for this signature in database
GPG Key ID: EF6EF83523A4BE46
2 changed files with 36 additions and 2 deletions

View File

@ -43,6 +43,22 @@ components:
type: string
description: Specify either an image_digest or an image_tag. If both are given, only image_digest will be used.
default: latest
package_image_repo:
type: string
nullable: true
default: null
package_image_digest:
type: string
nullable: true
default: null
package_image_tag:
type: string
nullable: true
default: null
package_version:
type: string
nullable: true
default: null
kube_cert_agent_image:
type: string
description: Optionally specify a different image for the "kube-cert-agent" pod which is scheduled on the control plane. This image needs only to include `sleep` and `cat` binaries. By default, the same image specified for image_repo/image_digest/image_tag will be re-used.

View File

@ -33,8 +33,9 @@ components:
default: 2
image_repo:
type: string
nullable: true
description: Specify either an image_digest or an image_tag. If both are given, only image_digest will be used.
default: projects.registry.vmware.com/pinniped/pinniped-server
default: null
image_digest:
type: string
nullable: true
@ -42,8 +43,25 @@ components:
default: null
image_tag:
type: string
nullable: true
description: Specify either an image_digest or an image_tag. If both are given, only image_digest will be used.
default: latest
default: null
package_image_repo:
type: string
nullable: true
default: null
package_image_digest:
type: string
nullable: true
default: null
package_image_tag:
type: string
nullable: true
default: null
package_version:
type: string
nullable: true
default: null
image_pull_dockerconfigjson:
type: object
additionalProperties: false