commit generated schema-openapi.yml
This commit is contained in:
parent
55a8141e08
commit
7d7597e2a8
@ -43,6 +43,22 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
description: Specify either an image_digest or an image_tag. If both are given, only image_digest will be used.
|
description: Specify either an image_digest or an image_tag. If both are given, only image_digest will be used.
|
||||||
default: latest
|
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:
|
kube_cert_agent_image:
|
||||||
type: string
|
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.
|
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.
|
||||||
|
@ -33,8 +33,9 @@ components:
|
|||||||
default: 2
|
default: 2
|
||||||
image_repo:
|
image_repo:
|
||||||
type: string
|
type: string
|
||||||
|
nullable: true
|
||||||
description: Specify either an image_digest or an image_tag. If both are given, only image_digest will be used.
|
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:
|
image_digest:
|
||||||
type: string
|
type: string
|
||||||
nullable: true
|
nullable: true
|
||||||
@ -42,8 +43,25 @@ components:
|
|||||||
default: null
|
default: null
|
||||||
image_tag:
|
image_tag:
|
||||||
type: string
|
type: string
|
||||||
|
nullable: true
|
||||||
description: Specify either an image_digest or an image_tag. If both are given, only image_digest will be used.
|
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:
|
image_pull_dockerconfigjson:
|
||||||
type: object
|
type: object
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
|
Loading…
Reference in New Issue
Block a user