Skip to content

Latest commit

 

History

History
153 lines (76 loc) · 6.13 KB

File metadata and controls

153 lines (76 loc) · 6.13 KB

Workflow Schema

https://github.com/kitproj/kit/internal/types/workflow#/$defs/Workflow
Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Forbidden none workflow.schema.json*

Workflow Type

object (Workflow)

Workflow Properties

Property Type Required Nullable Defined by
port integer Optional cannot be null Untitled schema
terminationGracePeriodSeconds integer Optional cannot be null Untitled schema
tasks object Optional cannot be null Untitled schema
volumes array Optional cannot be null Untitled schema
semaphores object Optional cannot be null Untitled schema
env object Optional cannot be null Untitled schema
envfile array Optional cannot be null Untitled schema

port

port

port Type

integer (port)

terminationGracePeriodSeconds

terminationGracePeriodSeconds

terminationGracePeriodSeconds Type

integer (terminationGracePeriodSeconds)

tasks

tasks

tasks Type

object (Tasks)

volumes

volumes

volumes Type

object[] (Volume)

semaphores

semaphores

semaphores Type

object (semaphores)

env

A list of environment variables.

env

env Type

object (EnvVars)

envfile

envfile

envfile Type

string[]