dhall-kubernetes/1.13/types/io.k8s.api.core.v1.Probe.dhall
Gabriel Gonzalez a8ffffc4cb
Generate Dhall schemas for multiple Kubernetes versions (#104)
Fixes https://github.com/dhall-lang/dhall-kubernetes/issues/75

This also changes the default version to the latest version to 1.17 since now
users can access older versions
2020-01-12 15:00:56 -08:00

10 lines
374 B
Plaintext

{ exec : Optional ./io.k8s.api.core.v1.ExecAction.dhall
, failureThreshold : Optional Natural
, httpGet : Optional ./io.k8s.api.core.v1.HTTPGetAction.dhall
, initialDelaySeconds : Optional Natural
, periodSeconds : Optional Natural
, successThreshold : Optional Natural
, tcpSocket : Optional ./io.k8s.api.core.v1.TCPSocketAction.dhall
, timeoutSeconds : Optional Natural
}