dhall-kubernetes/types/io.k8s.api.core.v1.ConfigMapNodeConfigSource.dhall
2018-05-27 19:55:47 +02:00

7 lines
131 B
Plaintext

{ kubeletConfigKey : (Text)
, name : (Text)
, namespace : (Text)
, resourceVersion : (Optional (Text))
, uid : (Optional (Text))
}