UNPKG

@kubernetes-models/apimachinery

Version:
7 lines (6 loc) 343 B
/** * 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. */ export type ITime = string; export type Time = ITime; export type { ITime as IIoK8sApimachineryPkgApisMetaV1Time, Time as IoK8sApimachineryPkgApisMetaV1Time };