UNPKG

@kubernetes-models/apimachinery

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