jsonnet-sys 0.17.0

Native bindings to the libjsonnet library
Documentation
{
   "apiVersion": "v1",
   "kind": "ReplicationController",
   "spec": {
      "replicas": 2,
      "spec": {
         "containers": [
            {
               "env": [
                  {
                     "name": "ACCESSTOKEN",
                     "value": "xxxxx"
                  }
               ],
               "image": "gcr.io/cooltool-1009/pipeline_image@sha256:....",
               "name": "twitter-to-redis"
            }
         ]
      }
   }
}