mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-03 21:05:47 +03:00
10 lines
202 B
Plaintext
10 lines
202 B
Plaintext
{ apiVersion =
|
|
"storage.k8s.io/v1beta1"
|
|
, kind =
|
|
"CSINode"
|
|
, metadata =
|
|
./io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta.dhall
|
|
, spec =
|
|
./io.k8s.api.storage.v1beta1.CSINodeSpec.dhall
|
|
}
|