package
1.9.0-alpha.1
Repository: https://github.com/easeway/kubernetes.git
Documentation: pkg.go.dev

# Functions

Date returns the Time corresponding to the supplied parameters by wrapping time.Date.
NewTime returns a wrapped instance of the provided time.
Now returns the current local time.
Unix returns the local time corresponding to the given Unix time by wrapping time.Unix.

# Structs

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON.