dhall-kubernetes/1.16/types/io.k8s.api.authorization.v1.LocalSubjectAccessReview.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

8 lines
260 B
Plaintext

{ apiVersion : Text
, kind : Text
, metadata : ./io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta.dhall
, spec : ./io.k8s.api.authorization.v1.SubjectAccessReviewSpec.dhall
, status :
Optional ./io.k8s.api.authorization.v1.SubjectAccessReviewStatus.dhall
}