struct K8S::TimeFormat
- K8S::TimeFormat
- Struct
- Value
- Object
Defined in:
k8s/time_format.crConstructors
Instance Method Summary
- #format(value)
- #from_json(pull : JSON::PullParser) : Time
- #from_yaml(ctx : YAML::ParseContext, node : YAML::Nodes::Node) : Time
- #parse(string, loc)
- #to_json(value : Time, json : JSON::Builder) : Nil
- #to_yaml(value : Time, yaml : YAML::Nodes::Builder) : Nil