dhall-kubernetes/types/io.k8s.api.apps.v1beta1.DeploymentRollback.dhall
2018-05-27 19:55:47 +02:00

7 lines
196 B
Plaintext

{ apiVersion : (Text)
, kind : (Text)
, name : (Text)
, rollbackTo : (./io.k8s.api.apps.v1beta1.RollbackConfig.dhall)
, updatedAnnotations : (Optional ((List {mapKey : Text, mapValue : Text})))
}