Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.96 KB

File metadata and controls

39 lines (23 loc) · 1.96 KB

HostPath Schema

https://github.com/kitproj/kit/internal/types/workflow#/$defs/Volume/properties/hostPath

HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container.

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*

hostPath Type

object (HostPath)

hostPath Properties

Property Type Required Nullable Defined by
path string Required cannot be null Untitled schema

path

Path of the directory on the host.

path

path Type

string (path)