dhall-kubernetes/types/io.k8s.api.core.v1.EndpointAddress.dhall

6 lines
148 B
Plaintext
Raw Normal View History

2018-05-26 23:18:13 +03:00
{ hostname : (Optional (Text))
, ip : (Text)
, nodeName : (Optional (Text))
, targetRef : (Optional (./io.k8s.api.core.v1.ObjectReference.dhall))
}