Argo Workflows · Schema

io.k8s.apimachinery.pkg.apis.meta.v1.Time

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

CNCFContainersData ProcessingKubernetesMachine-LearningOpen-SourceWorkflow Engine
View JSON Schema on GitHub

JSON Schema

argo-workflows-io-k8s-apimachinery-pkg-apis-meta-v1-time-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-schema/argo-workflows-io-k8s-apimachinery-pkg-apis-meta-v1-time-schema.json",
  "title": "io.k8s.apimachinery.pkg.apis.meta.v1.Time",
  "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON.  Wrappers are provided for many of the factory methods that the time package offers.",
  "type": "string",
  "format": "date-time"
}