{
  "kind": "List",
  "apiVersion": "v1",
  "metadata": {},
  "items": [
    {
      "kind": "ImageStream",
      "apiVersion": "v1",
      "metadata": {
        "name": "origin-ruby-sample",
        "creationTimestamp": null
      },
      "spec": {},
      "status": {
        "dockerImageRepository": ""
      }
    },
    {
      "kind": "BuildConfig",
      "apiVersion": "v1",
      "metadata": {
        "name": "sample-build",
        "creationTimestamp": null
      },
      "spec": {
        "triggers": [
          {
            "type": "imageChange",
            "imageChange": {}
          }
        ],
        "source": {
          "type": "Git",
          "git": {
            "uri": "https://github.com/openshift/ruby-hello-world.git",
            "httpProxy": "127.0.0.1:3128",
            "httpsProxy": "127.0.0.1:3128"
          }
        },
        "strategy": {
          "type": "Source",
          "sourceStrategy": {
            "env": [
              { "name": "HTTPS_PROXY", "value": "127.0.0.1:3128" },
              { "name": "HTTP_PROXY", "value": "127.0.0.1:3128" }
            ],
            "from": {
              "kind": "DockerImage",
              "name": "centos/ruby-22-centos7"
            }
          }
        },
        "resources": {}
      },
      "status": {
        "lastVersion": 0
      }
    },
    {
      "kind": "BuildConfig",
      "apiVersion": "v1",
      "metadata": {
        "name": "sample-build-noproxy",
        "creationTimestamp": null
      },
      "spec": {
        "triggers": [
          {
            "type": "imageChange",
            "imageChange": {}
          }
        ],
        "source": {
          "type": "Git",
          "git": {
            "uri": "https://github.com/openshift/ruby-hello-world.git",
            "httpProxy": "127.0.0.1:3128",
            "httpsProxy": "127.0.0.1:3128",
            "noProxy": "github.com"
          }
        },
        "strategy": {
          "type": "Source",
          "sourceStrategy": {
            "from": {
              "kind": "DockerImage",
              "name": "centos/ruby-22-centos7"
            }
          }
        },
        "resources": {}
      },
      "status": {
        "lastVersion": 0
      }
    }
  ]
}