Skip to content

Instantly share code, notes, and snippets.

@pmorie
Created October 2, 2014 01:24
Show Gist options
  • Select an option

  • Save pmorie/ef19f9eda9e0685b2be6 to your computer and use it in GitHub Desktop.

Select an option

Save pmorie/ef19f9eda9e0685b2be6 to your computer and use it in GitHub Desktop.
+ http 172.28.128.4:8080/osapi/v1beta1/genDeploymentConfigs/hello-deployment-config
HTTP/1.1 404 Not Found
Content-Length: 244
Content-Type: application/json
Date: Thu, 02 Oct 2014 01:21:08 GMT
{
"apiVersion": "v1beta1",
"code": 404,
"creationTimestamp": null,
"details": {
"id": "hello-deployment-config-0",
"kind": "deployment"
},
"kind": "Status",
"message": "deployment \"hello-deployment-config-0\" not found",
"reason": "not_found",
"status": "failure"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment