/dhall-kubernetes-1.15-v3.0.0/types/io.k8s.api.core.v1.Secret.dhall

Copy path to clipboard

Source

{ apiVersion : Text
, data : List { mapKey : Text, mapValue : Text }
, kind : Text
, metadata : ./io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta.dhall
, stringData : List { mapKey : Text, mapValue : Text }
, type : Optional Text
}