UNPKG

@jkcfg/kubernetes

Version:
11 lines 361 B
{ "$schema": "http://json-schema.org/schema#", "type": "object", "description": "ContainerStateRunning is a running state of a container.", "properties": { "startedAt": { "description": "Time at which the container was last (re-)started", "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time" } } }