summaryrefslogtreecommitdiff
path: root/vendor/gems/kubeclient/test/json/limit_range.json
blob: ac2e21aa744c9b7046deb20a2c961a29963f76b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "kind": "LimitRange",
  "apiVersion": "v1",
  "metadata": {
    "name": "limits",
    "namespace": "quota-example",
    "selfLink": "/api/v1/namespaces/quota-example/limitranges/limits",
    "uid": "7a76a44c-3e9d-11e5-8214-0aaeec44370e",
    "resourceVersion": "103384",
    "creationTimestamp": "2015-08-09T13:49:39Z"
  },
  "spec": {
    "limits": [
      {
        "type": "Container",
        "default": {
          "cpu": "100m",
          "memory": "512Mi"
        }
      }
    ]
  }
}