mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-03 21:05:47 +03:00
7af2ab5345
* Also update to the latest version of `dhall` * Also fix `./scripts/generate.sh` to generate the `schemas*` files
21 lines
820 B
Plaintext
21 lines
820 B
Plaintext
{ apiVersion : Text
|
|
, deprecatedSource : ./io.k8s.api.core.v1.EventSource.dhall
|
|
, eventTime : ./io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime.dhall
|
|
, kind : Text
|
|
, metadata : ./io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta.dhall
|
|
, action : Optional Text
|
|
, deprecatedCount : Optional Natural
|
|
, deprecatedFirstTimestamp :
|
|
Optional ./io.k8s.apimachinery.pkg.apis.meta.v1.Time.dhall
|
|
, deprecatedLastTimestamp :
|
|
Optional ./io.k8s.apimachinery.pkg.apis.meta.v1.Time.dhall
|
|
, note : Optional Text
|
|
, reason : Optional Text
|
|
, regarding : Optional ./io.k8s.api.core.v1.ObjectReference.dhall
|
|
, related : Optional ./io.k8s.api.core.v1.ObjectReference.dhall
|
|
, reportingController : Optional Text
|
|
, reportingInstance : Optional Text
|
|
, series : Optional ./io.k8s.api.events.v1beta1.EventSeries.dhall
|
|
, type : Optional Text
|
|
}
|